Html Css Color HEX #406110 Verdun Green

📋 copy color: '#406110'

red 64 ◦ green 97 ◦ blue 16

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

Shades of Verdun Green #406110

Tints of Verdun Green #406110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.04%

R = 36.16%
G = 54.8%
B = 9.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#406110 (or 0x406110) is known color: Verdun Green. HEX triplet: 40, 61 and 10. RGB value is (64,97,16). Sum of RGB (Red+Green+Blue) = 64+97+16=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #406110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406110 is #BF9EEF. Grayscale: #4E4E4E. Windows color (decimal): -12558064 or 1073472. OLE color: 1073472.

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

Color convert

RGB 64 97 16 -
CMYK 0.34 0 0.84 0.62
HSL 84.44º 0.72% 0.22% -
HSV(B) 84.44º 0.84% 0.38% -
XYZ 6.48 9.68 2.02 -
YUV 77.9 93.07 118.09 -
System Red Green Blue C M Y K H S L
Decimal 64 97 16 0.34 0 0.84 0.62 84.44 0.72 0.22
Hex 40 61 10 22 0 54 3E 54 48 16
Octal 100 141 20 42 0 124 76 124 110 26
Binary 1000000 1100001 10000 100010 0 1010100 111110 1010100 1001000 10110

Color Harmonies of #406110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406110

Black with #406110

Text Example


Text Example

White with #406110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406110; }

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

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

background-color css

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

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

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

border-color css

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

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

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