Html Css Color HEX #406013 Verdun Green

📋 copy color: '#406013'

red 64 ◦ green 96 ◦ blue 19

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

Shades of Verdun Green #406013

Tints of Verdun Green #406013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.63%

 BLUE value IS 19 (7.81% from 255) = 10.61%

R = 35.75%
G = 53.63%
B = 10.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#406013 (or 0x406013) is known color: Verdun Green. HEX triplet: 40, 60 and 13. RGB value is (64,96,19). Sum of RGB (Red+Green+Blue) = 64+96+19=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #406013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406013 is #BF9FEC. Grayscale: #4D4D4D. Windows color (decimal): -12558317 or 1269824. OLE color: 1269824.

HSL color Cylindrical-coordinate representation of color #406013: hue angle of 84.94º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #406013 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 96 19 -
CMYK 0.33 0 0.80 0.62
HSL 84.94º 0.67% 0.23% -
HSV(B) 84.94º 0.8% 0.38% -
XYZ 6.41 9.5 2.11 -
YUV 77.65 94.9 118.26 -
System Red Green Blue C M Y K H S L
Decimal 64 96 19 0.33 0 0.80 0.62 84.94 0.67 0.23
Hex 40 60 13 21 0 50 3E 55 43 17
Octal 100 140 23 41 0 120 76 125 103 27
Binary 1000000 1100000 10011 100001 0 1010000 111110 1010101 1000011 10111

Color Harmonies of #406013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406013

Black with #406013

Text Example


Text Example

White with #406013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406013; }

 p { color: rgb(64,96,19); }

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

background-color css

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

 a { background-color: rgb(64,96,19); }

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

border-color css

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

 span { border-color: rgb(64,96,19); }

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