#49816C

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

Shades of Viridian #49816C

Tints of Viridian #49816C

Color information

#49816C (or 0x49816C) is unknown color: approx Viridian. HEX triplet: 49, 81 and 6C. RGB value is (73,129,108). Sum of RGB (Red+Green+Blue) = 73+129+108=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #49816C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49816C is #B67E93. Grayscale: #6D6D6D. Windows color (decimal): -11959956 or 7110985. OLE color: 7110985.

HSL color Cylindrical-coordinate representation of color #49816C: hue angle of 157.5º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49816C is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB73129108-
CMYK0.4300.160.49
HSL157.5º27.72%39.61%-
HSV(B)157.5º43.41%50.59%-
XYZ13.318.217-
YUV109.86126.95101.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.55%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=23.55%
G=41.61%
B=34.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731291080.4300.160.49157.527.7239.61
Hex49816C2B010319e1c28
Octal11120115453020612363450
Binary10010011000000111011001010110100001100011001111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49816C; }

 p { color: rgb(73,129,108); }

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

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

 a { background-color: rgb(73,129,108); }

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

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

 span { border-color: rgb(73,129,108); }

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