#316D41

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

Shades of Hunter Green #316D41

Tints of Hunter Green #316D41

Color information

#316D41 (or 0x316D41) is unknown color: approx Hunter Green. HEX triplet: 31, 6D and 41. RGB value is (49,109,65). Sum of RGB (Red+Green+Blue) = 49+109+65=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 109 (42.97% from 255 or 48.88% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 109 - color contains mainly: green. Hex color #316D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316D41 is #CE92BE. Grayscale: #565656. Windows color (decimal): -13537983 or 4287793. OLE color: 4287793.

HSL color Cylindrical-coordinate representation of color #316D41: hue angle of 136º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316D41 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.57.

Color convert

RGB4910965-
CMYK0.5500.400.57
HSL136º37.97%30.98%-
HSV(B)136º55.05%42.75%-
XYZ7.6911.976.91-
YUV86.04116.12101.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 109 (42.97% from 255) = 48.88%
BLUE value IS 65 (25.78% from 255) = 29.15%
R=21.97%
G=48.88%
B=29.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49109650.5500.400.5713637.9730.98
Hex316D41370283988261f
Octal6115510167050712104637
Binary1100011101101100000111011101010001110011000100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316D41; }

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

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

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

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

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

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

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

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