#496158

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

Shades of Viridian Green #496158

Tints of Viridian Green #496158

Color information

#496158 (or 0x496158) is unknown color: approx Viridian Green. HEX triplet: 49, 61 and 58. RGB value is (73,97,88). Sum of RGB (Red+Green+Blue) = 73+97+88=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 97 - color contains mainly: green. Hex color #496158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496158 is #B69EA7. Grayscale: #585858. Windows color (decimal): -11968168 or 5792073. OLE color: 5792073.

HSL color Cylindrical-coordinate representation of color #496158: hue angle of 157.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 #496158 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB739788-
CMYK0.2500.090.62
HSL157.5º14.12%33.33%-
HSV(B)157.5º24.74%38.04%-
XYZ8.7810.6710.83-
YUV88.8127.55116.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.29%
GREEN value IS 97 (38.28% from 255) = 37.60%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=28.29%
G=37.60%
B=34.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397880.2500.090.62157.514.1233.33
Hex49615819093E9ee21
Octal11114113031011762361641
Binary1001001110000110110001100101001111110100111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496158; }

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

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

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

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

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

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

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

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