#497865

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

Shades of Viridian #497865

Tints of Viridian #497865

Color information

#497865 (or 0x497865) is unknown color: approx Viridian. HEX triplet: 49, 78 and 65. RGB value is (73,120,101). Sum of RGB (Red+Green+Blue) = 73+120+101=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #497865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497865 is #B6879A. Grayscale: #676767. Windows color (decimal): -11962267 or 6649929. OLE color: 6649929.

HSL color Cylindrical-coordinate representation of color #497865: hue angle of 155.74º 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 #497865 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB73120101-
CMYK0.3900.160.53
HSL155.74º24.35%37.84%-
HSV(B)155.74º39.17%47.06%-
XYZ11.8115.7914.74-
YUV103.78126.43106.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.83%
GREEN value IS 120 (47.27% from 255) = 40.82%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=24.83%
G=40.82%
B=34.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731201010.3900.160.53155.7424.3537.84
Hex49786527010359c1826
Octal11117014547020652343046
Binary1001001111100011001011001110100001101011001110011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497865; }

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

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

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

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

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

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

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

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