#315D1E

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

Shades of Green House #315D1E

Tints of Green House #315D1E

Color information

#315D1E (or 0x315D1E) is unknown color: approx Green House. HEX triplet: 31, 5D and 1E. RGB value is (49,93,30). Sum of RGB (Red+Green+Blue) = 49+93+30=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #315D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D1E is #CEA2E1. Grayscale: #484848. Windows color (decimal): -13542114 or 1989937. OLE color: 1989937.

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

Color convert

RGB499330-
CMYK0.4700.680.64
HSL101.9º51.22%24.12%-
HSV(B)101.9º67.74%36.47%-
XYZ5.428.582.6-
YUV72.66103.92111.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.49%
GREEN value IS 93 (36.72% from 255) = 54.07%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=28.49%
G=54.07%
B=17.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4993300.4700.680.64101.951.2224.12
Hex315D1E2F04440663318
Octal61135365701041001466330
Binary110001101110111110101111010001001000000110011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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