#315719

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

Shades of Palm Leaf #315719

Tints of Palm Leaf #315719

Color information

#315719 (or 0x315719) is unknown color: approx Palm Leaf. HEX triplet: 31, 57 and 19. RGB value is (49,87,25). Sum of RGB (Red+Green+Blue) = 49+87+25=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #315719 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315719 is #CEA8E6. Grayscale: #444444. Windows color (decimal): -13543655 or 1660721. OLE color: 1660721.

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

Color convert

RGB498725-
CMYK0.4400.710.66
HSL96.77º55.36%21.96%-
HSV(B)96.77º71.26%34.12%-
XYZ4.857.542.12-
YUV68.57103.41114.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.43%
GREEN value IS 87 (34.38% from 255) = 54.04%
BLUE value IS 25 (10.16% from 255) = 15.53%
R=30.43%
G=54.04%
B=15.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4987250.4400.710.6696.7755.3621.96
Hex3157192C04742613716
Octal61127315401071021416726
Binary110001101011111001101100010001111000010110000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315719; }

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

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

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

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

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

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

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

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