#36552B

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

Shades of Palm Leaf #36552B

Tints of Palm Leaf #36552B

Color information

#36552B (or 0x36552B) is unknown color: approx Palm Leaf. HEX triplet: 36, 55 and 2B. RGB value is (54,85,43). Sum of RGB (Red+Green+Blue) = 54+85+43=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #36552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36552B is #C9AAD4. Grayscale: #474747. Windows color (decimal): -13216469 or 2839862. OLE color: 2839862.

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

Color convert

RGB548543-
CMYK0.3600.490.67
HSL104.29º32.81%25.1%-
HSV(B)104.29º49.41%33.33%-
XYZ5.217.463.45-
YUV70.94112.23115.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.67%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 43 (17.19% from 255) = 23.63%
R=29.67%
G=46.70%
B=23.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5485430.3600.490.67104.2932.8125.1
Hex36552B2403143682119
Octal6612553440611031504131
Binary110110101010110101110010001100011000011110100010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36552B; }

 p { color: rgb(54,85,43); }

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

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

 a { background-color: rgb(54,85,43); }

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

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

 span { border-color: rgb(54,85,43); }

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