#315528

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

Shades of Palm Leaf #315528

Tints of Palm Leaf #315528

Color information

#315528 (or 0x315528) is unknown color: approx Palm Leaf. HEX triplet: 31, 55 and 28. RGB value is (49,85,40). Sum of RGB (Red+Green+Blue) = 49+85+40=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #315528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315528 is #CEAAD7. Grayscale: #454545. Windows color (decimal): -13544152 or 2643249. OLE color: 2643249.

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

Color convert

RGB498540-
CMYK0.4200.530.67
HSL108º36%24.51%-
HSV(B)108º52.94%33.33%-
XYZ4.97.33.16-
YUV69.11111.57113.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.16%
GREEN value IS 85 (33.59% from 255) = 48.85%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=28.16%
G=48.85%
B=22.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4985400.4200.530.671083624.51
Hex3155282A035436c2419
Octal6112550520651031544431
Binary110001101010110100010101001101011000011110110010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315528; }

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

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

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

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

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

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

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

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