#496D5D

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

Shades of Viridian Green #496D5D

Tints of Viridian Green #496D5D

Color information

#496D5D (or 0x496D5D) is unknown color: approx Viridian Green. HEX triplet: 49, 6D and 5D. RGB value is (73,109,93). Sum of RGB (Red+Green+Blue) = 73+109+93=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 109 - color contains mainly: green. Hex color #496D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D5D is #B692A2. Grayscale: #606060. Windows color (decimal): -11965091 or 6122825. OLE color: 6122825.

HSL color Cylindrical-coordinate representation of color #496D5D: hue angle of 153.33º 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 #496D5D is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB7310993-
CMYK0.3300.150.57
HSL153.33º19.78%35.69%-
HSV(B)153.33º33.03%42.75%-
XYZ10.1913.1412.36-
YUV96.41126.07111.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 109 (42.97% from 255) = 39.64%
BLUE value IS 93 (36.72% from 255) = 33.82%
R=26.55%
G=39.64%
B=33.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73109930.3300.150.57153.3319.7835.69
Hex496D5D210F39991424
Octal11115513541017712312444
Binary100100111011011011101100001011111110011001100110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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