#36502F

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

Shades of Palm Leaf #36502F

Tints of Palm Leaf #36502F

Color information

#36502F (or 0x36502F) is unknown color: approx Palm Leaf. HEX triplet: 36, 50 and 2F. RGB value is (54,80,47). Sum of RGB (Red+Green+Blue) = 54+80+47=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #36502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36502F is #C9AFD0. Grayscale: #444444. Windows color (decimal): -13217745 or 3100726. OLE color: 3100726.

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

Color convert

RGB548047-
CMYK0.3300.410.69
HSL107.27º25.98%24.9%-
HSV(B)107.27º41.25%31.37%-
XYZ4.96.733.73-
YUV68.46115.89117.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.83%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 47 (18.75% from 255) = 25.97%
R=29.83%
G=44.20%
B=25.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5480470.3300.410.69107.2725.9824.9
Hex36502F21029456b1a19
Octal6612057410511051533231
Binary11011010100001011111000010101001100010111010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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