#496054

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

Shades of Viridian Green #496054

Tints of Viridian Green #496054

Color information

#496054 (or 0x496054) is unknown color: approx Viridian Green. HEX triplet: 49, 60 and 54. RGB value is (73,96,84). Sum of RGB (Red+Green+Blue) = 73+96+84=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 96 - color contains mainly: green. Hex color #496054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496054 is #B69FAB. Grayscale: #575757. Windows color (decimal): -11968428 or 5529673. OLE color: 5529673.

HSL color Cylindrical-coordinate representation of color #496054: hue angle of 148.7º 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 #496054 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB739684-
CMYK0.2400.120.62
HSL148.7º13.61%33.14%-
HSV(B)148.7º23.96%37.65%-
XYZ8.5310.429.95-
YUV87.76125.88117.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.85%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 84 (33.20% from 255) = 33.20%
R=28.85%
G=37.94%
B=33.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396840.2400.120.62148.713.6133.14
Hex496054180C3E95e21
Octal11114012430014762251641
Binary1001001110000010101001100001100111110100101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496054; }

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

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

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

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

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

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

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

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