#4D8777

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

Shades of Viridian #4D8777

Tints of Viridian #4D8777

Color information

#4D8777 (or 0x4D8777) is unknown color: approx Viridian. HEX triplet: 4D, 87 and 77. RGB value is (77,135,119). Sum of RGB (Red+Green+Blue) = 77+135+119=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 135 - color contains mainly: green. Hex color #4D8777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8777 is #B27888. Grayscale: #737373. Windows color (decimal): -11696265 or 7833421. OLE color: 7833421.

HSL color Cylindrical-coordinate representation of color #4D8777: hue angle of 163.45º 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 #4D8777 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB77135119-
CMYK0.4300.120.47
HSL163.45º27.36%41.57%-
HSV(B)163.45º42.96%52.94%-
XYZ15.0520.2420.57-
YUV115.83129.78100.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.26%
GREEN value IS 135 (53.12% from 255) = 40.79%
BLUE value IS 119 (46.88% from 255) = 35.95%
R=23.26%
G=40.79%
B=35.95%

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
Decimal771351190.4300.120.47163.4527.3641.57
Hex4D87772B0C2Fa31b2a
Octal11520716753014572433352
Binary1001101100001111110111101011011001011111010001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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