#4D8676

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

Shades of Viridian #4D8676

Tints of Viridian #4D8676

Color information

#4D8676 (or 0x4D8676) is unknown color: approx Viridian. HEX triplet: 4D, 86 and 76. RGB value is (77,134,118). Sum of RGB (Red+Green+Blue) = 77+134+118=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #4D8676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8676 is #B27989. Grayscale: #737373. Windows color (decimal): -11696522 or 7767629. OLE color: 7767629.

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

Color convert

RGB77134118-
CMYK0.4300.120.47
HSL163.16º27.01%41.37%-
HSV(B)163.16º42.54%52.55%-
XYZ14.8619.9420.2-
YUV115.13129.62100.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.40%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=23.40%
G=40.73%
B=35.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal771341180.4300.120.47163.1627.0141.37
Hex4D86762B0C2Fa31b29
Octal11520616653014572433351
Binary1001101100001101110110101011011001011111010001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,134,118); }

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

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

 a { background-color: rgb(77,134,118); }

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

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

 span { border-color: rgb(77,134,118); }

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