#4A8E72

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

Shades of Viridian #4A8E72

Tints of Viridian #4A8E72

Color information

#4A8E72 (or 0x4A8E72) is unknown color: approx Viridian. HEX triplet: 4A, 8E and 72. RGB value is (74,142,114). Sum of RGB (Red+Green+Blue) = 74+142+114=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 142 - color contains mainly: green. Hex color #4A8E72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8E72 is #B5718D. Grayscale: #767676. Windows color (decimal): -11891086 or 7507530. OLE color: 7507530.

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

Color convert

RGB74142114-
CMYK0.4800.200.44
HSL155.29º31.48%42.35%-
HSV(B)155.29º47.89%55.69%-
XYZ15.5322.0219.35-
YUV118.48125.4796.28-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.42%
GREEN value IS 142 (55.86% from 255) = 43.03%
BLUE value IS 114 (44.92% from 255) = 34.55%
R=22.42%
G=43.03%
B=34.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal741421140.4800.200.44155.2931.4842.35
Hex4A8E72300142C9b1f2a
Octal11221616260024542333752
Binary10010101000111011100101100000101001011001001101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,142,114); }

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

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

 a { background-color: rgb(74,142,114); }

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

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

 span { border-color: rgb(74,142,114); }

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