#405216

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

Shades of Verdun Green #405216

Tints of Verdun Green #405216

Color information

#405216 (or 0x405216) is unknown color: approx Verdun Green. HEX triplet: 40, 52 and 16. RGB value is (64,82,22). Sum of RGB (Red+Green+Blue) = 64+82+22=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 82 (32.42% from 255 or 48.81% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 82 - color contains mainly: green. Hex color #405216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405216 is #BFADE9. Grayscale: #464646. Windows color (decimal): -12561898 or 1462848. OLE color: 1462848.

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

Color convert

RGB648222-
CMYK0.2200.730.68
HSL78º57.69%20.39%-
HSV(B)78º73.17%32.16%-
XYZ5.287.181.87-
YUV69.78101.04123.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.10%
GREEN value IS 82 (32.42% from 255) = 48.81%
BLUE value IS 22 (8.98% from 255) = 13.10%
R=38.10%
G=48.81%
B=13.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6482220.2200.730.687857.6920.39
Hex40521616049444e3a14
Octal100122262601111041167224
Binary100000010100101011010110010010011000100100111011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405216; }

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

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

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

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

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

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

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

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