Html Css Color HEX #405112 Verdun Green

📋 copy color: '#405112'

red 64 ◦ green 81 ◦ blue 18

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

Shades of Verdun Green #405112

Tints of Verdun Green #405112

RGB

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

 GREEN value IS 81 (32.03% from 255) = 49.69%

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

R = 39.26%
G = 49.69%
B = 11.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#405112 (or 0x405112) is known color: Verdun Green. HEX triplet: 40, 51 and 12. RGB value is (64,81,18). Sum of RGB (Red+Green+Blue) = 64+81+18=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #405112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405112 is #BFAEED. Grayscale: #444444. Windows color (decimal): -12562158 or 1200448. OLE color: 1200448.

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

Color convert

RGB 64 81 18 -
CMYK 0.21 0 0.78 0.68
HSL 76.19º 0.64% 0.19% -
HSV(B) 76.19º 0.78% 0.32% -
XYZ 5.17 7.02 1.65 -
YUV 68.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 64 81 18 0.21 0 0.78 0.68 76.19 0.64 0.19
Hex 40 51 12 15 0 4E 44 4C 40 13
Octal 100 121 22 25 0 116 104 114 100 23
Binary 1000000 1010001 10010 10101 0 1001110 1000100 1001100 1000000 10011

Color Harmonies of #405112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405112

Black with #405112

Text Example


Text Example

White with #405112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405112; }

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

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

background-color css

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

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

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

border-color css

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

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

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