#49592A

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

Shades of Clover #49592A

Tints of Clover #49592A

Color information

#49592A (or 0x49592A) is unknown color: approx Clover. HEX triplet: 49, 59 and 2A. RGB value is (73,89,42). Sum of RGB (Red+Green+Blue) = 73+89+42=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 89 - color contains mainly: green. Hex color #49592A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49592A is #B6A6D5. Grayscale: #4F4F4F. Windows color (decimal): -11970262 or 2775369. OLE color: 2775369.

HSL color Cylindrical-coordinate representation of color #49592A: hue angle of 80.43º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49592A is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB738942-
CMYK0.1800.530.65
HSL80.43º35.88%25.69%-
HSV(B)80.43º52.81%34.9%-
XYZ6.748.733.52-
YUV78.86107.2123.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.78%
GREEN value IS 89 (35.16% from 255) = 43.63%
BLUE value IS 42 (16.80% from 255) = 20.59%
R=35.78%
G=43.63%
B=20.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389420.1800.530.6580.4335.8825.69
Hex49592A120354150241a
Octal11113152220651011204432
Binary100100110110011010101001001101011000001101000010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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