#497C65

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

Shades of Viridian #497C65

Tints of Viridian #497C65

Color information

#497C65 (or 0x497C65) is unknown color: approx Viridian. HEX triplet: 49, 7C and 65. RGB value is (73,124,101). Sum of RGB (Red+Green+Blue) = 73+124+101=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 124 - color contains mainly: green. Hex color #497C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497C65 is #B6839A. Grayscale: #6A6A6A. Windows color (decimal): -11961243 or 6650953. OLE color: 6650953.

HSL color Cylindrical-coordinate representation of color #497C65: hue angle of 152.94º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #497C65 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB73124101-
CMYK0.4100.190.51
HSL152.94º25.89%38.63%-
HSV(B)152.94º41.13%48.63%-
XYZ12.316.7714.9-
YUV106.13125.1104.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 124 (48.83% from 255) = 41.61%
BLUE value IS 101 (39.84% from 255) = 33.89%
R=24.50%
G=41.61%
B=33.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731241010.4100.190.51152.9425.8938.63
Hex497C652901333991a27
Octal11117414551023632313247
Binary1001001111110011001011010010100111100111001100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497C65; }

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

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

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

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

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

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

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

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