#4A8D73

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

Shades of Viridian #4A8D73

Tints of Viridian #4A8D73

Color information

#4A8D73 (or 0x4A8D73) is unknown color: approx Viridian. HEX triplet: 4A, 8D and 73. RGB value is (74,141,115). Sum of RGB (Red+Green+Blue) = 74+141+115=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 141 - color contains mainly: green. Hex color #4A8D73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8D73 is #B5728C. Grayscale: #767676. Windows color (decimal): -11891341 or 7572810. OLE color: 7572810.

HSL color Cylindrical-coordinate representation of color #4A8D73: hue angle of 156.72º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A8D73 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB74141115-
CMYK0.4800.180.45
HSL156.72º31.16%42.16%-
HSV(B)156.72º47.52%55.29%-
XYZ15.4421.7419.6-
YUV118126.396.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.42%
GREEN value IS 141 (55.47% from 255) = 42.73%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=22.42%
G=42.73%
B=34.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal741411150.4800.180.45156.7231.1642.16
Hex4A8D73300122D9d1f2a
Octal11221516360022552353752
Binary10010101000110111100111100000100101011011001110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,141,115); }

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

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

 a { background-color: rgb(74,141,115); }

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

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

 span { border-color: rgb(74,141,115); }

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