#315C25

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

Shades of Green House #315C25

Tints of Green House #315C25

Color information

#315C25 (or 0x315C25) is unknown color: approx Green House. HEX triplet: 31, 5C and 25. RGB value is (49,92,37). Sum of RGB (Red+Green+Blue) = 49+92+37=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 92 (36.33% from 255 or 51.69% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 92 - color contains mainly: green. Hex color #315C25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C25 is #CEA3DA. Grayscale: #494949. Windows color (decimal): -13542363 or 2448433. OLE color: 2448433.

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

Color convert

RGB499237-
CMYK0.4700.600.64
HSL106.91º42.64%25.29%-
HSV(B)106.91º59.78%36.08%-
XYZ5.438.443.09-
YUV72.87107.75110.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.53%
GREEN value IS 92 (36.33% from 255) = 51.69%
BLUE value IS 37 (14.84% from 255) = 20.79%
R=27.53%
G=51.69%
B=20.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4992370.4700.600.64106.9142.6425.29
Hex315C252F03C406b2b19
Octal6113445570741001535331
Binary110001101110010010110111101111001000000110101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,92,37); }

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

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

 a { background-color: rgb(49,92,37); }

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

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

 span { border-color: rgb(49,92,37); }

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