#4D7766

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

Shades of Viridian #4D7766

Tints of Viridian #4D7766

Color information

#4D7766 (or 0x4D7766) is unknown color: approx Viridian. HEX triplet: 4D, 77 and 66. RGB value is (77,119,102). Sum of RGB (Red+Green+Blue) = 77+119+102=298 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.84% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7766 is #B28899. Grayscale: #686868. Windows color (decimal): -11700378 or 6715213. OLE color: 6715213.

HSL color Cylindrical-coordinate representation of color #4D7766: hue angle of 155.71º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D7766 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB77119102-
CMYK0.3500.140.53
HSL155.71º21.43%38.43%-
HSV(B)155.71º35.29%46.67%-
XYZ12.0615.7314.97-
YUV104.5126.59108.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.84%
GREEN value IS 119 (46.88% from 255) = 39.93%
BLUE value IS 102 (40.23% from 255) = 34.23%
R=25.84%
G=39.93%
B=34.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal771191020.3500.140.53155.7121.4338.43
Hex4D7766230E359c1526
Octal11516714643016652342546
Binary100110111101111100110100011011101101011001110010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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