#315815

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

Shades of Palm Leaf #315815

Tints of Palm Leaf #315815

Color information

#315815 (or 0x315815) is unknown color: approx Palm Leaf. HEX triplet: 31, 58 and 15. RGB value is (49,88,21). Sum of RGB (Red+Green+Blue) = 49+88+21=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #315815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315815 is #CEA7EA. Grayscale: #444444. Windows color (decimal): -13543403 or 1398833. OLE color: 1398833.

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

Color convert

RGB498821-
CMYK0.4400.760.65
HSL94.93º61.47%21.37%-
HSV(B)94.93º76.14%34.51%-
XYZ4.897.691.94-
YUV68.7101.08113.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.01%
GREEN value IS 88 (34.77% from 255) = 55.70%
BLUE value IS 21 (8.59% from 255) = 13.29%
R=31.01%
G=55.70%
B=13.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4988210.4400.760.6594.9361.4721.37
Hex3158152C04C415f3d15
Octal61130255401141011377525
Binary110001101100010101101100010011001000001101111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315815; }

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

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

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

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

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

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

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

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