#496558

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

Shades of Viridian Green #496558

Tints of Viridian Green #496558

Color information

#496558 (or 0x496558) is unknown color: approx Viridian Green. HEX triplet: 49, 65 and 58. RGB value is (73,101,88). Sum of RGB (Red+Green+Blue) = 73+101+88=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 101 - color contains mainly: green. Hex color #496558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496558 is #B69AA7. Grayscale: #5B5B5B. Windows color (decimal): -11967144 or 5793097. OLE color: 5793097.

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

Color convert

RGB7310188-
CMYK0.2800.130.60
HSL152.14º16.09%34.12%-
HSV(B)152.14º27.72%39.61%-
XYZ9.1611.4310.96-
YUV91.15126.22115.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 101 (39.84% from 255) = 38.55%
BLUE value IS 88 (34.77% from 255) = 33.59%
R=27.86%
G=38.55%
B=33.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73101880.2800.130.60152.1416.0934.12
Hex4965581C0D3C981022
Octal11114513034015742302042
Binary10010011100101101100011100011011111001001100010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496558; }

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

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

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

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

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

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

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

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