#4D8E75

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

Shades of Cutty Sark #4D8E75

Tints of Cutty Sark #4D8E75

Color information

#4D8E75 (or 0x4D8E75) is unknown color: approx Cutty Sark. HEX triplet: 4D, 8E and 75. RGB value is (77,142,117). Sum of RGB (Red+Green+Blue) = 77+142+117=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 142 - color contains mainly: green. Hex color #4D8E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8E75 is #B2718A. Grayscale: #777777. Windows color (decimal): -11694475 or 7704141. OLE color: 7704141.

HSL color Cylindrical-coordinate representation of color #4D8E75: hue angle of 156.92º 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 #4D8E75 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB77142117-
CMYK0.4600.180.44
HSL156.92º29.68%42.94%-
HSV(B)156.92º45.77%55.69%-
XYZ15.9422.2120.28-
YUV119.72126.4797.53-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.92%
GREEN value IS 142 (55.86% from 255) = 42.26%
BLUE value IS 117 (46.09% from 255) = 34.82%
R=22.92%
G=42.26%
B=34.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal771421170.4600.180.44156.9229.6842.94
Hex4D8E752E0122C9d1e2b
Octal11521616556022542353653
Binary10011011000111011101011011100100101011001001110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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