#518C6F

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

Shades of Cutty Sark #518C6F

Tints of Cutty Sark #518C6F

Color information

#518C6F (or 0x518C6F) is unknown color: approx Cutty Sark. HEX triplet: 51, 8C and 6F. RGB value is (81,140,111). Sum of RGB (Red+Green+Blue) = 81+140+111=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 140 - color contains mainly: green. Hex color #518C6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518C6F is #AE7390. Grayscale: #777777. Windows color (decimal): -11432849 or 7310417. OLE color: 7310417.

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

Color convert

RGB81140111-
CMYK0.4200.210.45
HSL150.51º26.7%43.33%-
HSV(B)150.51º42.14%54.9%-
XYZ15.6421.6518.39-
YUV119.05123.45100.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 140 (55.08% from 255) = 42.17%
BLUE value IS 111 (43.75% from 255) = 33.43%
R=24.40%
G=42.17%
B=33.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811401110.4200.210.45150.5126.743.33
Hex518C6F2A0152D971b2b
Octal12121415752025552273353
Binary10100011000110011011111010100101011011011001011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,140,111); }

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

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

 a { background-color: rgb(81,140,111); }

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

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

 span { border-color: rgb(81,140,111); }

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