#315738

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

Shades of Hunter Green #315738

Tints of Hunter Green #315738

Color information

#315738 (or 0x315738) is unknown color: approx Hunter Green. HEX triplet: 31, 57 and 38. RGB value is (49,87,56). Sum of RGB (Red+Green+Blue) = 49+87+56=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 87 - color contains mainly: green. Hex color #315738 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315738 is #CEA8C7. Grayscale: #484848. Windows color (decimal): -13543624 or 3692337. OLE color: 3692337.

HSL color Cylindrical-coordinate representation of color #315738: hue angle of 131.05º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315738 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB498756-
CMYK0.4400.360.66
HSL131.05º27.94%26.67%-
HSV(B)131.05º43.68%34.12%-
XYZ5.397.754.95-
YUV72.1118.91111.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 87 (34.38% from 255) = 45.31%
BLUE value IS 56 (22.27% from 255) = 29.17%
R=25.52%
G=45.31%
B=29.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4987560.4400.360.66131.0527.9426.67
Hex3157382C02442831c1b
Octal6112770540441022033433
Binary110001101011111100010110001001001000010100000111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315738; }

 p { color: rgb(49,87,56); }

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

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

 a { background-color: rgb(49,87,56); }

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

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

 span { border-color: rgb(49,87,56); }

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