#405517

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

Shades of Verdun Green #405517

Tints of Verdun Green #405517

Color information

#405517 (or 0x405517) is unknown color: approx Verdun Green. HEX triplet: 40, 55 and 17. RGB value is (64,85,23). Sum of RGB (Red+Green+Blue) = 64+85+23=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #405517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405517 is #BFAAE8. Grayscale: #474747. Windows color (decimal): -12561129 or 1529152. OLE color: 1529152.

HSL color Cylindrical-coordinate representation of color #405517: hue angle of 80.32º 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 #405517 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB648523-
CMYK0.2500.730.67
HSL80.32º57.41%21.18%-
HSV(B)80.32º72.94%33.33%-
XYZ5.527.652-
YUV71.65100.54122.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 85 (33.59% from 255) = 49.42%
BLUE value IS 23 (9.38% from 255) = 13.37%
R=37.21%
G=49.42%
B=13.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485230.2500.730.6780.3257.4121.18
Hex4055171904943503915
Octal100125273101111031207125
Binary100000010101011011111001010010011000011101000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405517; }

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

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

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

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

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

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

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

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