#4A8C76

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

Shades of Viridian #4A8C76

Tints of Viridian #4A8C76

Color information

#4A8C76 (or 0x4A8C76) is unknown color: approx Viridian. HEX triplet: 4A, 8C and 76. RGB value is (74,140,118). Sum of RGB (Red+Green+Blue) = 74+140+118=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 140 - color contains mainly: green. Hex color #4A8C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8C76 is #B57389. Grayscale: #757575. Windows color (decimal): -11891594 or 7769162. OLE color: 7769162.

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

Color convert

RGB74140118-
CMYK0.4700.160.45
HSL160º30.84%41.96%-
HSV(B)160º47.14%54.9%-
XYZ15.4721.5220.48-
YUV117.76128.1396.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.29%
GREEN value IS 140 (55.08% from 255) = 42.17%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=22.29%
G=42.17%
B=35.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal741401180.4700.160.4516030.8441.96
Hex4A8C762F0102Da01f2a
Octal11221416657020552403752
Binary10010101000110011101101011110100001011011010000011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,140,118); }

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

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

 a { background-color: rgb(74,140,118); }

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

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

 span { border-color: rgb(74,140,118); }

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