#404600

Color #404600 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #404600

Tints of Verdun Green #404600

Color information

#404600 (or 0x404600) is unknown color: approx Verdun Green. HEX triplet: 40, 46 and 00. RGB value is (64,70,0). Sum of RGB (Red+Green+Blue) = 64+70+0=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 70 (27.73% from 255 or 52.24% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 70 - color contains mainly: green. Hex color #404600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404600 is #BFB9FF. Grayscale: #3C3C3C. Windows color (decimal): -12564992 or 17984. OLE color: 17984.

HSL color Cylindrical-coordinate representation of color #404600: hue angle of 65.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #404600 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB64700-
CMYK0.09010.73
HSL65.14º100%13.73%-
HSV(B)65.14º100%27.45%-
XYZ4.35.470.83-
YUV60.2394.01130.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 70 (27.73% from 255) = 52.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.76%
G=52.24%
B=0%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal647000.09010.7365.1410013.73
Hex404609064494164e
Octal100106011014411110114416
Binary1000000100011001001011001001001001100000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404600; }

 p { color: rgb(64,70,0); }

 H1.HeaderClassName
 {
   color: #404600;
 }
 .AnyTagClassName
 {
   color: #404600;
 }
</style>
background-color css

<style>
 a { background-color: #404600; }

 a { background-color: rgb(64,70,0); }

 div.DivClassName
 {
   background-color: #404600;
 }
 .BgClassName
 {
   background-color: #404600;
 }
</style>
border-color css

<style>
 span { border-color: #404600; }

 span { border-color: rgb(64,70,0); }

 td.TdClassName
 {
   border-color: #404600;
 }
 .TagClassName
 {
   border-color: #404600;
 }
</style>