#404905

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

Shades of Verdun Green #404905

Tints of Verdun Green #404905

Color information

#404905 (or 0x404905) is unknown color: approx Verdun Green. HEX triplet: 40, 49 and 05. RGB value is (64,73,5). Sum of RGB (Red+Green+Blue) = 64+73+5=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #404905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404905 is #BFB6FA. Grayscale: #3E3E3E. Windows color (decimal): -12564219 or 346432. OLE color: 346432.

HSL color Cylindrical-coordinate representation of color #404905: hue angle of 67.94º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #404905 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB64735-
CMYK0.1200.930.71
HSL67.94º87.18%15.29%-
HSV(B)67.94º93.15%28.63%-
XYZ4.525.871.04-
YUV62.5695.52129.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 73 (28.91% from 255) = 51.41%
BLUE value IS 5 (2.34% from 255) = 3.52%
R=45.07%
G=51.41%
B=3.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal647350.1200.930.7167.9487.1815.29
Hex40495C05D474457f
Octal100111514013510710412717
Binary100000010010011011100010111011000111100010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404905; }

 p { color: rgb(64,73,5); }

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

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

 a { background-color: rgb(64,73,5); }

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

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

 span { border-color: rgb(64,73,5); }

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