#496160

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

Shades of River Bed #496160

Tints of River Bed #496160

Color information

#496160 (or 0x496160) is unknown color: approx River Bed. HEX triplet: 49, 61 and 60. RGB value is (73,97,96). Sum of RGB (Red+Green+Blue) = 73+97+96=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 97 - color contains mainly: green. Hex color #496160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496160 is #B69E9F. Grayscale: #595959. Windows color (decimal): -11968160 or 6316361. OLE color: 6316361.

HSL color Cylindrical-coordinate representation of color #496160: hue angle of 177.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #496160 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB739796-
CMYK0.2500.010.62
HSL177.5º14.12%33.33%-
HSV(B)177.5º24.74%38.04%-
XYZ9.1310.8112.67-
YUV89.71131.55116.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=27.44%
G=36.47%
B=36.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397960.2500.010.62177.514.1233.33
Hex49616019013Eb2e21
Octal1111411403101762621641
Binary1001001110000111000001100101111110101100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496160; }

 p { color: rgb(73,97,96); }

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

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

 a { background-color: rgb(73,97,96); }

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

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

 span { border-color: rgb(73,97,96); }

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