Html Css Color HEX #406144 Hunter Green

📋 copy color: '#406144'

red 64 ◦ green 97 ◦ blue 68

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

Shades of Hunter Green #406144

Tints of Hunter Green #406144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.36%

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

R = 27.95%
G = 42.36%
B = 29.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#406144 (or 0x406144) is known color: Hunter Green. HEX triplet: 40, 61 and 44. RGB value is (64,97,68). Sum of RGB (Red+Green+Blue) = 64+97+68=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #406144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406144 is #BF9EBB. Grayscale: #535353. Windows color (decimal): -12558012 or 4481344. OLE color: 4481344.

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

Color convert

RGB 64 97 68 -
CMYK 0.34 0 0.30 0.62
HSL 127.27º 0.2% 0.32% -
HSV(B) 127.27º 0.34% 0.38% -
XYZ 7.43 10.06 7.02 -
YUV 83.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 64 97 68 0.34 0 0.30 0.62 127.27 0.2 0.32
Hex 40 61 44 22 0 1E 3E 7F 14 20
Octal 100 141 104 42 0 36 76 177 24 40
Binary 1000000 1100001 1000100 100010 0 11110 111110 1111111 10100 100000

Color Harmonies of #406144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406144

Black with #406144

Text Example


Text Example

White with #406144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406144; }

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

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

background-color css

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

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

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

border-color css

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

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

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