#404718

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

Shades of Verdun Green #404718

Tints of Verdun Green #404718

Color information

#404718 (or 0x404718) is unknown color: approx Verdun Green. HEX triplet: 40, 47 and 18. RGB value is (64,71,24). Sum of RGB (Red+Green+Blue) = 64+71+24=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #404718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404718 is #BFB8E7. Grayscale: #3F3F3F. Windows color (decimal): -12564712 or 1591104. OLE color: 1591104.

HSL color Cylindrical-coordinate representation of color #404718: hue angle of 68.94º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #404718 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB647124-
CMYK0.1000.660.72
HSL68.94º49.47%18.63%-
HSV(B)68.94º66.2%27.84%-
XYZ4.535.661.72-
YUV63.55105.68128.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.25%
GREEN value IS 71 (28.12% from 255) = 44.65%
BLUE value IS 24 (9.77% from 255) = 15.09%
R=40.25%
G=44.65%
B=15.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471240.1000.660.7268.9449.4718.63
Hex404718A04248453113
Octal100107301201021101056123
Binary10000001000111110001010010000101001000100010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404718; }

 p { color: rgb(64,71,24); }

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

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

 a { background-color: rgb(64,71,24); }

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

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

 span { border-color: rgb(64,71,24); }

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