#355927

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

Shades of Palm Leaf #355927

Tints of Palm Leaf #355927

Color information

#355927 (or 0x355927) is unknown color: approx Palm Leaf. HEX triplet: 35, 59 and 27. RGB value is (53,89,39). Sum of RGB (Red+Green+Blue) = 53+89+39=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 89 - color contains mainly: green. Hex color #355927 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355927 is #CAA6D8. Grayscale: #484848. Windows color (decimal): -13280985 or 2578741. OLE color: 2578741.

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

Color convert

RGB538939-
CMYK0.4000.560.65
HSL103.2º39.06%25.1%-
HSV(B)103.2º56.18%34.9%-
XYZ5.418.053.19-
YUV72.54109.07114.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.28%
GREEN value IS 89 (35.16% from 255) = 49.17%
BLUE value IS 39 (15.62% from 255) = 21.55%
R=29.28%
G=49.17%
B=21.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389390.4000.560.65103.239.0625.1
Hex3559272803841672719
Octal6513147500701011474731
Binary110101101100110011110100001110001000001110011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355927; }

 p { color: rgb(53,89,39); }

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

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

 a { background-color: rgb(53,89,39); }

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

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

 span { border-color: rgb(53,89,39); }

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