Html Css Color HEX #405212 Verdun Green

📋 copy color: '#405212'

red 64 ◦ green 82 ◦ blue 18

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

Shades of Verdun Green #405212

Tints of Verdun Green #405212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.98%

R = 39.02%
G = 50%
B = 10.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#405212 (or 0x405212) is known color: Verdun Green. HEX triplet: 40, 52 and 12. RGB value is (64,82,18). Sum of RGB (Red+Green+Blue) = 64+82+18=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 82 (32.42% from 255 or 50% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 82 - color contains mainly: green. Hex color #405212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405212 is #BFADED. Grayscale: #454545. Windows color (decimal): -12561902 or 1200704. OLE color: 1200704.

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

Color convert

RGB 64 82 18 -
CMYK 0.22 0 0.78 0.68
HSL 76.88º 0.64% 0.2% -
HSV(B) 76.88º 0.78% 0.32% -
XYZ 5.24 7.17 1.68 -
YUV 69.32 99.04 124.2 -
System Red Green Blue C M Y K H S L
Decimal 64 82 18 0.22 0 0.78 0.68 76.88 0.64 0.2
Hex 40 52 12 16 0 4E 44 4D 40 14
Octal 100 122 22 26 0 116 104 115 100 24
Binary 1000000 1010010 10010 10110 0 1001110 1000100 1001101 1000000 10100

Color Harmonies of #405212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405212

Black with #405212

Text Example


Text Example

White with #405212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405212; }

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

 H1.HeaderClassName
 {
   color: #405212;
 }
 .AnyTagClassName
 {
   color: #405212;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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