#519378

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

Shades of Cutty Sark #519378

Tints of Cutty Sark #519378

Color information

#519378 (or 0x519378) is unknown color: approx Cutty Sark. HEX triplet: 51, 93 and 78. RGB value is (81,147,120). Sum of RGB (Red+Green+Blue) = 81+147+120=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #519378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519378 is #AE6C87. Grayscale: #7C7C7C. Windows color (decimal): -11431048 or 7902033. OLE color: 7902033.

HSL color Cylindrical-coordinate representation of color #519378: hue angle of 155.45º 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 #519378 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB81147120-
CMYK0.4500.180.42
HSL155.45º28.95%44.71%-
HSV(B)155.45º44.9%57.65%-
XYZ17.2223.9721.49-
YUV124.19125.6397.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.28%
GREEN value IS 147 (57.81% from 255) = 42.24%
BLUE value IS 120 (47.27% from 255) = 34.48%
R=23.28%
G=42.24%
B=34.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811471200.4500.180.42155.4528.9544.71
Hex5193782D0122A9b1d2d
Octal12122317055022522333555
Binary10100011001001111110001011010100101010101001101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519378; }

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

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

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

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

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

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

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

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