#49542D

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

Shades of Clover #49542D

Tints of Clover #49542D

Color information

#49542D (or 0x49542D) is unknown color: approx Clover. HEX triplet: 49, 54 and 2D. RGB value is (73,84,45). Sum of RGB (Red+Green+Blue) = 73+84+45=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #49542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49542D is #B6ABD2. Grayscale: #4C4C4C. Windows color (decimal): -11971539 or 2970697. OLE color: 2970697.

HSL color Cylindrical-coordinate representation of color #49542D: hue angle of 76.92º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49542D is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB738445-
CMYK0.1300.460.67
HSL76.92º30.23%25.29%-
HSV(B)76.92º46.43%32.94%-
XYZ6.397.953.68-
YUV76.26110.36125.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.14%
GREEN value IS 84 (33.20% from 255) = 41.58%
BLUE value IS 45 (17.97% from 255) = 22.28%
R=36.14%
G=41.58%
B=22.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384450.1300.460.6776.9230.2325.29
Hex49542DD02E434d1e19
Octal11112455150561031153631
Binary1001001101010010110111010101110100001110011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49542D; }

 p { color: rgb(73,84,45); }

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

<style>
 a { background-color: #49542D; }

 a { background-color: rgb(73,84,45); }

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

<style>
 span { border-color: #49542D; }

 span { border-color: rgb(73,84,45); }

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