Html Css Color HEX #406047 Hunter Green

📋 copy color: '#406047'

red 64 ◦ green 96 ◦ blue 71

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

Shades of Hunter Green #406047

Tints of Hunter Green #406047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.56%

 BLUE value IS 71 (28.13% from 255) = 30.74%

R = 27.71%
G = 41.56%
B = 30.74%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#406047 (or 0x406047) is known color: Hunter Green. HEX triplet: 40, 60 and 47. RGB value is (64,96,71). Sum of RGB (Red+Green+Blue) = 64+96+71=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 96 - color contains mainly: green. Hex color #406047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406047 is #BF9FB8. Grayscale: #535353. Windows color (decimal): -12558265 or 4677696. OLE color: 4677696.

HSL color Cylindrical-coordinate representation of color #406047: hue angle of 133.12º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #406047 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 96 71 -
CMYK 0.33 0 0.26 0.62
HSL 133.13º 0.2% 0.31% -
HSV(B) 133.13º 0.33% 0.38% -
XYZ 7.43 9.91 7.48 -
YUV 83.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 64 96 71 0.33 0 0.26 0.62 133.13 0.2 0.31
Hex 40 60 47 21 0 1A 3E 85 14 1F
Octal 100 140 107 41 0 32 76 205 24 37
Binary 1000000 1100000 1000111 100001 0 11010 111110 10000101 10100 11111

Color Harmonies of #406047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406047

Black with #406047

Text Example


Text Example

White with #406047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406047; }

 p { color: rgb(64,96,71); }

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

background-color css

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

 a { background-color: rgb(64,96,71); }

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

border-color css

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

 span { border-color: rgb(64,96,71); }

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