#315821

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

Shades of Palm Leaf #315821

Tints of Palm Leaf #315821

Color information

#315821 (or 0x315821) is unknown color: approx Palm Leaf. HEX triplet: 31, 58 and 21. RGB value is (49,88,33). Sum of RGB (Red+Green+Blue) = 49+88+33=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 88 (34.77% from 255 or 51.76% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 88 - color contains mainly: green. Hex color #315821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315821 is #CEA7DE. Grayscale: #464646. Windows color (decimal): -13543391 or 2185265. OLE color: 2185265.

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

Color convert

RGB498833-
CMYK0.4400.620.65
HSL102.55º45.45%23.73%-
HSV(B)102.55º62.5%34.51%-
XYZ5.037.742.67-
YUV70.07107.08112.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.82%
GREEN value IS 88 (34.77% from 255) = 51.76%
BLUE value IS 33 (13.28% from 255) = 19.41%
R=28.82%
G=51.76%
B=19.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4988330.4400.620.65102.5545.4523.73
Hex3158212C03E41672d18
Octal6113041540761011475530
Binary110001101100010000110110001111101000001110011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315821; }

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

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

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

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

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

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

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

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