#49563D

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

Shades of Cabbage Pont #49563D

Tints of Cabbage Pont #49563D

Color information

#49563D (or 0x49563D) is unknown color: approx Cabbage Pont. HEX triplet: 49, 56 and 3D. RGB value is (73,86,61). Sum of RGB (Red+Green+Blue) = 73+86+61=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 86 - color contains mainly: green. Hex color #49563D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49563D is #B6A9C2. Grayscale: #4F4F4F. Windows color (decimal): -11971011 or 4019785. OLE color: 4019785.

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

Color convert

RGB738661-
CMYK0.1500.290.66
HSL91.2º17.01%28.82%-
HSV(B)91.2º29.07%33.73%-
XYZ6.928.415.67-
YUV79.26117.69123.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 86 (33.98% from 255) = 39.09%
BLUE value IS 61 (24.22% from 255) = 27.73%
R=33.18%
G=39.09%
B=27.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386610.1500.290.6691.217.0128.82
Hex49563DF01D425b111d
Octal11112675170351021332135
Binary100100110101101111011111011101100001010110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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