#37522C

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

Shades of Palm Leaf #37522C

Tints of Palm Leaf #37522C

Color information

#37522C (or 0x37522C) is unknown color: approx Palm Leaf. HEX triplet: 37, 52 and 2C. RGB value is (55,82,44). Sum of RGB (Red+Green+Blue) = 55+82+44=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #37522C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37522C is #C8ADD3. Grayscale: #454545. Windows color (decimal): -13151700 or 2904631. OLE color: 2904631.

HSL color Cylindrical-coordinate representation of color #37522C: hue angle of 102.63º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #37522C is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB558244-
CMYK0.3300.460.68
HSL102.63º30.16%24.71%-
HSV(B)102.63º46.34%32.16%-
XYZ5.057.033.47-
YUV69.6113.55117.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.39%
GREEN value IS 82 (32.42% from 255) = 45.30%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=30.39%
G=45.30%
B=24.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5582440.3300.460.68102.6330.1624.71
Hex37522C2102E44671e19
Octal6712254410561041473631
Binary11011110100101011001000010101110100010011001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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