#49826B

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

Shades of Viridian #49826B

Tints of Viridian #49826B

Color information

#49826B (or 0x49826B) is unknown color: approx Viridian. HEX triplet: 49, 82 and 6B. RGB value is (73,130,107). Sum of RGB (Red+Green+Blue) = 73+130+107=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #49826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49826B is #B67D94. Grayscale: #6E6E6E. Windows color (decimal): -11959701 or 7045705. OLE color: 7045705.

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

Color convert

RGB73130107-
CMYK0.4400.180.49
HSL155.79º28.08%39.8%-
HSV(B)155.79º43.85%50.98%-
XYZ13.3818.4416.76-
YUV110.34126.12101.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.55%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 107 (42.19% from 255) = 34.52%
R=23.55%
G=41.94%
B=34.52%

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
Decimal731301070.4400.180.49155.7928.0839.8
Hex49826B2C012319c1c28
Octal11120215354022612343450
Binary10010011000001011010111011000100101100011001110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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