#4D8E76

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

Shades of Cutty Sark #4D8E76

Tints of Cutty Sark #4D8E76

Color information

#4D8E76 (or 0x4D8E76) is unknown color: approx Cutty Sark. HEX triplet: 4D, 8E and 76. RGB value is (77,142,118). Sum of RGB (Red+Green+Blue) = 77+142+118=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 142 - color contains mainly: green. Hex color #4D8E76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8E76 is #B27189. Grayscale: #777777. Windows color (decimal): -11694474 or 7769677. OLE color: 7769677.

HSL color Cylindrical-coordinate representation of color #4D8E76: hue angle of 157.85º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D8E76 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB77142118-
CMYK0.4600.170.44
HSL157.85º29.68%42.94%-
HSV(B)157.85º45.77%55.69%-
XYZ1622.2320.59-
YUV119.83126.9797.45-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.85%
GREEN value IS 142 (55.86% from 255) = 42.14%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=22.85%
G=42.14%
B=35.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal771421180.4600.170.44157.8529.6842.94
Hex4D8E762E0112C9e1e2b
Octal11521616656021542363653
Binary10011011000111011101101011100100011011001001111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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