#315B39

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

Shades of Hunter Green #315B39

Tints of Hunter Green #315B39

Color information

#315B39 (or 0x315B39) is unknown color: approx Hunter Green. HEX triplet: 31, 5B and 39. RGB value is (49,91,57). Sum of RGB (Red+Green+Blue) = 49+91+57=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 91 (35.94% from 255 or 46.19% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 91 - color contains mainly: green. Hex color #315B39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315B39 is #CEA4C6. Grayscale: #4A4A4A. Windows color (decimal): -13542599 or 3758897. OLE color: 3758897.

HSL color Cylindrical-coordinate representation of color #315B39: hue angle of 131.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315B39 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB499157-
CMYK0.4600.370.64
HSL131.43º30%27.45%-
HSV(B)131.43º46.15%35.69%-
XYZ5.758.435.2-
YUV74.57118.09109.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 91 (35.94% from 255) = 46.19%
BLUE value IS 57 (22.66% from 255) = 28.93%
R=24.87%
G=46.19%
B=28.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4991570.4600.370.64131.433027.45
Hex315B392E02540831e1b
Octal6113371560451002033633
Binary110001101101111100110111001001011000000100000111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315B39; }

 p { color: rgb(49,91,57); }

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

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

 a { background-color: rgb(49,91,57); }

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

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

 span { border-color: rgb(49,91,57); }

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