Html Css Color HEX #519478 Cutty Sark

📋 copy color: '#519478'

red 81 ◦ green 148 ◦ blue 120

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

Shades of Cutty Sark #519478

Tints of Cutty Sark #519478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.41%

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

R = 23.21%
G = 42.41%
B = 34.38%

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

#519478 (or 0x519478) is known color: Cutty Sark. HEX triplet: 51, 94 and 78. RGB value is (81,148,120). Sum of RGB (Red+Green+Blue) = 81+148+120=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #519478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519478 is #AE6B87. Grayscale: #7C7C7C. Windows color (decimal): -11430792 or 7902289. OLE color: 7902289.

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

Color convert

RGB 81 148 120 -
CMYK 0.45 0 0.19 0.42
HSL 154.93º 0.29% 0.45% -
HSV(B) 154.93º 0.45% 0.58% -
XYZ 17.37 24.29 21.54 -
YUV 124.78 125.3 96.78 -
System Red Green Blue C M Y K H S L
Decimal 81 148 120 0.45 0 0.19 0.42 154.93 0.29 0.45
Hex 51 94 78 2D 0 13 2A 9B 1D 2D
Octal 121 224 170 55 0 23 52 233 35 55
Binary 1010001 10010100 1111000 101101 0 10011 101010 10011011 11101 101101

Color Harmonies of #519478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519478

Black with #519478

Text Example


Text Example

White with #519478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519478; }

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

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

background-color css

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

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

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

border-color css

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

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

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