#499275

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

Shades of Viridian #499275

Tints of Viridian #499275

Color information

#499275 (or 0x499275) is unknown color: approx Viridian. HEX triplet: 49, 92 and 75. RGB value is (73,146,117). Sum of RGB (Red+Green+Blue) = 73+146+117=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 146 - color contains mainly: green. Hex color #499275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499275 is #B66D8A. Grayscale: #787878. Windows color (decimal): -11955595 or 7705161. OLE color: 7705161.

HSL color Cylindrical-coordinate representation of color #499275: hue angle of 156.16º 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 #499275 is Cyan = 0.5, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB73146117-
CMYK0.500.200.43
HSL156.16º33.33%42.94%-
HSV(B)156.16º50%57.25%-
XYZ16.2423.2620.46-
YUV120.87125.8293.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 146 (57.42% from 255) = 43.45%
BLUE value IS 117 (46.09% from 255) = 34.82%
R=21.73%
G=43.45%
B=34.82%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731461170.500.200.43156.1633.3342.94
Hex499275320142B9c212b
Octal11122216562024532344153
Binary100100110010010111010111001001010010101110011100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499275; }

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

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

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

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

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

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

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

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