#519373

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

Shades of Cutty Sark #519373

Tints of Cutty Sark #519373

Color information

#519373 (or 0x519373) is unknown color: approx Cutty Sark. HEX triplet: 51, 93 and 73. RGB value is (81,147,115). Sum of RGB (Red+Green+Blue) = 81+147+115=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 147 - color contains mainly: green. Hex color #519373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519373 is #AE6C8C. Grayscale: #7B7B7B. Windows color (decimal): -11431053 or 7574353. OLE color: 7574353.

HSL color Cylindrical-coordinate representation of color #519373: hue angle of 150.91º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #519373 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB81147115-
CMYK0.4500.220.42
HSL150.91º28.95%44.71%-
HSV(B)150.91º44.9%57.65%-
XYZ16.9223.8519.93-
YUV123.62123.1397.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.62%
GREEN value IS 147 (57.81% from 255) = 42.86%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=23.62%
G=42.86%
B=33.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811471150.4500.220.42150.9128.9544.71
Hex5193732D0162A971d2d
Octal12122316355026522273555
Binary10100011001001111100111011010101101010101001011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519373; }

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

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

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

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

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

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

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

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