Html Css Color HEX #406244 Hunter Green

📋 copy color: '#406244'

red 64 ◦ green 98 ◦ blue 68

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

Shades of Hunter Green #406244

Tints of Hunter Green #406244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.57%

R = 27.83%
G = 42.61%
B = 29.57%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#406244 (or 0x406244) is known color: Hunter Green. HEX triplet: 40, 62 and 44. RGB value is (64,98,68). Sum of RGB (Red+Green+Blue) = 64+98+68=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #406244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406244 is #BF9DBB. Grayscale: #545454. Windows color (decimal): -12557756 or 4481600. OLE color: 4481600.

HSL color Cylindrical-coordinate representation of color #406244: hue angle of 127.06º 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 #406244 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 98 68 -
CMYK 0.35 0 0.31 0.62
HSL 127.06º 0.21% 0.32% -
HSV(B) 127.06º 0.35% 0.38% -
XYZ 7.53 10.24 7.05 -
YUV 84.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 64 98 68 0.35 0 0.31 0.62 127.06 0.21 0.32
Hex 40 62 44 23 0 1F 3E 7F 15 20
Octal 100 142 104 43 0 37 76 177 25 40
Binary 1000000 1100010 1000100 100011 0 11111 111110 1111111 10101 100000

Color Harmonies of #406244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406244

Black with #406244

Text Example


Text Example

White with #406244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406244; }

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

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

background-color css

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

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

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

border-color css

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

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

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