#4A886D

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

Shades of Viridian #4A886D

Tints of Viridian #4A886D

Color information

#4A886D (or 0x4A886D) is unknown color: approx Viridian. HEX triplet: 4A, 88 and 6D. RGB value is (74,136,109). Sum of RGB (Red+Green+Blue) = 74+136+109=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #4A886D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A886D is #B57792. Grayscale: #727272. Windows color (decimal): -11892627 or 7178314. OLE color: 7178314.

HSL color Cylindrical-coordinate representation of color #4A886D: hue angle of 153.87º degrees, saturation: 0.3, 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 #4A886D is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB74136109-
CMYK0.4600.200.47
HSL153.87º29.52%41.18%-
HSV(B)153.87º45.59%53.33%-
XYZ14.3920.1717.6-
YUV114.38124.9699.2-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.20%
GREEN value IS 136 (53.52% from 255) = 42.63%
BLUE value IS 109 (42.97% from 255) = 34.17%
R=23.20%
G=42.63%
B=34.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal741361090.4600.200.47153.8729.5241.18
Hex4A886D2E0142F9a1e29
Octal11221015556024572323651
Binary10010101000100011011011011100101001011111001101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A886D; }

 p { color: rgb(74,136,109); }

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

<style>
 a { background-color: #4A886D; }

 a { background-color: rgb(74,136,109); }

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

<style>
 span { border-color: #4A886D; }

 span { border-color: rgb(74,136,109); }

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