#405215

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

Shades of Verdun Green #405215

Tints of Verdun Green #405215

Color information

#405215 (or 0x405215) is unknown color: approx Verdun Green. HEX triplet: 40, 52 and 15. RGB value is (64,82,21). Sum of RGB (Red+Green+Blue) = 64+82+21=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #405215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405215 is #BFADEA. Grayscale: #454545. Windows color (decimal): -12561899 or 1397312. OLE color: 1397312.

HSL color Cylindrical-coordinate representation of color #405215: hue angle of 77.7º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #405215 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB648221-
CMYK0.2200.740.68
HSL77.7º59.22%20.2%-
HSV(B)77.7º74.39%32.16%-
XYZ5.277.181.82-
YUV69.66100.54123.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.32%
GREEN value IS 82 (32.42% from 255) = 49.10%
BLUE value IS 21 (8.59% from 255) = 12.57%
R=38.32%
G=49.10%
B=12.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6482210.2200.740.6877.759.2220.2
Hex4052151604A444e3b14
Octal100122252601121041167324
Binary100000010100101010110110010010101000100100111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405215; }

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

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

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

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

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

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

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

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