Html Css Color HEX #405216 Verdun Green

📋 copy color: '#405216'

red 64 ◦ green 82 ◦ blue 22

#405216
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #405216

Tints of Verdun Green #405216

RGB

 RED value IS 64 (25.39% from 255) = 38.1%

 GREEN value IS 82 (32.42% from 255) = 48.81%

 BLUE value IS 22 (8.98% from 255) = 13.1%

R = 38.1%
G = 48.81%
B = 13.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#405216 (or 0x405216) is known color: 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

RGB 64 82 22 -
CMYK 0.22 0 0.73 0.68
HSL 78º 0.58% 0.2% -
HSV(B) 78º 0.73% 0.32% -
XYZ 5.28 7.18 1.87 -
YUV 69.78 101.04 123.88 -
System Red Green Blue C M Y K H S L
Decimal 64 82 22 0.22 0 0.73 0.68 78 0.58 0.2
Hex 40 52 16 16 0 49 44 4E 3A 14
Octal 100 122 26 26 0 111 104 116 72 24
Binary 1000000 1010010 10110 10110 0 1001001 1000100 1001110 111010 10100

Color Harmonies of #405216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405216

Black with #405216

Text Example


Text Example

White with #405216

Text Example


Text Example

HTML Codes & Css Web 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>