#49563B

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

Shades of Cabbage Pont #49563B

Tints of Cabbage Pont #49563B

Color information

#49563B (or 0x49563B) is unknown color: approx Cabbage Pont. HEX triplet: 49, 56 and 3B. RGB value is (73,86,59). Sum of RGB (Red+Green+Blue) = 73+86+59=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 86 - color contains mainly: green. Hex color #49563B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49563B is #B6A9C4. Grayscale: #4F4F4F. Windows color (decimal): -11971013 or 3888713. OLE color: 3888713.

HSL color Cylindrical-coordinate representation of color #49563B: hue angle of 88.89º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #49563B is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB738659-
CMYK0.1500.310.66
HSL88.89º18.62%28.43%-
HSV(B)88.89º31.4%33.73%-
XYZ6.868.395.39-
YUV79.04116.69123.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 86 (33.98% from 255) = 39.45%
BLUE value IS 59 (23.44% from 255) = 27.06%
R=33.49%
G=39.45%
B=27.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386590.1500.310.6688.8918.6228.43
Hex49563BF01F4259131c
Octal11112673170371021312334
Binary100100110101101110111111011111100001010110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49563B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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