#315D23

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

Shades of Green House #315D23

Tints of Green House #315D23

Color information

#315D23 (or 0x315D23) is unknown color: approx Green House. HEX triplet: 31, 5D and 23. RGB value is (49,93,35). Sum of RGB (Red+Green+Blue) = 49+93+35=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 93 (36.72% from 255 or 52.54% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 93 - color contains mainly: green. Hex color #315D23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D23 is #CEA2DC. Grayscale: #494949. Windows color (decimal): -13542109 or 2317617. OLE color: 2317617.

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

Color convert

RGB499335-
CMYK0.4700.620.64
HSL105.52º45.31%25.1%-
HSV(B)105.52º62.37%36.47%-
XYZ5.488.62.96-
YUV73.23106.42110.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.68%
GREEN value IS 93 (36.72% from 255) = 52.54%
BLUE value IS 35 (14.06% from 255) = 19.77%
R=27.68%
G=52.54%
B=19.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4993350.4700.620.64105.5245.3125.1
Hex315D232F03E406a2d19
Octal6113543570761001525531
Binary110001101110110001110111101111101000000110101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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