#496156

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

Shades of Viridian Green #496156

Tints of Viridian Green #496156

Color information

#496156 (or 0x496156) is unknown color: approx Viridian Green. HEX triplet: 49, 61 and 56. RGB value is (73,97,86). Sum of RGB (Red+Green+Blue) = 73+97+86=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 97 - color contains mainly: green. Hex color #496156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496156 is #B69EA9. Grayscale: #585858. Windows color (decimal): -11968170 or 5661001. OLE color: 5661001.

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

Color convert

RGB739786-
CMYK0.2500.110.62
HSL152.5º14.12%33.33%-
HSV(B)152.5º24.74%38.04%-
XYZ8.710.6410.4-
YUV88.57126.55116.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 97 (38.28% from 255) = 37.89%
BLUE value IS 86 (33.98% from 255) = 33.59%
R=28.52%
G=37.89%
B=33.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397860.2500.110.62152.514.1233.33
Hex496156190B3E98e21
Octal11114112631013762301641
Binary1001001110000110101101100101011111110100110001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496156; }

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

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

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

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

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

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

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

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