#37542E

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

Shades of Palm Leaf #37542E

Tints of Palm Leaf #37542E

Color information

#37542E (or 0x37542E) is unknown color: approx Palm Leaf. HEX triplet: 37, 54 and 2E. RGB value is (55,84,46). Sum of RGB (Red+Green+Blue) = 55+84+46=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #37542E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37542E is #C8ABD1. Grayscale: #474747. Windows color (decimal): -13151186 or 3036215. OLE color: 3036215.

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

Color convert

RGB558446-
CMYK0.3500.450.67
HSL105.79º29.23%25.49%-
HSV(B)105.79º45.24%32.94%-
XYZ5.247.353.73-
YUV71113.89116.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.73%
GREEN value IS 84 (33.20% from 255) = 45.41%
BLUE value IS 46 (18.36% from 255) = 24.86%
R=29.73%
G=45.41%
B=24.86%

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
Decimal5584460.3500.450.67105.7929.2325.49
Hex37542E2302D436a1d19
Octal6712456430551031523531
Binary11011110101001011101000110101101100001111010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,84,46); }

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

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

 a { background-color: rgb(55,84,46); }

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

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

 span { border-color: rgb(55,84,46); }

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