#315824

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

Shades of Palm Leaf #315824

Tints of Palm Leaf #315824

Color information

#315824 (or 0x315824) is unknown color: approx Palm Leaf. HEX triplet: 31, 58 and 24. RGB value is (49,88,36). Sum of RGB (Red+Green+Blue) = 49+88+36=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #315824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315824 is #CEA7DB. Grayscale: #464646. Windows color (decimal): -13543388 or 2381873. OLE color: 2381873.

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

Color convert

RGB498836-
CMYK0.4400.590.65
HSL105º41.94%24.31%-
HSV(B)105º59.09%34.51%-
XYZ5.077.762.9-
YUV70.41108.58112.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.32%
GREEN value IS 88 (34.77% from 255) = 50.87%
BLUE value IS 36 (14.45% from 255) = 20.81%
R=28.32%
G=50.87%
B=20.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4988360.4400.590.6510541.9424.31
Hex3158242C03B41692a18
Octal6113044540731011515230
Binary110001101100010010010110001110111000001110100110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315824; }

 p { color: rgb(49,88,36); }

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

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

 a { background-color: rgb(49,88,36); }

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

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

 span { border-color: rgb(49,88,36); }

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