#36532E

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

Shades of Palm Leaf #36532E

Tints of Palm Leaf #36532E

Color information

#36532E (or 0x36532E) is unknown color: approx Palm Leaf. HEX triplet: 36, 53 and 2E. RGB value is (54,83,46). Sum of RGB (Red+Green+Blue) = 54+83+46=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #36532E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36532E is #C9ACD1. Grayscale: #464646. Windows color (decimal): -13216978 or 3035958. OLE color: 3035958.

HSL color Cylindrical-coordinate representation of color #36532E: hue angle of 107.03º 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 #36532E is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB548346-
CMYK0.3500.450.67
HSL107.03º28.68%25.29%-
HSV(B)107.03º44.58%32.55%-
XYZ5.117.173.7-
YUV70.11114.39116.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.51%
GREEN value IS 83 (32.81% from 255) = 45.36%
BLUE value IS 46 (18.36% from 255) = 25.14%
R=29.51%
G=45.36%
B=25.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5483460.3500.450.67107.0328.6825.29
Hex36532E2302D436b1d19
Octal6612356430551031533531
Binary11011010100111011101000110101101100001111010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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