#49572E

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

Shades of Clover #49572E

Tints of Clover #49572E

Color information

#49572E (or 0x49572E) is unknown color: approx Clover. HEX triplet: 49, 57 and 2E. RGB value is (73,87,46). Sum of RGB (Red+Green+Blue) = 73+87+46=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 87 - color contains mainly: green. Hex color #49572E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49572E is #B6A8D1. Grayscale: #4E4E4E. Windows color (decimal): -11970770 or 3037001. OLE color: 3037001.

HSL color Cylindrical-coordinate representation of color #49572E: hue angle of 80.49º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49572E is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB738746-
CMYK0.1600.470.66
HSL80.49º30.83%26.08%-
HSV(B)80.49º47.13%34.12%-
XYZ6.658.433.86-
YUV78.14109.86124.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 87 (34.38% from 255) = 42.23%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=35.44%
G=42.23%
B=22.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7387460.1600.470.6680.4930.8326.08
Hex49572E1002F42501f1a
Octal11112756200571021203732
Binary10010011010111101110100000101111100001010100001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49572E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,87,46); }

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

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

 a { background-color: rgb(73,87,46); }

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

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

 span { border-color: rgb(73,87,46); }

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