#49816A

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

Shades of Viridian #49816A

Tints of Viridian #49816A

Color information

#49816A (or 0x49816A) is unknown color: approx Viridian. HEX triplet: 49, 81 and 6A. RGB value is (73,129,106). Sum of RGB (Red+Green+Blue) = 73+129+106=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #49816A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49816A is #B67E95. Grayscale: #6D6D6D. Windows color (decimal): -11959958 or 6979913. OLE color: 6979913.

HSL color Cylindrical-coordinate representation of color #49816A: hue angle of 155.36º 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 #49816A is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB73129106-
CMYK0.4300.180.49
HSL155.36º27.72%39.61%-
HSV(B)155.36º43.41%50.59%-
XYZ13.218.1616.44-
YUV109.63125.95101.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=23.70%
G=41.88%
B=34.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731291060.4300.180.49155.3627.7239.61
Hex49816A2B012319b1c28
Octal11120115253022612333450
Binary10010011000000111010101010110100101100011001101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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