#49552B

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

Shades of Clover #49552B

Tints of Clover #49552B

Color information

#49552B (or 0x49552B) is unknown color: approx Clover. HEX triplet: 49, 55 and 2B. RGB value is (73,85,43). Sum of RGB (Red+Green+Blue) = 73+85+43=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #49552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49552B is #B6AAD4. Grayscale: #4C4C4C. Windows color (decimal): -11971285 or 2839881. OLE color: 2839881.

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

Color convert

RGB738543-
CMYK0.1400.490.67
HSL77.14º32.81%25.1%-
HSV(B)77.14º49.41%33.33%-
XYZ6.438.093.51-
YUV76.62109.02125.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.32%
GREEN value IS 85 (33.59% from 255) = 42.29%
BLUE value IS 43 (17.19% from 255) = 21.39%
R=36.32%
G=42.29%
B=21.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385430.1400.490.6777.1432.8125.1
Hex49552BE031434d2119
Octal11112553160611031154131
Binary10010011010101101011111001100011000011100110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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