#37552F

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

Shades of Palm Leaf #37552F

Tints of Palm Leaf #37552F

Color information

#37552F (or 0x37552F) is unknown color: approx Palm Leaf. HEX triplet: 37, 55 and 2F. RGB value is (55,85,47). Sum of RGB (Red+Green+Blue) = 55+85+47=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #37552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37552F is #C8AAD0. Grayscale: #474747. Windows color (decimal): -13150929 or 3102007. OLE color: 3102007.

HSL color Cylindrical-coordinate representation of color #37552F: hue angle of 107.37º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #37552F is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB558547-
CMYK0.3500.450.67
HSL107.37º28.79%25.88%-
HSV(B)107.37º44.71%33.33%-
XYZ5.347.513.86-
YUV71.7114.06116.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.41%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=29.41%
G=45.45%
B=25.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5585470.3500.450.67107.3728.7925.88
Hex37552F2302D436b1d1a
Octal6712557430551031533532
Binary11011110101011011111000110101101100001111010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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