#315A25

Color #315A25 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #315A25

Tints of Palm Leaf #315A25

Color information

#315A25 (or 0x315A25) is unknown color: approx Palm Leaf. HEX triplet: 31, 5A and 25. RGB value is (49,90,37). Sum of RGB (Red+Green+Blue) = 49+90+37=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #315A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315A25 is #CEA5DA. Grayscale: #474747. Windows color (decimal): -13542875 or 2447921. OLE color: 2447921.

HSL color Cylindrical-coordinate representation of color #315A25: hue angle of 106.42º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #315A25 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB499037-
CMYK0.4600.590.65
HSL106.42º41.73%24.9%-
HSV(B)106.42º58.89%35.29%-
XYZ5.268.13.04-
YUV71.7108.42111.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.84%
GREEN value IS 90 (35.55% from 255) = 51.14%
BLUE value IS 37 (14.84% from 255) = 21.02%
R=27.84%
G=51.14%
B=21.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4990370.4600.590.65106.4241.7324.9
Hex315A252E03B416a2a19
Octal6113245560731011525231
Binary110001101101010010110111001110111000001110101010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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