#497665

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

Shades of Viridian #497665

Tints of Viridian #497665

Color information

#497665 (or 0x497665) is unknown color: approx Viridian. HEX triplet: 49, 76 and 65. RGB value is (73,118,101). Sum of RGB (Red+Green+Blue) = 73+118+101=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #497665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497665 is #B6899A. Grayscale: #666666. Windows color (decimal): -11962779 or 6649417. OLE color: 6649417.

HSL color Cylindrical-coordinate representation of color #497665: hue angle of 157.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497665 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB73118101-
CMYK0.3800.140.54
HSL157.33º23.56%37.45%-
HSV(B)157.33º38.14%46.27%-
XYZ11.5815.3114.66-
YUV102.61127.09106.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25%
GREEN value IS 118 (46.48% from 255) = 40.41%
BLUE value IS 101 (39.84% from 255) = 34.59%
R=25%
G=40.41%
B=34.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal731181010.3800.140.54157.3323.5637.45
Hex497665260E369d1825
Octal11116614546016662353045
Binary100100111101101100101100110011101101101001110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497665; }

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

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

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

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

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

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

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

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