#496055

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

Shades of Viridian Green #496055

Tints of Viridian Green #496055

Color information

#496055 (or 0x496055) is unknown color: approx Viridian Green. HEX triplet: 49, 60 and 55. RGB value is (73,96,85). Sum of RGB (Red+Green+Blue) = 73+96+85=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 96 - color contains mainly: green. Hex color #496055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496055 is #B69FAA. Grayscale: #575757. Windows color (decimal): -11968427 or 5595209. OLE color: 5595209.

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

Color convert

RGB739685-
CMYK0.2400.110.62
HSL151.3º13.61%33.14%-
HSV(B)151.3º23.96%37.65%-
XYZ8.5710.4410.16-
YUV87.87126.38117.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.74%
GREEN value IS 96 (37.89% from 255) = 37.80%
BLUE value IS 85 (33.59% from 255) = 33.46%
R=28.74%
G=37.80%
B=33.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396850.2400.110.62151.313.6133.14
Hex496055180B3E97e21
Octal11114012530013762271641
Binary1001001110000010101011100001011111110100101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496055; }

 p { color: rgb(73,96,85); }

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

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

 a { background-color: rgb(73,96,85); }

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

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

 span { border-color: rgb(73,96,85); }

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