Html Css Color HEX #496160 River Bed

📋 copy color: '#496160'

red 73 ◦ green 97 ◦ blue 96

#496160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of River Bed #496160

Tints of River Bed #496160

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 value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#496160 (or 0x496160) is known color: 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

RGB 73 97 96 -
CMYK 0.25 0 0.01 0.62
HSL 177.5º 0.14% 0.33% -
HSV(B) 177.5º 0.25% 0.38% -
XYZ 9.13 10.81 12.67 -
YUV 89.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 73 97 96 0.25 0 0.01 0.62 177.5 0.14 0.33
Hex 49 61 60 19 0 1 3E B2 E 21
Octal 111 141 140 31 0 1 76 262 16 41
Binary 1001001 1100001 1100000 11001 0 1 111110 10110010 1110 100001

Color Harmonies of #496160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496160

Black with #496160

Text Example


Text Example

White with #496160

Text Example


Text Example

HTML Codes & Css Web 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>