#519375

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

Shades of Cutty Sark #519375

Tints of Cutty Sark #519375

Color information

#519375 (or 0x519375) is unknown color: approx Cutty Sark. HEX triplet: 51, 93 and 75. RGB value is (81,147,117). Sum of RGB (Red+Green+Blue) = 81+147+117=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #519375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519375 is #AE6C8A. Grayscale: #7B7B7B. Windows color (decimal): -11431051 or 7705425. OLE color: 7705425.

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

Color convert

RGB81147117-
CMYK0.4500.200.42
HSL152.73º28.95%44.71%-
HSV(B)152.73º44.9%57.65%-
XYZ17.0423.920.55-
YUV123.85124.1397.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.48%
GREEN value IS 147 (57.81% from 255) = 42.61%
BLUE value IS 117 (46.09% from 255) = 33.91%
R=23.48%
G=42.61%
B=33.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811471170.4500.200.42152.7328.9544.71
Hex5193752D0142A991d2d
Octal12122316555024522313555
Binary10100011001001111101011011010101001010101001100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519375; }

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

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

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

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

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

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

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

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