Html Css Color HEX #406117 Verdun Green

📋 copy color: '#406117'

red 64 ◦ green 97 ◦ blue 23

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

Shades of Verdun Green #406117

Tints of Verdun Green #406117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.5%

R = 34.78%
G = 52.72%
B = 12.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#406117 (or 0x406117) is known color: Verdun Green. HEX triplet: 40, 61 and 17. RGB value is (64,97,23). Sum of RGB (Red+Green+Blue) = 64+97+23=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #406117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406117 is #BF9EE8. Grayscale: #4E4E4E. Windows color (decimal): -12558057 or 1532224. OLE color: 1532224.

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

Color convert

RGB 64 97 23 -
CMYK 0.34 0 0.76 0.62
HSL 86.76º 0.62% 0.24% -
HSV(B) 86.76º 0.76% 0.38% -
XYZ 6.54 9.7 2.34 -
YUV 78.7 96.57 117.52 -
System Red Green Blue C M Y K H S L
Decimal 64 97 23 0.34 0 0.76 0.62 86.76 0.62 0.24
Hex 40 61 17 22 0 4C 3E 57 3E 18
Octal 100 141 27 42 0 114 76 127 76 30
Binary 1000000 1100001 10111 100010 0 1001100 111110 1010111 111110 11000

Color Harmonies of #406117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406117

Black with #406117

Text Example


Text Example

White with #406117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406117; }

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

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

background-color css

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

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

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

border-color css

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

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

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