#496057

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

Shades of Viridian Green #496057

Tints of Viridian Green #496057

Color information

#496057 (or 0x496057) is unknown color: approx Viridian Green. HEX triplet: 49, 60 and 57. RGB value is (73,96,87). Sum of RGB (Red+Green+Blue) = 73+96+87=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 96 - color contains mainly: green. Hex color #496057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496057 is #B69FA8. Grayscale: #585858. Windows color (decimal): -11968425 or 5726281. OLE color: 5726281.

HSL color Cylindrical-coordinate representation of color #496057: hue angle of 156.52º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #496057 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB739687-
CMYK0.2400.090.62
HSL156.52º13.61%33.14%-
HSV(B)156.52º23.96%37.65%-
XYZ8.6510.4710.58-
YUV88.1127.38117.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 87 (34.38% from 255) = 33.98%
R=28.52%
G=37.5%
B=33.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396870.2400.090.62156.5213.6133.14
Hex49605718093E9de21
Octal11114012730011762351641
Binary1001001110000010101111100001001111110100111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496057; }

 p { color: rgb(73,96,87); }

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

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

 a { background-color: rgb(73,96,87); }

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

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

 span { border-color: rgb(73,96,87); }

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