#49553C

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

Shades of Cabbage Pont #49553C

Tints of Cabbage Pont #49553C

Color information

#49553C (or 0x49553C) is unknown color: approx Cabbage Pont. HEX triplet: 49, 55 and 3C. RGB value is (73,85,60). Sum of RGB (Red+Green+Blue) = 73+85+60=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #49553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49553C is #B6AAC3. Grayscale: #4E4E4E. Windows color (decimal): -11971268 or 3953993. OLE color: 3953993.

HSL color Cylindrical-coordinate representation of color #49553C: hue angle of 88.8º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #49553C is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB738560-
CMYK0.1400.290.67
HSL88.8º17.24%28.43%-
HSV(B)88.8º29.41%33.33%-
XYZ6.818.245.51-
YUV78.56117.52124.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 85 (33.59% from 255) = 38.99%
BLUE value IS 60 (23.83% from 255) = 27.52%
R=33.49%
G=38.99%
B=27.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385600.1400.290.6788.817.2428.43
Hex49553CE01D4359111c
Octal11112574160351031312134
Binary100100110101011111001110011101100001110110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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