Html Css Color HEX #406114 Verdun Green

📋 copy color: '#406114'

red 64 ◦ green 97 ◦ blue 20

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

Shades of Verdun Green #406114

Tints of Verdun Green #406114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.05%

R = 35.36%
G = 53.59%
B = 11.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#406114 (or 0x406114) is known color: Verdun Green. HEX triplet: 40, 61 and 14. RGB value is (64,97,20). Sum of RGB (Red+Green+Blue) = 64+97+20=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #406114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406114 is #BF9EEB. Grayscale: #4E4E4E. Windows color (decimal): -12558060 or 1335616. OLE color: 1335616.

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

Color convert

RGB 64 97 20 -
CMYK 0.34 0 0.79 0.62
HSL 85.71º 0.66% 0.23% -
HSV(B) 85.71º 0.79% 0.38% -
XYZ 6.52 9.69 2.19 -
YUV 78.36 95.07 117.76 -
System Red Green Blue C M Y K H S L
Decimal 64 97 20 0.34 0 0.79 0.62 85.71 0.66 0.23
Hex 40 61 14 22 0 4F 3E 56 42 17
Octal 100 141 24 42 0 117 76 126 102 27
Binary 1000000 1100001 10100 100010 0 1001111 111110 1010110 1000010 10111

Color Harmonies of #406114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406114

Black with #406114

Text Example


Text Example

White with #406114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406114; }

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

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

background-color css

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

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

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

border-color css

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

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

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