#316F41

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

Shades of Hunter Green #316F41

Tints of Hunter Green #316F41

Color information

#316F41 (or 0x316F41) is unknown color: approx Hunter Green. HEX triplet: 31, 6F and 41. RGB value is (49,111,65). Sum of RGB (Red+Green+Blue) = 49+111+65=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #316F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F41 is #CE90BE. Grayscale: #575757. Windows color (decimal): -13537471 or 4288305. OLE color: 4288305.

HSL color Cylindrical-coordinate representation of color #316F41: hue angle of 135.48º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316F41 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB4911165-
CMYK0.5600.410.56
HSL135.48º38.75%31.37%-
HSV(B)135.48º55.86%43.53%-
XYZ7.9112.46.98-
YUV87.22115.46100.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 111 (43.75% from 255) = 49.33%
BLUE value IS 65 (25.78% from 255) = 28.89%
R=21.78%
G=49.33%
B=28.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49111650.5600.410.56135.4838.7531.37
Hex316F41380293887271f
Octal6115710170051702074737
Binary1100011101111100000111100001010011110001000011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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