#518F72

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

Shades of Cutty Sark #518F72

Tints of Cutty Sark #518F72

Color information

#518F72 (or 0x518F72) is unknown color: approx Cutty Sark. HEX triplet: 51, 8F and 72. RGB value is (81,143,114). Sum of RGB (Red+Green+Blue) = 81+143+114=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 143 - color contains mainly: green. Hex color #518F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518F72 is #AE708D. Grayscale: #797979. Windows color (decimal): -11432078 or 7507793. OLE color: 7507793.

HSL color Cylindrical-coordinate representation of color #518F72: hue angle of 151.94º 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 #518F72 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB81143114-
CMYK0.4300.200.44
HSL151.94º27.68%43.92%-
HSV(B)151.94º43.36%56.08%-
XYZ16.2522.6119.43-
YUV121.16123.9699.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 143 (56.25% from 255) = 42.31%
BLUE value IS 114 (44.92% from 255) = 33.73%
R=23.96%
G=42.31%
B=33.73%

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
Decimal811431140.4300.200.44151.9427.6843.92
Hex518F722B0142C981c2c
Octal12121716253024542303454
Binary10100011000111111100101010110101001011001001100011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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