#4E8775

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

Shades of Cutty Sark #4E8775

Tints of Cutty Sark #4E8775

Color information

#4E8775 (or 0x4E8775) is unknown color: approx Cutty Sark. HEX triplet: 4E, 87 and 75. RGB value is (78,135,117). Sum of RGB (Red+Green+Blue) = 78+135+117=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #4E8775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8775 is #B1788A. Grayscale: #737373. Windows color (decimal): -11630731 or 7702350. OLE color: 7702350.

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

Color convert

RGB78135117-
CMYK0.4200.130.47
HSL161.05º26.76%41.76%-
HSV(B)161.05º42.22%52.94%-
XYZ15.0220.2319.94-
YUV115.9128.62100.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.64%
GREEN value IS 135 (53.12% from 255) = 40.91%
BLUE value IS 117 (46.09% from 255) = 35.45%
R=23.64%
G=40.91%
B=35.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal781351170.4200.130.47161.0526.7641.76
Hex4E87752A0D2Fa11b2a
Octal11620716552015572413352
Binary1001110100001111110101101010011011011111010000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,135,117); }

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

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

 a { background-color: rgb(78,135,117); }

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

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

 span { border-color: rgb(78,135,117); }

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