#518E74

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

Shades of Cutty Sark #518E74

Tints of Cutty Sark #518E74

Color information

#518E74 (or 0x518E74) is unknown color: approx Cutty Sark. HEX triplet: 51, 8E and 74. RGB value is (81,142,116). Sum of RGB (Red+Green+Blue) = 81+142+116=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 142 - color contains mainly: green. Hex color #518E74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518E74 is #AE718B. Grayscale: #787878. Windows color (decimal): -11432332 or 7638609. OLE color: 7638609.

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

Color convert

RGB81142116-
CMYK0.4300.180.44
HSL154.43º27.35%43.73%-
HSV(B)154.43º42.96%55.69%-
XYZ16.2222.3619.98-
YUV120.8125.2999.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.89%
GREEN value IS 142 (55.86% from 255) = 41.89%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=23.89%
G=41.89%
B=34.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811421160.4300.180.44154.4327.3543.73
Hex518E742B0122C9a1b2c
Octal12121616453022542323354
Binary10100011000111011101001010110100101011001001101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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