#49563F

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

Shades of Cabbage Pont #49563F

Tints of Cabbage Pont #49563F

Color information

#49563F (or 0x49563F) is unknown color: approx Cabbage Pont. HEX triplet: 49, 56 and 3F. RGB value is (73,86,63). Sum of RGB (Red+Green+Blue) = 73+86+63=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 86 - color contains mainly: green. Hex color #49563F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49563F is #B6A9C0. Grayscale: #4F4F4F. Windows color (decimal): -11971009 or 4150857. OLE color: 4150857.

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

Color convert

RGB738663-
CMYK0.1500.270.66
HSL93.91º15.44%29.22%-
HSV(B)93.91º26.74%33.73%-
XYZ6.978.435.96-
YUV79.49118.69123.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.88%
GREEN value IS 86 (33.98% from 255) = 38.74%
BLUE value IS 63 (25% from 255) = 28.38%
R=32.88%
G=38.74%
B=28.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386630.1500.270.6693.9115.4429.22
Hex49563FF01B425ef1d
Octal11112677170331021361735
Binary10010011010110111111111101101110000101011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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