#49552A

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

Shades of Clover #49552A

Tints of Clover #49552A

Color information

#49552A (or 0x49552A) is unknown color: approx Clover. HEX triplet: 49, 55 and 2A. RGB value is (73,85,42). Sum of RGB (Red+Green+Blue) = 73+85+42=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #49552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49552A is #B6AAD5. Grayscale: #4C4C4C. Windows color (decimal): -11971286 or 2774345. OLE color: 2774345.

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

Color convert

RGB738542-
CMYK0.1400.510.67
HSL76.74º33.86%24.9%-
HSV(B)76.74º50.59%33.33%-
XYZ6.418.083.41-
YUV76.51108.52125.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.5%
GREEN value IS 85 (33.59% from 255) = 42.5%
BLUE value IS 42 (16.80% from 255) = 21%
R=36.5%
G=42.5%
B=21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385420.1400.510.6776.7433.8624.9
Hex49552AE033434d2219
Octal11112552160631031154231
Binary10010011010101101010111001100111000011100110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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