#315917

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

Shades of Palm Leaf #315917

Tints of Palm Leaf #315917

Color information

#315917 (or 0x315917) is unknown color: approx Palm Leaf. HEX triplet: 31, 59 and 17. RGB value is (49,89,23). Sum of RGB (Red+Green+Blue) = 49+89+23=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #315917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315917 is #CEA6E8. Grayscale: #454545. Windows color (decimal): -13543145 or 1530161. OLE color: 1530161.

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

Color convert

RGB498923-
CMYK0.4500.740.65
HSL96.36º58.93%21.96%-
HSV(B)96.36º74.16%34.9%-
XYZ4.997.862.06-
YUV69.52101.75113.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.43%
GREEN value IS 89 (35.16% from 255) = 55.28%
BLUE value IS 23 (9.38% from 255) = 14.29%
R=30.43%
G=55.28%
B=14.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4989230.4500.740.6596.3658.9321.96
Hex3159172D04A41603b16
Octal61131275501121011407326
Binary110001101100110111101101010010101000001110000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315917; }

 p { color: rgb(49,89,23); }

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

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

 a { background-color: rgb(49,89,23); }

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

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

 span { border-color: rgb(49,89,23); }

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