#355920

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

Shades of Palm Leaf #355920

Tints of Palm Leaf #355920

Color information

#355920 (or 0x355920) is unknown color: approx Palm Leaf. HEX triplet: 35, 59 and 20. RGB value is (53,89,32). Sum of RGB (Red+Green+Blue) = 53+89+32=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #355920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355920 is #CAA6DF. Grayscale: #474747. Windows color (decimal): -13280992 or 2119989. OLE color: 2119989.

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

Color convert

RGB538932-
CMYK0.4000.640.65
HSL97.89º47.11%23.73%-
HSV(B)97.89º64.04%34.9%-
XYZ5.38.012.63-
YUV71.74105.57114.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.46%
GREEN value IS 89 (35.16% from 255) = 51.15%
BLUE value IS 32 (12.89% from 255) = 18.39%
R=30.46%
G=51.15%
B=18.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389320.4000.640.6597.8947.1123.73
Hex3559202804041622f18
Octal65131405001001011425730
Binary1101011011001100000101000010000001000001110001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355920; }

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

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

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

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

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

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

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

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