#37542C

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

Shades of Palm Leaf #37542C

Tints of Palm Leaf #37542C

Color information

#37542C (or 0x37542C) is unknown color: approx Palm Leaf. HEX triplet: 37, 54 and 2C. RGB value is (55,84,44). Sum of RGB (Red+Green+Blue) = 55+84+44=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #37542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37542C is #C8ABD3. Grayscale: #464646. Windows color (decimal): -13151188 or 2905143. OLE color: 2905143.

HSL color Cylindrical-coordinate representation of color #37542C: hue angle of 103.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #37542C is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB558444-
CMYK0.3500.480.67
HSL103.5º31.25%25.1%-
HSV(B)103.5º47.62%32.94%-
XYZ5.27.333.52-
YUV70.77112.89116.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.05%
GREEN value IS 84 (33.20% from 255) = 45.90%
BLUE value IS 44 (17.58% from 255) = 24.04%
R=30.05%
G=45.90%
B=24.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5584440.3500.480.67103.531.2525.1
Hex37542C2303043681f19
Octal6712454430601031503731
Binary11011110101001011001000110110000100001111010001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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