Html Css Color HEX #406246 Hunter Green

📋 copy color: '#406246'

red 64 ◦ green 98 ◦ blue 70

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

Shades of Hunter Green #406246

Tints of Hunter Green #406246

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.24%

 BLUE value IS 70 (27.73% from 255) = 30.17%

R = 27.59%
G = 42.24%
B = 30.17%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#406246 (or 0x406246) is known color: Hunter Green. HEX triplet: 40, 62 and 46. RGB value is (64,98,70). Sum of RGB (Red+Green+Blue) = 64+98+70=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #406246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406246 is #BF9DB9. Grayscale: #545454. Windows color (decimal): -12557754 or 4612672. OLE color: 4612672.

HSL color Cylindrical-coordinate representation of color #406246: hue angle of 130.59º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #406246 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 98 70 -
CMYK 0.35 0 0.29 0.62
HSL 130.59º 0.21% 0.32% -
HSV(B) 130.59º 0.35% 0.38% -
XYZ 7.59 10.27 7.38 -
YUV 84.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 64 98 70 0.35 0 0.29 0.62 130.59 0.21 0.32
Hex 40 62 46 23 0 1D 3E 83 15 20
Octal 100 142 106 43 0 35 76 203 25 40
Binary 1000000 1100010 1000110 100011 0 11101 111110 10000011 10101 100000

Color Harmonies of #406246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406246

Black with #406246

Text Example


Text Example

White with #406246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406246; }

 p { color: rgb(64,98,70); }

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

background-color css

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

 a { background-color: rgb(64,98,70); }

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

border-color css

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

 span { border-color: rgb(64,98,70); }

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