#4D8771

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

Shades of Viridian #4D8771

Tints of Viridian #4D8771

Color information

#4D8771 (or 0x4D8771) is unknown color: approx Viridian. HEX triplet: 4D, 87 and 71. RGB value is (77,135,113). Sum of RGB (Red+Green+Blue) = 77+135+113=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #4D8771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8771 is #B2788E. Grayscale: #737373. Windows color (decimal): -11696271 or 7440205. OLE color: 7440205.

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

Color convert

RGB77135113-
CMYK0.4300.160.47
HSL157.24º27.36%41.57%-
HSV(B)157.24º42.96%52.94%-
XYZ14.7120.118.73-
YUV115.15126.78100.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.69%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 113 (44.53% from 255) = 34.77%
R=23.69%
G=41.54%
B=34.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal771351130.4300.160.47157.2427.3641.57
Hex4D87712B0102F9d1b2a
Octal11520716153020572353352
Binary10011011000011111100011010110100001011111001110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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