#497969

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

Shades of Viridian #497969

Tints of Viridian #497969

Color information

#497969 (or 0x497969) is unknown color: approx Viridian. HEX triplet: 49, 79 and 69. RGB value is (73,121,105). Sum of RGB (Red+Green+Blue) = 73+121+105=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 121 - color contains mainly: green. Hex color #497969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497969 is #B68696. Grayscale: #686868. Windows color (decimal): -11962007 or 6912329. OLE color: 6912329.

HSL color Cylindrical-coordinate representation of color #497969: hue angle of 160º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497969 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB73121105-
CMYK0.4000.130.53
HSL160º24.74%38.04%-
HSV(B)160º39.67%47.45%-
XYZ12.1316.1115.83-
YUV104.82128.1105.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 121 (47.66% from 255) = 40.47%
BLUE value IS 105 (41.41% from 255) = 35.12%
R=24.41%
G=40.47%
B=35.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731211050.4000.130.5316024.7438.04
Hex497969280D35a01926
Octal11117115150015652403146
Binary100100111110011101001101000011011101011010000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497969; }

 p { color: rgb(73,121,105); }

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

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

 a { background-color: rgb(73,121,105); }

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

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

 span { border-color: rgb(73,121,105); }

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