#497856

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

Shades of Como #497856

Tints of Como #497856

Color information

#497856 (or 0x497856) is unknown color: approx Como. HEX triplet: 49, 78 and 56. RGB value is (73,120,86). Sum of RGB (Red+Green+Blue) = 73+120+86=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 120 - color contains mainly: green. Hex color #497856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497856 is #B687A9. Grayscale: #666666. Windows color (decimal): -11962282 or 5666889. OLE color: 5666889.

HSL color Cylindrical-coordinate representation of color #497856: hue angle of 136.6º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #497856 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB7312086-
CMYK0.3900.280.53
HSL136.6º24.35%37.84%-
HSV(B)136.6º39.17%47.06%-
XYZ11.1415.5211.21-
YUV102.07118.93107.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 120 (47.27% from 255) = 43.01%
BLUE value IS 86 (33.98% from 255) = 30.82%
R=26.16%
G=43.01%
B=30.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73120860.3900.280.53136.624.3537.84
Hex4978562701C35891826
Octal11117012647034652113046
Binary1001001111100010101101001110111001101011000100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497856; }

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

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

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

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

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

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

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

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