#35532E

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

Shades of Palm Leaf #35532E

Tints of Palm Leaf #35532E

Color information

#35532E (or 0x35532E) is unknown color: approx Palm Leaf. HEX triplet: 35, 53 and 2E. RGB value is (53,83,46). Sum of RGB (Red+Green+Blue) = 53+83+46=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #35532E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35532E is #CAACD1. Grayscale: #454545. Windows color (decimal): -13282514 or 3035957. OLE color: 3035957.

HSL color Cylindrical-coordinate representation of color #35532E: hue angle of 108.65º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35532E is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB538346-
CMYK0.3600.450.67
HSL108.65º28.68%25.29%-
HSV(B)108.65º44.58%32.55%-
XYZ5.057.143.7-
YUV69.81114.56116.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 83 (32.81% from 255) = 45.60%
BLUE value IS 46 (18.36% from 255) = 25.27%
R=29.12%
G=45.60%
B=25.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5383460.3600.450.67108.6528.6825.29
Hex35532E2402D436d1d19
Octal6512356440551031553531
Binary11010110100111011101001000101101100001111011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35532E; }

 p { color: rgb(53,83,46); }

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

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

 a { background-color: rgb(53,83,46); }

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

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

 span { border-color: rgb(53,83,46); }

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