#404E00

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

Shades of Verdun Green #404E00

Tints of Verdun Green #404E00

Color information

#404E00 (or 0x404E00) is unknown color: approx Verdun Green. HEX triplet: 40, 4E and 00. RGB value is (64,78,0). Sum of RGB (Red+Green+Blue) = 64+78+0=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 78 (30.86% from 255 or 54.93% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 78 - color contains mainly: green. Hex color #404E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404E00 is #BFB1FF. Grayscale: #414141. Windows color (decimal): -12562944 or 20032. OLE color: 20032.

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

Color convert

RGB64780-
CMYK0.18010.69
HSL70.77º100%15.29%-
HSV(B)70.77º100%30.59%-
XYZ4.846.541.01-
YUV64.9291.36127.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 78 (30.86% from 255) = 54.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.07%
G=54.93%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal647800.18010.6970.7710015.29
Hex404E012064454764f
Octal100116022014410510714417
Binary10000001001110010010011001001000101100011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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