Html Css Color HEX #406A42 Hunter Green

📋 copy color: '#406A42'

red 64 ◦ green 106 ◦ blue 66

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

Shades of Hunter Green #406A42

Tints of Hunter Green #406A42

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.92%

 BLUE value IS 66 (26.17% from 255) = 27.97%

R = 27.12%
G = 44.92%
B = 27.97%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.58

RGB Variations

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

Color information

#406A42 (or 0x406A42) is known color: Hunter Green. HEX triplet: 40, 6A and 42. RGB value is (64,106,66). Sum of RGB (Red+Green+Blue) = 64+106+66=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 106 - color contains mainly: green. Hex color #406A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406A42 is #BF95BD. Grayscale: #595959. Windows color (decimal): -12555710 or 4352576. OLE color: 4352576.

HSL color Cylindrical-coordinate representation of color #406A42: hue angle of 122.86º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406A42 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 106 66 -
CMYK 0.40 0 0.38 0.58
HSL 122.86º 0.25% 0.33% -
HSV(B) 122.86º 0.4% 0.42% -
XYZ 8.25 11.79 7 -
YUV 88.88 115.09 110.25 -
System Red Green Blue C M Y K H S L
Decimal 64 106 66 0.40 0 0.38 0.58 122.86 0.25 0.33
Hex 40 6A 42 28 0 26 3A 7B 19 21
Octal 100 152 102 50 0 46 72 173 31 41
Binary 1000000 1101010 1000010 101000 0 100110 111010 1111011 11001 100001

Color Harmonies of #406A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406A42

Black with #406A42

Text Example


Text Example

White with #406A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406A42; }

 p { color: rgb(64,106,66); }

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

background-color css

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

 a { background-color: rgb(64,106,66); }

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

border-color css

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

 span { border-color: rgb(64,106,66); }

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