#49826F

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

Shades of Viridian #49826F

Tints of Viridian #49826F

Color information

#49826F (or 0x49826F) is unknown color: approx Viridian. HEX triplet: 49, 82 and 6F. RGB value is (73,130,111). Sum of RGB (Red+Green+Blue) = 73+130+111=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #49826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49826F is #B67D90. Grayscale: #6E6E6E. Windows color (decimal): -11959697 or 7307849. OLE color: 7307849.

HSL color Cylindrical-coordinate representation of color #49826F: hue angle of 160º 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 #49826F is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB73130111-
CMYK0.4400.150.49
HSL160º28.08%39.8%-
HSV(B)160º43.85%50.98%-
XYZ13.618.5317.9-
YUV110.79128.12101.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.25%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=23.25%
G=41.40%
B=35.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731301110.4400.150.4916028.0839.8
Hex49826F2C0F31a01c28
Octal11120215754017612403450
Binary1001001100000101101111101100011111100011010000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49826F; }

 p { color: rgb(73,130,111); }

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

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

 a { background-color: rgb(73,130,111); }

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

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

 span { border-color: rgb(73,130,111); }

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