#355822

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

Shades of Palm Leaf #355822

Tints of Palm Leaf #355822

Color information

#355822 (or 0x355822) is unknown color: approx Palm Leaf. HEX triplet: 35, 58 and 22. RGB value is (53,88,34). Sum of RGB (Red+Green+Blue) = 53+88+34=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #355822 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355822 is #CAA7DD. Grayscale: #474747. Windows color (decimal): -13281246 or 2250805. OLE color: 2250805.

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

Color convert

RGB538834-
CMYK0.4000.610.65
HSL98.89º44.26%23.92%-
HSV(B)98.89º61.36%34.51%-
XYZ5.257.852.75-
YUV71.38106.9114.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.29%
GREEN value IS 88 (34.77% from 255) = 50.29%
BLUE value IS 34 (13.67% from 255) = 19.43%
R=30.29%
G=50.29%
B=19.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5388340.4000.610.6598.8944.2623.92
Hex3558222803D41632c18
Octal6513042500751011435430
Binary110101101100010001010100001111011000001110001110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355822; }

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

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

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

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

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

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

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

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