#49583C

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

Shades of Cabbage Pont #49583C

Tints of Cabbage Pont #49583C

Color information

#49583C (or 0x49583C) is unknown color: approx Cabbage Pont. HEX triplet: 49, 58 and 3C. RGB value is (73,88,60). Sum of RGB (Red+Green+Blue) = 73+88+60=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 88 - color contains mainly: green. Hex color #49583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49583C is #B6A7C3. Grayscale: #505050. Windows color (decimal): -11970500 or 3954761. OLE color: 3954761.

HSL color Cylindrical-coordinate representation of color #49583C: hue angle of 92.14º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49583C is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB738860-
CMYK0.1700.320.65
HSL92.14º18.92%29.02%-
HSV(B)92.14º31.82%34.51%-
XYZ7.058.725.59-
YUV80.32116.53122.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.03%
GREEN value IS 88 (34.77% from 255) = 39.82%
BLUE value IS 60 (23.83% from 255) = 27.15%
R=33.03%
G=39.82%
B=27.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7388600.1700.320.6592.1418.9229.02
Hex49583C11020415c131d
Octal11113074210401011342335
Binary10010011011000111100100010100000100000110111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49583C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,88,60); }

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

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

 a { background-color: rgb(73,88,60); }

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

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

 span { border-color: rgb(73,88,60); }

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