#49836C

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

Shades of Viridian #49836C

Tints of Viridian #49836C

Color information

#49836C (or 0x49836C) is unknown color: approx Viridian. HEX triplet: 49, 83 and 6C. RGB value is (73,131,108). Sum of RGB (Red+Green+Blue) = 73+131+108=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 131 - color contains mainly: green. Hex color #49836C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49836C is #B67C93. Grayscale: #6F6F6F. Windows color (decimal): -11959444 or 7111497. OLE color: 7111497.

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

Color convert

RGB73131108-
CMYK0.4400.180.49
HSL156.21º28.43%40%-
HSV(B)156.21º44.27%51.37%-
XYZ13.5718.7317.09-
YUV111.04126.28100.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 131 (51.56% from 255) = 41.99%
BLUE value IS 108 (42.58% from 255) = 34.62%
R=23.40%
G=41.99%
B=34.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731311080.4400.180.49156.2128.4340
Hex49836C2C012319c1c28
Octal11120315454022612343450
Binary10010011000001111011001011000100101100011001110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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