#49552C

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

Shades of Clover #49552C

Tints of Clover #49552C

Color information

#49552C (or 0x49552C) is unknown color: approx Clover. HEX triplet: 49, 55 and 2C. RGB value is (73,85,44). Sum of RGB (Red+Green+Blue) = 73+85+44=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #49552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49552C is #B6AAD3. Grayscale: #4C4C4C. Windows color (decimal): -11971284 or 2905417. OLE color: 2905417.

HSL color Cylindrical-coordinate representation of color #49552C: hue angle of 77.56º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49552C is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB738544-
CMYK0.1400.480.67
HSL77.56º31.78%25.29%-
HSV(B)77.56º48.24%33.33%-
XYZ6.458.13.61-
YUV76.74109.52125.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.14%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 44 (17.58% from 255) = 21.78%
R=36.14%
G=42.08%
B=21.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385440.1400.480.6777.5631.7825.29
Hex49552CE030434e2019
Octal11112554160601031164031
Binary10010011010101101100111001100001000011100111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49552C; }

 p { color: rgb(73,85,44); }

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

<style>
 a { background-color: #49552C; }

 a { background-color: rgb(73,85,44); }

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

<style>
 span { border-color: #49552C; }

 span { border-color: rgb(73,85,44); }

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