Html Css Color HEX #496360 River Bed

📋 copy color: '#496360'

red 73 ◦ green 99 ◦ blue 96

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

Shades of River Bed #496360

Tints of River Bed #496360

RGB

 RED value IS 73 (28.91% from 255) = 27.24%

 GREEN value IS 99 (39.06% from 255) = 36.94%

 BLUE value IS 96 (37.89% from 255) = 35.82%

R = 27.24%
G = 36.94%
B = 35.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#496360 (or 0x496360) is known color: River Bed. HEX triplet: 49, 63 and 60. RGB value is (73,99,96). Sum of RGB (Red+Green+Blue) = 73+99+96=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 99 - color contains mainly: green. Hex color #496360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496360 is #B69C9F. Grayscale: #5A5A5A. Windows color (decimal): -11967648 or 6316873. OLE color: 6316873.

HSL color Cylindrical-coordinate representation of color #496360: hue angle of 173.08º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #496360 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 99 96 -
CMYK 0.26 0 0.03 0.61
HSL 173.08º 0.15% 0.34% -
HSV(B) 173.08º 0.26% 0.39% -
XYZ 9.32 11.18 12.73 -
YUV 90.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 73 99 96 0.26 0 0.03 0.61 173.08 0.15 0.34
Hex 49 63 60 1A 0 3 3D AD F 22
Octal 111 143 140 32 0 3 75 255 17 42
Binary 1001001 1100011 1100000 11010 0 11 111101 10101101 1111 100010

Color Harmonies of #496360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496360

Black with #496360

Text Example


Text Example

White with #496360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496360; }

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

 H1.HeaderClassName
 {
   color: #496360;
 }
 .AnyTagClassName
 {
   color: #496360;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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