Html Css Color HEX #519377 Cutty Sark

📋 copy color: '#519377'

red 81 ◦ green 147 ◦ blue 119

#519377
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #519377

Tints of Cutty Sark #519377

RGB

 RED value IS 81 (32.03% from 255) = 23.34%

 GREEN value IS 147 (57.81% from 255) = 42.36%

 BLUE value IS 119 (46.88% from 255) = 34.29%

R = 23.34%
G = 42.36%
B = 34.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#519377 (or 0x519377) is known color: Cutty Sark. HEX triplet: 51, 93 and 77. RGB value is (81,147,119). Sum of RGB (Red+Green+Blue) = 81+147+119=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #519377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519377 is #AE6C88. Grayscale: #7C7C7C. Windows color (decimal): -11431049 or 7836497. OLE color: 7836497.

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

Color convert

RGB 81 147 119 -
CMYK 0.45 0 0.19 0.42
HSL 154.55º 0.29% 0.45% -
HSV(B) 154.55º 0.45% 0.58% -
XYZ 17.16 23.95 21.17 -
YUV 124.07 125.13 97.28 -
System Red Green Blue C M Y K H S L
Decimal 81 147 119 0.45 0 0.19 0.42 154.55 0.29 0.45
Hex 51 93 77 2D 0 13 2A 9B 1D 2D
Octal 121 223 167 55 0 23 52 233 35 55
Binary 1010001 10010011 1110111 101101 0 10011 101010 10011011 11101 101101

Color Harmonies of #519377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519377

Black with #519377

Text Example


Text Example

White with #519377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519377; }

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

 H1.HeaderClassName
 {
   color: #519377;
 }
 .AnyTagClassName
 {
   color: #519377;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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