#497766

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

Shades of Viridian #497766

Tints of Viridian #497766

Color information

#497766 (or 0x497766) is unknown color: approx Viridian. HEX triplet: 49, 77 and 66. RGB value is (73,119,102). Sum of RGB (Red+Green+Blue) = 73+119+102=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #497766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497766 is #B68899. Grayscale: #676767. Windows color (decimal): -11962522 or 6715209. OLE color: 6715209.

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

Color convert

RGB73119102-
CMYK0.3900.140.53
HSL157.83º23.96%37.65%-
HSV(B)157.83º38.66%46.67%-
XYZ11.7415.5714.96-
YUV103.31127.26106.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.83%
GREEN value IS 119 (46.88% from 255) = 40.48%
BLUE value IS 102 (40.23% from 255) = 34.69%
R=24.83%
G=40.48%
B=34.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731191020.3900.140.53157.8323.9637.65
Hex497766270E359e1826
Octal11116714647016652363046
Binary100100111101111100110100111011101101011001111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497766; }

 p { color: rgb(73,119,102); }

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

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

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

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

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

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

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