#37522E

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

Shades of Palm Leaf #37522E

Tints of Palm Leaf #37522E

Color information

#37522E (or 0x37522E) is unknown color: approx Palm Leaf. HEX triplet: 37, 52 and 2E. RGB value is (55,82,46). Sum of RGB (Red+Green+Blue) = 55+82+46=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 82 - color contains mainly: green. Hex color #37522E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37522E is #C8ADD1. Grayscale: #454545. Windows color (decimal): -13151698 or 3035703. OLE color: 3035703.

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

Color convert

RGB558246-
CMYK0.3300.440.68
HSL105º28.13%25.1%-
HSV(B)105º43.9%32.16%-
XYZ5.097.043.68-
YUV69.82114.55117.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.05%
GREEN value IS 82 (32.42% from 255) = 44.81%
BLUE value IS 46 (18.36% from 255) = 25.14%
R=30.05%
G=44.81%
B=25.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5582460.3300.440.6810528.1325.1
Hex37522E2102C44691c19
Octal6712256410541041513431
Binary11011110100101011101000010101100100010011010011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37522E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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