#405415

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

Shades of Verdun Green #405415

Tints of Verdun Green #405415

Color information

#405415 (or 0x405415) is unknown color: approx Verdun Green. HEX triplet: 40, 54 and 15. RGB value is (64,84,21). Sum of RGB (Red+Green+Blue) = 64+84+21=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #405415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405415 is #BFABEA. Grayscale: #474747. Windows color (decimal): -12561387 or 1397824. OLE color: 1397824.

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

Color convert

RGB648421-
CMYK0.2400.750.67
HSL79.05º60%20.59%-
HSV(B)79.05º75%32.94%-
XYZ5.427.481.87-
YUV70.8499.87123.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 84 (33.20% from 255) = 49.70%
BLUE value IS 21 (8.59% from 255) = 12.43%
R=37.87%
G=49.70%
B=12.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484210.2400.750.6779.056020.59
Hex4054151804B434f3c15
Octal100124253001131031177425
Binary100000010101001010111000010010111000011100111111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405415; }

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

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

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

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

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

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

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

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