#496F59

Color #496F59 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #496F59

Tints of Como #496F59

Color information

#496F59 (or 0x496F59) is unknown color: approx Como. HEX triplet: 49, 6F and 59. RGB value is (73,111,89). Sum of RGB (Red+Green+Blue) = 73+111+89=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 111 - color contains mainly: green. Hex color #496F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F59 is #B690A6. Grayscale: #616161. Windows color (decimal): -11964583 or 5861193. OLE color: 5861193.

HSL color Cylindrical-coordinate representation of color #496F59: hue angle of 145.26º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #496F59 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB7311189-
CMYK0.3400.200.56
HSL145.26º20.65%36.08%-
HSV(B)145.26º34.23%43.53%-
XYZ10.2413.5111.52-
YUV97.13123.41110.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 111 (43.75% from 255) = 40.66%
BLUE value IS 89 (35.16% from 255) = 32.60%
R=26.74%
G=40.66%
B=32.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73111890.3400.200.56145.2620.6536.08
Hex496F592201438911524
Octal11115713142024702212544
Binary1001001110111110110011000100101001110001001000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496F59; }

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

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

<style>
 a { background-color: #496F59; }

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

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

<style>
 span { border-color: #496F59; }

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

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