#497765

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

Shades of Viridian #497765

Tints of Viridian #497765

Color information

#497765 (or 0x497765) is unknown color: approx Viridian. HEX triplet: 49, 77 and 65. RGB value is (73,119,101). Sum of RGB (Red+Green+Blue) = 73+119+101=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #497765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497765 is #B6889A. Grayscale: #676767. Windows color (decimal): -11962523 or 6649673. OLE color: 6649673.

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

Color convert

RGB73119101-
CMYK0.3900.150.53
HSL156.52º23.96%37.65%-
HSV(B)156.52º38.66%46.67%-
XYZ11.6915.5514.7-
YUV103.19126.76106.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 119 (46.88% from 255) = 40.61%
BLUE value IS 101 (39.84% from 255) = 34.47%
R=24.91%
G=40.61%
B=34.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731191010.3900.150.53156.5223.9637.65
Hex497765270F359d1826
Octal11116714547017652353046
Binary100100111101111100101100111011111101011001110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497765; }

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

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

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

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

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

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

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

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