#316841

Color #316841 Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #316841

Tints of Hunter Green #316841

Color information

#316841 (or 0x316841) is unknown color: approx Hunter Green. HEX triplet: 31, 68 and 41. RGB value is (49,104,65). Sum of RGB (Red+Green+Blue) = 49+104+65=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #316841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316841 is #CE97BE. Grayscale: #535353. Windows color (decimal): -13539263 or 4286513. OLE color: 4286513.

HSL color Cylindrical-coordinate representation of color #316841: hue angle of 137.45º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316841 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB4910465-
CMYK0.5300.380.59
HSL137.45º35.95%30%-
HSV(B)137.45º52.88%40.78%-
XYZ7.1710.946.73-
YUV83.11117.78103.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 104 (41.02% from 255) = 47.71%
BLUE value IS 65 (25.78% from 255) = 29.82%
R=22.48%
G=47.71%
B=29.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49104650.5300.380.59137.4535.9530
Hex316841350263B89241e
Octal6115010165046732114436
Binary1100011101000100000111010101001101110111000100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316841; }

 p { color: rgb(49,104,65); }

 H1.HeaderClassName
 {
   color: #316841;
 }
 .AnyTagClassName
 {
   color: #316841;
 }
</style>
background-color css

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

 a { background-color: rgb(49,104,65); }

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

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

 span { border-color: rgb(49,104,65); }

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