#496D5B

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

Shades of Viridian Green #496D5B

Tints of Viridian Green #496D5B

Color information

#496D5B (or 0x496D5B) is unknown color: approx Viridian Green. HEX triplet: 49, 6D and 5B. RGB value is (73,109,91). Sum of RGB (Red+Green+Blue) = 73+109+91=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 109 - color contains mainly: green. Hex color #496D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D5B is #B692A4. Grayscale: #606060. Windows color (decimal): -11965093 or 5991753. OLE color: 5991753.

HSL color Cylindrical-coordinate representation of color #496D5B: hue angle of 150º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #496D5B is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB7310991-
CMYK0.3300.170.57
HSL150º19.78%35.69%-
HSV(B)150º33.03%42.75%-
XYZ10.113.1111.9-
YUV96.18125.07111.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 109 (42.97% from 255) = 39.93%
BLUE value IS 91 (35.94% from 255) = 33.33%
R=26.74%
G=39.93%
B=33.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73109910.3300.170.5715019.7835.69
Hex496D5B2101139961424
Octal11115513341021712262444
Binary1001001110110110110111000010100011110011001011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496D5B; }

 p { color: rgb(73,109,91); }

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

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

 a { background-color: rgb(73,109,91); }

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

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

 span { border-color: rgb(73,109,91); }

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