#315828

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

Shades of Palm Leaf #315828

Tints of Palm Leaf #315828

Color information

#315828 (or 0x315828) is unknown color: approx Palm Leaf. HEX triplet: 31, 58 and 28. RGB value is (49,88,40). Sum of RGB (Red+Green+Blue) = 49+88+40=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #315828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315828 is #CEA7D7. Grayscale: #474747. Windows color (decimal): -13543384 or 2644017. OLE color: 2644017.

HSL color Cylindrical-coordinate representation of color #315828: hue angle of 108.75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #315828 is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB498840-
CMYK0.4400.550.65
HSL108.75º37.5%25.1%-
HSV(B)108.75º54.55%34.51%-
XYZ5.147.793.24-
YUV70.87110.58112.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.68%
GREEN value IS 88 (34.77% from 255) = 49.72%
BLUE value IS 40 (16.02% from 255) = 22.60%
R=27.68%
G=49.72%
B=22.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4988400.4400.550.65108.7537.525.1
Hex3158282C037416d2619
Octal6113050540671011554631
Binary110001101100010100010110001101111000001110110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315828; }

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

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

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

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

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

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

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

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