#355824

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

Shades of Palm Leaf #355824

Tints of Palm Leaf #355824

Color information

#355824 (or 0x355824) is unknown color: approx Palm Leaf. HEX triplet: 35, 58 and 24. RGB value is (53,88,36). Sum of RGB (Red+Green+Blue) = 53+88+36=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #355824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355824 is #CAA7DB. Grayscale: #474747. Windows color (decimal): -13281244 or 2381877. OLE color: 2381877.

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

Color convert

RGB538836-
CMYK0.4000.590.65
HSL100.38º41.94%24.31%-
HSV(B)100.38º59.09%34.51%-
XYZ5.287.862.91-
YUV71.61107.9114.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.94%
GREEN value IS 88 (34.77% from 255) = 49.72%
BLUE value IS 36 (14.45% from 255) = 20.34%
R=29.94%
G=49.72%
B=20.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5388360.4000.590.65100.3841.9424.31
Hex3558242803B41642a18
Octal6513044500731011445230
Binary110101101100010010010100001110111000001110010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355824; }

 p { color: rgb(53,88,36); }

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

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

 a { background-color: rgb(53,88,36); }

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

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

 span { border-color: rgb(53,88,36); }

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