#49542F

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

Shades of Clover #49542F

Tints of Clover #49542F

Color information

#49542F (or 0x49542F) is unknown color: approx Clover. HEX triplet: 49, 54 and 2F. RGB value is (73,84,47). Sum of RGB (Red+Green+Blue) = 73+84+47=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #49542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49542F is #B6ABD0. Grayscale: #4C4C4C. Windows color (decimal): -11971537 or 3101769. OLE color: 3101769.

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

Color convert

RGB738447-
CMYK0.1300.440.67
HSL77.84º28.24%25.69%-
HSV(B)77.84º44.05%32.94%-
XYZ6.437.963.89-
YUV76.49111.36125.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.78%
GREEN value IS 84 (33.20% from 255) = 41.18%
BLUE value IS 47 (18.75% from 255) = 23.04%
R=35.78%
G=41.18%
B=23.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384470.1300.440.6777.8428.2425.69
Hex49542FD02C434e1c1a
Octal11112457150541031163432
Binary1001001101010010111111010101100100001110011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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