#519476

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

Shades of Cutty Sark #519476

Tints of Cutty Sark #519476

Color information

#519476 (or 0x519476) is unknown color: approx Cutty Sark. HEX triplet: 51, 94 and 76. RGB value is (81,148,118). Sum of RGB (Red+Green+Blue) = 81+148+118=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #519476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519476 is #AE6B89. Grayscale: #7C7C7C. Windows color (decimal): -11430794 or 7771217. OLE color: 7771217.

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

Color convert

RGB81148118-
CMYK0.4500.200.42
HSL153.13º29.26%44.9%-
HSV(B)153.13º45.27%58.04%-
XYZ17.2524.2420.91-
YUV124.55124.396.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.34%
GREEN value IS 148 (58.20% from 255) = 42.65%
BLUE value IS 118 (46.48% from 255) = 34.01%
R=23.34%
G=42.65%
B=34.01%

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
Decimal811481180.4500.200.42153.1329.2644.9
Hex5194762D0142A991d2d
Octal12122416655024522313555
Binary10100011001010011101101011010101001010101001100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519476; }

 p { color: rgb(81,148,118); }

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

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

 a { background-color: rgb(81,148,118); }

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

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

 span { border-color: rgb(81,148,118); }

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