Html Css Color HEX #405012 Verdun Green

📋 copy color: '#405012'

red 64 ◦ green 80 ◦ blue 18

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

Shades of Verdun Green #405012

Tints of Verdun Green #405012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 49.38%

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

R = 39.51%
G = 49.38%
B = 11.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#405012 (or 0x405012) is known color: Verdun Green. HEX triplet: 40, 50 and 12. RGB value is (64,80,18). Sum of RGB (Red+Green+Blue) = 64+80+18=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #405012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405012 is #BFAFED. Grayscale: #444444. Windows color (decimal): -12562414 or 1200192. OLE color: 1200192.

HSL color Cylindrical-coordinate representation of color #405012: hue angle of 75.48º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #405012 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 18 -
CMYK 0.20 0 0.78 0.69
HSL 75.48º 0.63% 0.19% -
HSV(B) 75.48º 0.78% 0.31% -
XYZ 5.09 6.87 1.63 -
YUV 68.15 99.7 125.04 -
System Red Green Blue C M Y K H S L
Decimal 64 80 18 0.20 0 0.78 0.69 75.48 0.63 0.19
Hex 40 50 12 14 0 4E 45 4B 3F 13
Octal 100 120 22 24 0 116 105 113 77 23
Binary 1000000 1010000 10010 10100 0 1001110 1000101 1001011 111111 10011

Color Harmonies of #405012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405012

Black with #405012

Text Example


Text Example

White with #405012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405012; }

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

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

background-color css

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

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

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

border-color css

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

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

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