#4A8771

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

Shades of Viridian #4A8771

Tints of Viridian #4A8771

Color information

#4A8771 (or 0x4A8771) is unknown color: approx Viridian. HEX triplet: 4A, 87 and 71. RGB value is (74,135,113). Sum of RGB (Red+Green+Blue) = 74+135+113=322 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.98% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #4A8771 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8771 is #B5788E. Grayscale: #727272. Windows color (decimal): -11892879 or 7440202. OLE color: 7440202.

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

Color convert

RGB74135113-
CMYK0.4500.160.47
HSL158.36º29.19%40.98%-
HSV(B)158.36º45.19%52.94%-
XYZ14.4719.9818.72-
YUV114.25127.2999.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.98%
GREEN value IS 135 (53.12% from 255) = 41.93%
BLUE value IS 113 (44.53% from 255) = 35.09%
R=22.98%
G=41.93%
B=35.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal741351130.4500.160.47158.3629.1940.98
Hex4A87712D0102F9e1d29
Octal11220716155020572363551
Binary10010101000011111100011011010100001011111001111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,135,113); }

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

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

 a { background-color: rgb(74,135,113); }

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

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

 span { border-color: rgb(74,135,113); }

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