#355723

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

Shades of Palm Leaf #355723

Tints of Palm Leaf #355723

Color information

#355723 (or 0x355723) is unknown color: approx Palm Leaf. HEX triplet: 35, 57 and 23. RGB value is (53,87,35). Sum of RGB (Red+Green+Blue) = 53+87+35=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 87 (34.38% from 255 or 49.71% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 87 - color contains mainly: green. Hex color #355723 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355723 is #CAA8DC. Grayscale: #474747. Windows color (decimal): -13281501 or 2316085. OLE color: 2316085.

HSL color Cylindrical-coordinate representation of color #355723: hue angle of 99.23º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #355723 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB538735-
CMYK0.3900.600.66
HSL99.23º42.62%23.92%-
HSV(B)99.23º59.77%34.12%-
XYZ5.187.692.8-
YUV70.91107.74115.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.29%
GREEN value IS 87 (34.38% from 255) = 49.71%
BLUE value IS 35 (14.06% from 255) = 20%
R=30.29%
G=49.71%
B=20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5387350.3900.600.6699.2342.6223.92
Hex3557232703C42632b18
Octal6512743470741021435330
Binary110101101011110001110011101111001000010110001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355723; }

 p { color: rgb(53,87,35); }

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

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

 a { background-color: rgb(53,87,35); }

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

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

 span { border-color: rgb(53,87,35); }

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