#315519

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

Shades of Palm Leaf #315519

Tints of Palm Leaf #315519

Color information

#315519 (or 0x315519) is unknown color: approx Palm Leaf. HEX triplet: 31, 55 and 19. RGB value is (49,85,25). Sum of RGB (Red+Green+Blue) = 49+85+25=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #315519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315519 is #CEAAE6. Grayscale: #434343. Windows color (decimal): -13544167 or 1660209. OLE color: 1660209.

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

Color convert

RGB498525-
CMYK0.4200.710.67
HSL96º54.55%21.57%-
HSV(B)96º70.59%33.33%-
XYZ4.697.222.07-
YUV67.4104.07114.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.82%
GREEN value IS 85 (33.59% from 255) = 53.46%
BLUE value IS 25 (10.16% from 255) = 15.72%
R=30.82%
G=53.46%
B=15.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4985250.4200.710.679654.5521.57
Hex3155192A04743603716
Octal61125315201071031406726
Binary110001101010111001101010010001111000011110000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315519; }

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

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

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

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

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

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

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

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