#37472F

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

Shades of Palm Leaf #37472F

Tints of Palm Leaf #37472F

Color information

#37472F (or 0x37472F) is unknown color: approx Palm Leaf. HEX triplet: 37, 47 and 2F. RGB value is (55,71,47). Sum of RGB (Red+Green+Blue) = 55+71+47=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 71 - color contains mainly: green. Hex color #37472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37472F is #C8B8D0. Grayscale: #3F3F3F. Windows color (decimal): -13154513 or 3098423. OLE color: 3098423.

HSL color Cylindrical-coordinate representation of color #37472F: hue angle of 100º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #37472F is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB557147-
CMYK0.2300.340.72
HSL100º20.34%23.14%-
HSV(B)100º33.8%27.84%-
XYZ4.345.523.53-
YUV63.48118.7121.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.79%
GREEN value IS 71 (28.12% from 255) = 41.04%
BLUE value IS 47 (18.75% from 255) = 27.17%
R=31.79%
G=41.04%
B=27.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5571470.2300.340.7210020.3423.14
Hex37472F1702248641417
Octal6710757270421101442427
Binary1101111000111101111101110100010100100011001001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37472F; }

 p { color: rgb(55,71,47); }

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

<style>
 a { background-color: #37472F; }

 a { background-color: rgb(55,71,47); }

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

<style>
 span { border-color: #37472F; }

 span { border-color: rgb(55,71,47); }

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