#404602

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

Shades of Verdun Green #404602

Tints of Verdun Green #404602

Color information

#404602 (or 0x404602) is unknown color: approx Verdun Green. HEX triplet: 40, 46 and 02. RGB value is (64,70,2). Sum of RGB (Red+Green+Blue) = 64+70+2=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 70 (27.73% from 255 or 51.47% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 70 - color contains mainly: green. Hex color #404602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404602 is #BFB9FD. Grayscale: #3C3C3C. Windows color (decimal): -12564990 or 149056. OLE color: 149056.

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

Color convert

RGB64702-
CMYK0.0900.970.73
HSL65.29º94.44%14.12%-
HSV(B)65.29º97.14%27.45%-
XYZ4.325.470.89-
YUV60.4595.01130.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.06%
GREEN value IS 70 (27.73% from 255) = 51.47%
BLUE value IS 2 (1.17% from 255) = 1.47%
R=47.06%
G=51.47%
B=1.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal647020.0900.970.7365.2994.4414.12
Hex40462906149415ee
Octal100106211014111110113616
Binary10000001000110101001011000011001001100000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404602; }

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

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

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

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

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

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

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

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