#315D3C

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

Shades of Hunter Green #315D3C

Tints of Hunter Green #315D3C

Color information

#315D3C (or 0x315D3C) is unknown color: approx Hunter Green. HEX triplet: 31, 5D and 3C. RGB value is (49,93,60). Sum of RGB (Red+Green+Blue) = 49+93+60=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #315D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D3C is #CEA2C3. Grayscale: #4C4C4C. Windows color (decimal): -13542084 or 3956017. OLE color: 3956017.

HSL color Cylindrical-coordinate representation of color #315D3C: hue angle of 135º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315D3C is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB499360-
CMYK0.4700.350.64
HSL135º30.99%27.84%-
HSV(B)135º47.31%36.47%-
XYZ68.815.66-
YUV76.08118.92108.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 93 (36.72% from 255) = 46.04%
BLUE value IS 60 (23.83% from 255) = 29.70%
R=24.26%
G=46.04%
B=29.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4993600.4700.350.6413530.9927.84
Hex315D3C2F02340871f1c
Octal6113574570431002073734
Binary110001101110111110010111101000111000000100001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,93,60); }

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

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

 a { background-color: rgb(49,93,60); }

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

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

 span { border-color: rgb(49,93,60); }

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