#496757

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

Shades of Viridian Green #496757

Tints of Viridian Green #496757

Color information

#496757 (or 0x496757) is unknown color: approx Viridian Green. HEX triplet: 49, 67 and 57. RGB value is (73,103,87). Sum of RGB (Red+Green+Blue) = 73+103+87=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 103 - color contains mainly: green. Hex color #496757 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496757 is #B698A8. Grayscale: #5C5C5C. Windows color (decimal): -11966633 or 5728073. OLE color: 5728073.

HSL color Cylindrical-coordinate representation of color #496757: hue angle of 148º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #496757 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB7310387-
CMYK0.2900.160.60
HSL148º17.05%34.51%-
HSV(B)148º29.13%40.39%-
XYZ9.3211.8110.8-
YUV92.21125.06114.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 103 (40.62% from 255) = 39.16%
BLUE value IS 87 (34.38% from 255) = 33.08%
R=27.76%
G=39.16%
B=33.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73103870.2900.160.6014817.0534.51
Hex4967571D0103C941123
Octal11114712735020742242143
Binary100100111001111010111111010100001111001001010010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496757; }

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

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

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

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

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

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

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

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