#315F20

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

Shades of Green House #315F20

Tints of Green House #315F20

Color information

#315F20 (or 0x315F20) is unknown color: approx Green House. HEX triplet: 31, 5F and 20. RGB value is (49,95,32). Sum of RGB (Red+Green+Blue) = 49+95+32=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 95 (37.5% from 255 or 53.98% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 95 - color contains mainly: green. Hex color #315F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315F20 is #CEA0DF. Grayscale: #4A4A4A. Windows color (decimal): -13541600 or 2121521. OLE color: 2121521.

HSL color Cylindrical-coordinate representation of color #315F20: hue angle of 103.81º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #315F20 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.63.

Color convert

RGB499532-
CMYK0.4800.660.63
HSL103.81º49.61%24.9%-
HSV(B)103.81º66.32%37.25%-
XYZ5.628.942.8-
YUV74.06104.26110.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.84%
GREEN value IS 95 (37.5% from 255) = 53.98%
BLUE value IS 32 (12.89% from 255) = 18.18%
R=27.84%
G=53.98%
B=18.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4995320.4800.660.63103.8149.6124.9
Hex315F20300423F683219
Octal6113740600102771506231
Binary110001101111110000011000001000010111111110100011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,95,32); }

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

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

 a { background-color: rgb(49,95,32); }

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

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

 span { border-color: rgb(49,95,32); }

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