#499277

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

Shades of Viridian #499277

Tints of Viridian #499277

Color information

#499277 (or 0x499277) is unknown color: approx Viridian. HEX triplet: 49, 92 and 77. RGB value is (73,146,119). Sum of RGB (Red+Green+Blue) = 73+146+119=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #499277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499277 is #B66D88. Grayscale: #797979. Windows color (decimal): -11955593 or 7836233. OLE color: 7836233.

HSL color Cylindrical-coordinate representation of color #499277: hue angle of 157.81º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499277 is Cyan = 0.5, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB73146119-
CMYK0.500.180.43
HSL157.81º33.33%42.94%-
HSV(B)157.81º50%57.25%-
XYZ16.3623.3121.09-
YUV121.1126.8293.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.60%
GREEN value IS 146 (57.42% from 255) = 43.20%
BLUE value IS 119 (46.88% from 255) = 35.21%
R=21.60%
G=43.20%
B=35.21%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731461190.500.180.43157.8133.3342.94
Hex499277320122B9e212b
Octal11122216762022532364153
Binary100100110010010111011111001001001010101110011110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499277; }

 p { color: rgb(73,146,119); }

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

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

 a { background-color: rgb(73,146,119); }

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

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

 span { border-color: rgb(73,146,119); }

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