Html Css Color HEX #406113 Verdun Green

📋 copy color: '#406113'

red 64 ◦ green 97 ◦ blue 19

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

Shades of Verdun Green #406113

Tints of Verdun Green #406113

RGB

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

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

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

R = 35.56%
G = 53.89%
B = 10.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#406113 (or 0x406113) is known color: Verdun Green. HEX triplet: 40, 61 and 13. RGB value is (64,97,19). Sum of RGB (Red+Green+Blue) = 64+97+19=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #406113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406113 is #BF9EEC. Grayscale: #4E4E4E. Windows color (decimal): -12558061 or 1270080. OLE color: 1270080.

HSL color Cylindrical-coordinate representation of color #406113: hue angle of 85.38º 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 #406113 is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 97 19 -
CMYK 0.34 0 0.80 0.62
HSL 85.38º 0.67% 0.23% -
HSV(B) 85.38º 0.8% 0.38% -
XYZ 6.51 9.69 2.14 -
YUV 78.24 94.57 117.84 -
System Red Green Blue C M Y K H S L
Decimal 64 97 19 0.34 0 0.80 0.62 85.38 0.67 0.23
Hex 40 61 13 22 0 50 3E 55 43 17
Octal 100 141 23 42 0 120 76 125 103 27
Binary 1000000 1100001 10011 100010 0 1010000 111110 1010101 1000011 10111

Color Harmonies of #406113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406113

Black with #406113

Text Example


Text Example

White with #406113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406113; }

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

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

background-color css

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

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

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

border-color css

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

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

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