#49593E

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

Shades of Cabbage Pont #49593E

Tints of Cabbage Pont #49593E

Color information

#49593E (or 0x49593E) is unknown color: approx Cabbage Pont. HEX triplet: 49, 59 and 3E. RGB value is (73,89,62). Sum of RGB (Red+Green+Blue) = 73+89+62=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #49593E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49593E is #B6A6C1. Grayscale: #515151. Windows color (decimal): -11970242 or 4086089. OLE color: 4086089.

HSL color Cylindrical-coordinate representation of color #49593E: hue angle of 95.56º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49593E is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB738962-
CMYK0.1800.300.65
HSL95.56º17.88%29.61%-
HSV(B)95.56º30.34%34.9%-
XYZ7.198.915.9-
YUV81.14117.2122.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 89 (35.16% from 255) = 39.73%
BLUE value IS 62 (24.61% from 255) = 27.68%
R=32.59%
G=39.73%
B=27.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389620.1800.300.6595.5617.8829.61
Hex49593E1201E4160121e
Octal11113176220361011402236
Binary1001001101100111111010010011110100000111000001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49593E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49593E; }

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

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

<style>
 a { background-color: #49593E; }

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

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

<style>
 span { border-color: #49593E; }

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

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