Html Css Color HEX #406447 Hunter Green

📋 copy color: '#406447'

red 64 ◦ green 100 ◦ blue 71

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

Shades of Hunter Green #406447

Tints of Hunter Green #406447

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.55%

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

R = 27.23%
G = 42.55%
B = 30.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#406447 (or 0x406447) is known color: Hunter Green. HEX triplet: 40, 64 and 47. RGB value is (64,100,71). Sum of RGB (Red+Green+Blue) = 64+100+71=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 100 - color contains mainly: green. Hex color #406447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406447 is #BF9BB8. Grayscale: #565656. Windows color (decimal): -12557241 or 4678720. OLE color: 4678720.

HSL color Cylindrical-coordinate representation of color #406447: hue angle of 131.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #406447 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 100 71 -
CMYK 0.36 0 0.29 0.61
HSL 131.67º 0.22% 0.32% -
HSV(B) 131.67º 0.36% 0.39% -
XYZ 7.81 10.66 7.61 -
YUV 85.93 119.57 112.36 -
System Red Green Blue C M Y K H S L
Decimal 64 100 71 0.36 0 0.29 0.61 131.67 0.22 0.32
Hex 40 64 47 24 0 1D 3D 84 16 20
Octal 100 144 107 44 0 35 75 204 26 40
Binary 1000000 1100100 1000111 100100 0 11101 111101 10000100 10110 100000

Color Harmonies of #406447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406447

Black with #406447

Text Example


Text Example

White with #406447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406447; }

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

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

background-color css

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

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

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

border-color css

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

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

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