#36502E

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

Shades of Palm Leaf #36502E

Tints of Palm Leaf #36502E

Color information

#36502E (or 0x36502E) is unknown color: approx Palm Leaf. HEX triplet: 36, 50 and 2E. RGB value is (54,80,46). Sum of RGB (Red+Green+Blue) = 54+80+46=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #36502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36502E is #C9AFD1. Grayscale: #444444. Windows color (decimal): -13217746 or 3035190. OLE color: 3035190.

HSL color Cylindrical-coordinate representation of color #36502E: hue angle of 105.88º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #36502E is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB548046-
CMYK0.3300.420.69
HSL105.88º26.98%24.71%-
HSV(B)105.88º42.5%31.37%-
XYZ4.886.723.62-
YUV68.35115.39117.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30%
GREEN value IS 80 (31.64% from 255) = 44.44%
BLUE value IS 46 (18.36% from 255) = 25.56%
R=30%
G=44.44%
B=25.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5480460.3300.420.69105.8826.9824.71
Hex36502E2102A456a1b19
Octal6612056410521051523331
Binary11011010100001011101000010101010100010111010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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