#37482E

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

Shades of Palm Leaf #37482E

Tints of Palm Leaf #37482E

Color information

#37482E (or 0x37482E) is unknown color: approx Palm Leaf. HEX triplet: 37, 48 and 2E. RGB value is (55,72,46). Sum of RGB (Red+Green+Blue) = 55+72+46=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 72 - color contains mainly: green. Hex color #37482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37482E is #C8B7D1. Grayscale: #404040. Windows color (decimal): -13154258 or 3033143. OLE color: 3033143.

HSL color Cylindrical-coordinate representation of color #37482E: hue angle of 99.23º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #37482E is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB557246-
CMYK0.2400.360.72
HSL99.23º22.03%23.14%-
HSV(B)99.23º36.11%28.24%-
XYZ4.395.643.44-
YUV63.95117.87121.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.79%
GREEN value IS 72 (28.52% from 255) = 41.62%
BLUE value IS 46 (18.36% from 255) = 26.59%
R=31.79%
G=41.62%
B=26.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5572460.2400.360.7299.2322.0323.14
Hex37482E1802448631617
Octal6711056300441101432627
Binary1101111001000101110110000100100100100011000111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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