#315715

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

Shades of Palm Leaf #315715

Tints of Palm Leaf #315715

Color information

#315715 (or 0x315715) is unknown color: approx Palm Leaf. HEX triplet: 31, 57 and 15. RGB value is (49,87,21). Sum of RGB (Red+Green+Blue) = 49+87+21=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 87 (34.38% from 255 or 55.41% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 87 - color contains mainly: green. Hex color #315715 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315715 is #CEA8EA. Grayscale: #444444. Windows color (decimal): -13543659 or 1398577. OLE color: 1398577.

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

Color convert

RGB498721-
CMYK0.4400.760.66
HSL94.55º61.11%21.18%-
HSV(B)94.55º75.86%34.12%-
XYZ4.817.521.91-
YUV68.11101.41114.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.21%
GREEN value IS 87 (34.38% from 255) = 55.41%
BLUE value IS 21 (8.59% from 255) = 13.38%
R=31.21%
G=55.41%
B=13.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4987210.4400.760.6694.5561.1121.18
Hex3157152C04C425f3d15
Octal61127255401141021377525
Binary110001101011110101101100010011001000010101111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315715; }

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

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

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

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

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

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

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

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