#49532E

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

Shades of Clover #49532E

Tints of Clover #49532E

Color information

#49532E (or 0x49532E) is unknown color: approx Clover. HEX triplet: 49, 53 and 2E. RGB value is (73,83,46). Sum of RGB (Red+Green+Blue) = 73+83+46=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #49532E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49532E is #B6ACD1. Grayscale: #4B4B4B. Windows color (decimal): -11971794 or 3035977. OLE color: 3035977.

HSL color Cylindrical-coordinate representation of color #49532E: hue angle of 76.22º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49532E is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB738346-
CMYK0.1200.450.67
HSL76.22º28.68%25.29%-
HSV(B)76.22º44.58%32.55%-
XYZ6.337.83.76-
YUV75.79111.19126.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.14%
GREEN value IS 83 (32.81% from 255) = 41.09%
BLUE value IS 46 (18.36% from 255) = 22.77%
R=36.14%
G=41.09%
B=22.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7383460.1200.450.6776.2228.6825.29
Hex49532EC02D434c1d19
Octal11112356140551031143531
Binary1001001101001110111011000101101100001110011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49532E; }

 p { color: rgb(73,83,46); }

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

<style>
 a { background-color: #49532E; }

 a { background-color: rgb(73,83,46); }

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

<style>
 span { border-color: #49532E; }

 span { border-color: rgb(73,83,46); }

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