#518D70

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

Shades of Cutty Sark #518D70

Tints of Cutty Sark #518D70

Color information

#518D70 (or 0x518D70) is unknown color: approx Cutty Sark. HEX triplet: 51, 8D and 70. RGB value is (81,141,112). Sum of RGB (Red+Green+Blue) = 81+141+112=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #518D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518D70 is #AE728F. Grayscale: #777777. Windows color (decimal): -11432592 or 7376209. OLE color: 7376209.

HSL color Cylindrical-coordinate representation of color #518D70: hue angle of 151º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518D70 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB81141112-
CMYK0.4300.210.45
HSL151º27.03%43.53%-
HSV(B)151º42.55%55.29%-
XYZ15.8421.9718.73-
YUV119.75123.62100.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.25%
GREEN value IS 141 (55.47% from 255) = 42.22%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=24.25%
G=42.22%
B=33.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811411120.4300.210.4515127.0343.53
Hex518D702B0152D971b2c
Octal12121516053025552273354
Binary10100011000110111100001010110101011011011001011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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