#495E5E

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

Shades of River Bed #495E5E

Tints of River Bed #495E5E

Color information

#495E5E (or 0x495E5E) is unknown color: approx River Bed. HEX triplet: 49, 5E and 5E. RGB value is (73,94,94). Sum of RGB (Red+Green+Blue) = 73+94+94=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 94 - color contains mainly: green, blue. Hex color #495E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E5E is #B6A1A1. Grayscale: #575757. Windows color (decimal): -11968930 or 6184521. OLE color: 6184521.

HSL color Cylindrical-coordinate representation of color #495E5E: hue angle of 180º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495E5E is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB739494-
CMYK0.22000.63
HSL180º12.57%32.75%-
HSV(B)180º22.34%36.86%-
XYZ8.7710.2312.1-
YUV87.72131.54117.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.97%
GREEN value IS 94 (37.11% from 255) = 36.02%
BLUE value IS 94 (37.11% from 255) = 36.02%
R=27.97%
G=36.02%
B=36.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7394940.22000.6318012.5732.75
Hex495E5E16003Fb4d21
Octal1111361362600772641541
Binary1001001101111010111101011000111111101101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495E5E; }

 p { color: rgb(73,94,94); }

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

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

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

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

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

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

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