Html Css Color HEX #519178 Cutty Sark

📋 copy color: '#519178'

red 81 ◦ green 145 ◦ blue 120

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

Shades of Cutty Sark #519178

Tints of Cutty Sark #519178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.91%

 BLUE value IS 120 (47.27% from 255) = 34.68%

R = 23.41%
G = 41.91%
B = 34.68%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#519178 (or 0x519178) is known color: Cutty Sark. HEX triplet: 51, 91 and 78. RGB value is (81,145,120). Sum of RGB (Red+Green+Blue) = 81+145+120=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #519178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519178 is #AE6E87. Grayscale: #7B7B7B. Windows color (decimal): -11431560 or 7901521. OLE color: 7901521.

HSL color Cylindrical-coordinate representation of color #519178: hue angle of 156.56º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519178 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 145 120 -
CMYK 0.44 0 0.17 0.43
HSL 156.56º 0.28% 0.44% -
HSV(B) 156.56º 0.44% 0.57% -
XYZ 16.91 23.36 21.39 -
YUV 123.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 81 145 120 0.44 0 0.17 0.43 156.56 0.28 0.44
Hex 51 91 78 2C 0 11 2B 9D 1C 2C
Octal 121 221 170 54 0 21 53 235 34 54
Binary 1010001 10010001 1111000 101100 0 10001 101011 10011101 11100 101100

Color Harmonies of #519178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519178

Black with #519178

Text Example


Text Example

White with #519178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519178; }

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

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

background-color css

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

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

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

border-color css

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

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

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