#49846A

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

Shades of Viridian #49846A

Tints of Viridian #49846A

Color information

#49846A (or 0x49846A) is unknown color: approx Viridian. HEX triplet: 49, 84 and 6A. RGB value is (73,132,106). Sum of RGB (Red+Green+Blue) = 73+132+106=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #49846A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49846A is #B67B95. Grayscale: #6F6F6F. Windows color (decimal): -11959190 or 6980681. OLE color: 6980681.

HSL color Cylindrical-coordinate representation of color #49846A: hue angle of 153.56º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49846A is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB73132106-
CMYK0.4500.200.48
HSL153.56º28.78%40.2%-
HSV(B)153.56º44.7%51.76%-
XYZ13.618.9616.58-
YUV111.4124.95100.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.47%
GREEN value IS 132 (51.95% from 255) = 42.44%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=23.47%
G=42.44%
B=34.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731321060.4500.200.48153.5628.7840.2
Hex49846A2D014309a1d28
Octal11120415255024602323550
Binary10010011000010011010101011010101001100001001101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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