#518E70

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

Shades of Cutty Sark #518E70

Tints of Cutty Sark #518E70

Color information

#518E70 (or 0x518E70) is unknown color: approx Cutty Sark. HEX triplet: 51, 8E and 70. RGB value is (81,142,112). Sum of RGB (Red+Green+Blue) = 81+142+112=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 142 - color contains mainly: green. Hex color #518E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518E70 is #AE718F. Grayscale: #787878. Windows color (decimal): -11432336 or 7376465. OLE color: 7376465.

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

Color convert

RGB81142112-
CMYK0.4300.210.44
HSL150.49º27.35%43.73%-
HSV(B)150.49º42.96%55.69%-
XYZ15.9922.2718.78-
YUV120.34123.2999.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 142 (55.86% from 255) = 42.39%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=24.18%
G=42.39%
B=33.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811421120.4300.210.44150.4927.3543.73
Hex518E702B0152C961b2c
Octal12121616053025542263354
Binary10100011000111011100001010110101011011001001011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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