Html Css Color HEX #406944 Hunter Green

📋 copy color: '#406944'

red 64 ◦ green 105 ◦ blue 68

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

Shades of Hunter Green #406944

Tints of Hunter Green #406944

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.3%

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

R = 27%
G = 44.3%
B = 28.69%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#406944 (or 0x406944) is known color: Hunter Green. HEX triplet: 40, 69 and 44. RGB value is (64,105,68). Sum of RGB (Red+Green+Blue) = 64+105+68=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 105 - color contains mainly: green. Hex color #406944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406944 is #BF96BB. Grayscale: #585858. Windows color (decimal): -12555964 or 4483392. OLE color: 4483392.

HSL color Cylindrical-coordinate representation of color #406944: hue angle of 125.85º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #406944 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 105 68 -
CMYK 0.39 0 0.35 0.59
HSL 125.85º 0.24% 0.33% -
HSV(B) 125.85º 0.39% 0.41% -
XYZ 8.21 11.61 7.28 -
YUV 88.52 116.42 110.51 -
System Red Green Blue C M Y K H S L
Decimal 64 105 68 0.39 0 0.35 0.59 125.85 0.24 0.33
Hex 40 69 44 27 0 23 3B 7E 18 21
Octal 100 151 104 47 0 43 73 176 30 41
Binary 1000000 1101001 1000100 100111 0 100011 111011 1111110 11000 100001

Color Harmonies of #406944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406944

Black with #406944

Text Example


Text Example

White with #406944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406944; }

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

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

background-color css

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

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

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

border-color css

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

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

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