#518E73

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

Shades of Cutty Sark #518E73

Tints of Cutty Sark #518E73

Color information

#518E73 (or 0x518E73) is unknown color: approx Cutty Sark. HEX triplet: 51, 8E and 73. RGB value is (81,142,115). Sum of RGB (Red+Green+Blue) = 81+142+115=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 142 - color contains mainly: green. Hex color #518E73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518E73 is #AE718C. Grayscale: #787878. Windows color (decimal): -11432333 or 7573073. OLE color: 7573073.

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

Color convert

RGB81142115-
CMYK0.4300.190.44
HSL153.44º27.35%43.73%-
HSV(B)153.44º42.96%55.69%-
XYZ16.1622.3319.68-
YUV120.68124.7999.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 142 (55.86% from 255) = 42.01%
BLUE value IS 115 (45.31% from 255) = 34.02%
R=23.96%
G=42.01%
B=34.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811421150.4300.190.44153.4427.3543.73
Hex518E732B0132C991b2c
Octal12121616353023542313354
Binary10100011000111011100111010110100111011001001100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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