#49592F

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

Shades of Clover #49592F

Tints of Clover #49592F

Color information

#49592F (or 0x49592F) is unknown color: approx Clover. HEX triplet: 49, 59 and 2F. RGB value is (73,89,47). Sum of RGB (Red+Green+Blue) = 73+89+47=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #49592F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49592F is #B6A6D0. Grayscale: #4F4F4F. Windows color (decimal): -11970257 or 3103049. OLE color: 3103049.

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

Color convert

RGB738947-
CMYK0.1800.470.65
HSL82.86º30.88%26.67%-
HSV(B)82.86º47.19%34.9%-
XYZ6.838.774.02-
YUV79.43109.7123.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.93%
GREEN value IS 89 (35.16% from 255) = 42.58%
BLUE value IS 47 (18.75% from 255) = 22.49%
R=34.93%
G=42.58%
B=22.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389470.1800.470.6582.8630.8826.67
Hex49592F1202F41531f1b
Octal11113157220571011233733
Binary10010011011001101111100100101111100000110100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49592F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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