#497764

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

Shades of Viridian #497764

Tints of Viridian #497764

Color information

#497764 (or 0x497764) is unknown color: approx Viridian. HEX triplet: 49, 77 and 64. RGB value is (73,119,100). Sum of RGB (Red+Green+Blue) = 73+119+100=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #497764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497764 is #B6889B. Grayscale: #676767. Windows color (decimal): -11962524 or 6584137. OLE color: 6584137.

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

Color convert

RGB73119100-
CMYK0.3900.160.53
HSL155.22º23.96%37.65%-
HSV(B)155.22º38.66%46.67%-
XYZ11.6415.5314.44-
YUV103.08126.26106.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25%
GREEN value IS 119 (46.88% from 255) = 40.75%
BLUE value IS 100 (39.45% from 255) = 34.25%
R=25%
G=40.75%
B=34.25%

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
Decimal731191000.3900.160.53155.2223.9637.65
Hex49776427010359b1826
Octal11116714447020652333046
Binary1001001111011111001001001110100001101011001101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497764; }

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

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

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

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

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

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

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

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