#496056

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

Shades of Viridian Green #496056

Tints of Viridian Green #496056

Color information

#496056 (or 0x496056) is unknown color: approx Viridian Green. HEX triplet: 49, 60 and 56. RGB value is (73,96,86). Sum of RGB (Red+Green+Blue) = 73+96+86=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 96 - color contains mainly: green. Hex color #496056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496056 is #B69FA9. Grayscale: #585858. Windows color (decimal): -11968426 or 5660745. OLE color: 5660745.

HSL color Cylindrical-coordinate representation of color #496056: hue angle of 153.91º 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 #496056 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB739686-
CMYK0.2400.100.62
HSL153.91º13.61%33.14%-
HSV(B)153.91º23.96%37.65%-
XYZ8.6110.4510.37-
YUV87.98126.88117.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.63%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 86 (33.98% from 255) = 33.73%
R=28.63%
G=37.65%
B=33.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396860.2400.100.62153.9113.6133.14
Hex496056180A3E9ae21
Octal11114012630012762321641
Binary1001001110000010101101100001010111110100110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496056; }

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

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

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

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

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

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

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

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