Html Css Color HEX #406115 Verdun Green

📋 copy color: '#406115'

red 64 ◦ green 97 ◦ blue 21

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

Shades of Verdun Green #406115

Tints of Verdun Green #406115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.3%

 BLUE value IS 21 (8.59% from 255) = 11.54%

R = 35.16%
G = 53.3%
B = 11.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#406115 (or 0x406115) is known color: Verdun Green. HEX triplet: 40, 61 and 15. RGB value is (64,97,21). Sum of RGB (Red+Green+Blue) = 64+97+21=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #406115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406115 is #BF9EEA. Grayscale: #4E4E4E. Windows color (decimal): -12558059 or 1401152. OLE color: 1401152.

HSL color Cylindrical-coordinate representation of color #406115: hue angle of 86.05º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #406115 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 97 21 -
CMYK 0.34 0 0.78 0.62
HSL 86.05º 0.64% 0.23% -
HSV(B) 86.05º 0.78% 0.38% -
XYZ 6.52 9.69 2.24 -
YUV 78.47 95.57 117.68 -
System Red Green Blue C M Y K H S L
Decimal 64 97 21 0.34 0 0.78 0.62 86.05 0.64 0.23
Hex 40 61 15 22 0 4E 3E 56 40 17
Octal 100 141 25 42 0 116 76 126 100 27
Binary 1000000 1100001 10101 100010 0 1001110 111110 1010110 1000000 10111

Color Harmonies of #406115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406115

Black with #406115

Text Example


Text Example

White with #406115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406115; }

 p { color: rgb(64,97,21); }

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

background-color css

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

 a { background-color: rgb(64,97,21); }

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

border-color css

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

 span { border-color: rgb(64,97,21); }

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