#497968

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

Shades of Viridian #497968

Tints of Viridian #497968

Color information

#497968 (or 0x497968) is unknown color: approx Viridian. HEX triplet: 49, 79 and 68. RGB value is (73,121,104). Sum of RGB (Red+Green+Blue) = 73+121+104=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #497968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497968 is #B68697. Grayscale: #686868. Windows color (decimal): -11962008 or 6846793. OLE color: 6846793.

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

Color convert

RGB73121104-
CMYK0.4000.140.53
HSL158.75º24.74%38.04%-
HSV(B)158.75º39.67%47.45%-
XYZ12.0816.0915.57-
YUV104.71127.6105.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 121 (47.66% from 255) = 40.60%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=24.50%
G=40.60%
B=34.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731211040.4000.140.53158.7524.7438.04
Hex497968280E359f1926
Octal11117115050016652373146
Binary100100111110011101000101000011101101011001111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497968; }

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

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

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

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

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

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

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

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