#405417

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

Shades of Verdun Green #405417

Tints of Verdun Green #405417

Color information

#405417 (or 0x405417) is unknown color: approx Verdun Green. HEX triplet: 40, 54 and 17. RGB value is (64,84,23). Sum of RGB (Red+Green+Blue) = 64+84+23=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #405417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405417 is #BFABE8. Grayscale: #474747. Windows color (decimal): -12561385 or 1528896. OLE color: 1528896.

HSL color Cylindrical-coordinate representation of color #405417: hue angle of 79.67º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #405417 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB648423-
CMYK0.2400.730.67
HSL79.67º57.01%20.98%-
HSV(B)79.67º72.62%32.94%-
XYZ5.447.491.97-
YUV71.07100.87122.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 84 (33.20% from 255) = 49.12%
BLUE value IS 23 (9.38% from 255) = 13.45%
R=37.43%
G=49.12%
B=13.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484230.2400.730.6779.6757.0120.98
Hex4054171804943503915
Octal100124273001111031207125
Binary100000010101001011111000010010011000011101000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405417; }

 p { color: rgb(64,84,23); }

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

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

 a { background-color: rgb(64,84,23); }

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

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

 span { border-color: rgb(64,84,23); }

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