#518F73

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

Shades of Cutty Sark #518F73

Tints of Cutty Sark #518F73

Color information

#518F73 (or 0x518F73) is unknown color: approx Cutty Sark. HEX triplet: 51, 8F and 73. RGB value is (81,143,115). Sum of RGB (Red+Green+Blue) = 81+143+115=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 143 - color contains mainly: green. Hex color #518F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518F73 is #AE708C. Grayscale: #797979. Windows color (decimal): -11432077 or 7573329. OLE color: 7573329.

HSL color Cylindrical-coordinate representation of color #518F73: hue angle of 152.9º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518F73 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB81143115-
CMYK0.4300.200.44
HSL152.9º27.68%43.92%-
HSV(B)152.9º43.36%56.08%-
XYZ16.3122.6319.73-
YUV121.27124.4699.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.89%
GREEN value IS 143 (56.25% from 255) = 42.18%
BLUE value IS 115 (45.31% from 255) = 33.92%
R=23.89%
G=42.18%
B=33.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811431150.4300.200.44152.927.6843.92
Hex518F732B0142C991c2c
Octal12121716353024542313454
Binary10100011000111111100111010110101001011001001100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518F73; }

 p { color: rgb(81,143,115); }

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

<style>
 a { background-color: #518F73; }

 a { background-color: rgb(81,143,115); }

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

<style>
 span { border-color: #518F73; }

 span { border-color: rgb(81,143,115); }

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