#49562C

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

Shades of Clover #49562C

Tints of Clover #49562C

Color information

#49562C (or 0x49562C) is unknown color: approx Clover. HEX triplet: 49, 56 and 2C. RGB value is (73,86,44). Sum of RGB (Red+Green+Blue) = 73+86+44=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 86 - color contains mainly: green. Hex color #49562C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49562C is #B6A9D3. Grayscale: #4D4D4D. Windows color (decimal): -11971028 or 2905673. OLE color: 2905673.

HSL color Cylindrical-coordinate representation of color #49562C: hue angle of 78.57º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49562C is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB738644-
CMYK0.1500.490.66
HSL78.57º32.31%25.49%-
HSV(B)78.57º48.84%33.73%-
XYZ6.538.253.63-
YUV77.32109.19124.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 86 (33.98% from 255) = 42.36%
BLUE value IS 44 (17.58% from 255) = 21.67%
R=35.96%
G=42.36%
B=21.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386440.1500.490.6678.5732.3125.49
Hex49562CF031424f2019
Octal11112654170611021174031
Binary10010011010110101100111101100011000010100111110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49562C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49562C; }

 p { color: rgb(73,86,44); }

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

<style>
 a { background-color: #49562C; }

 a { background-color: rgb(73,86,44); }

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

<style>
 span { border-color: #49562C; }

 span { border-color: rgb(73,86,44); }

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