Html Css Color HEX #406248 Hunter Green

📋 copy color: '#406248'

red 64 ◦ green 98 ◦ blue 72

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

Shades of Hunter Green #406248

Tints of Hunter Green #406248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.77%

R = 27.35%
G = 41.88%
B = 30.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#406248 (or 0x406248) is known color: Hunter Green. HEX triplet: 40, 62 and 48. RGB value is (64,98,72). Sum of RGB (Red+Green+Blue) = 64+98+72=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #406248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406248 is #BF9DB7. Grayscale: #545454. Windows color (decimal): -12557752 or 4743744. OLE color: 4743744.

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

Color convert

RGB 64 98 72 -
CMYK 0.35 0 0.27 0.62
HSL 134.12º 0.21% 0.32% -
HSV(B) 134.12º 0.35% 0.38% -
XYZ 7.65 10.29 7.71 -
YUV 84.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 64 98 72 0.35 0 0.27 0.62 134.12 0.21 0.32
Hex 40 62 48 23 0 1B 3E 86 15 20
Octal 100 142 110 43 0 33 76 206 25 40
Binary 1000000 1100010 1001000 100011 0 11011 111110 10000110 10101 100000

Color Harmonies of #406248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406248

Black with #406248

Text Example


Text Example

White with #406248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406248; }

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

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

background-color css

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

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

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

border-color css

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

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

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