#404E02

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

Shades of Verdun Green #404E02

Tints of Verdun Green #404E02

Color information

#404E02 (or 0x404E02) is unknown color: approx Verdun Green. HEX triplet: 40, 4E and 02. RGB value is (64,78,2). Sum of RGB (Red+Green+Blue) = 64+78+2=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 78 (30.86% from 255 or 54.17% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 78 - color contains mainly: green. Hex color #404E02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404E02 is #BFB1FD. Grayscale: #414141. Windows color (decimal): -12562942 or 151104. OLE color: 151104.

HSL color Cylindrical-coordinate representation of color #404E02: hue angle of 71.05º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #404E02 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.69.

Color convert

RGB64782-
CMYK0.1800.970.69
HSL71.05º95%15.69%-
HSV(B)71.05º97.44%30.59%-
XYZ4.856.541.06-
YUV65.1592.36127.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.44%
GREEN value IS 78 (30.86% from 255) = 54.17%
BLUE value IS 2 (1.17% from 255) = 1.39%
R=44.44%
G=54.17%
B=1.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal647820.1800.970.6971.059515.69
Hex404E21206145475f10
Octal100116222014110510713720
Binary1000000100111010100100110000110001011000111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404E02; }

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

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

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

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

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

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

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

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