#49866A

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

Shades of Viridian #49866A

Tints of Viridian #49866A

Color information

#49866A (or 0x49866A) is unknown color: approx Viridian. HEX triplet: 49, 86 and 6A. RGB value is (73,134,106). Sum of RGB (Red+Green+Blue) = 73+134+106=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #49866A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49866A is #B67995. Grayscale: #707070. Windows color (decimal): -11958678 or 6981193. OLE color: 6981193.

HSL color Cylindrical-coordinate representation of color #49866A: hue angle of 152.46º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49866A is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB73134106-
CMYK0.4600.210.47
HSL152.46º29.47%40.59%-
HSV(B)152.46º45.52%52.55%-
XYZ13.8719.5116.67-
YUV112.57124.2999.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.32%
GREEN value IS 134 (52.73% from 255) = 42.81%
BLUE value IS 106 (41.80% from 255) = 33.87%
R=23.32%
G=42.81%
B=33.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731341060.4600.210.47152.4629.4740.59
Hex49866A2E0152F981d29
Octal11120615256025572303551
Binary10010011000011011010101011100101011011111001100011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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