Html Css Color HEX #519378 Cutty Sark

📋 copy color: '#519378'

red 81 ◦ green 147 ◦ blue 120

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

Shades of Cutty Sark #519378

Tints of Cutty Sark #519378

RGB

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

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

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

R = 23.28%
G = 42.24%
B = 34.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#519378 (or 0x519378) is known color: Cutty Sark. HEX triplet: 51, 93 and 78. RGB value is (81,147,120). Sum of RGB (Red+Green+Blue) = 81+147+120=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #519378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519378 is #AE6C87. Grayscale: #7C7C7C. Windows color (decimal): -11431048 or 7902033. OLE color: 7902033.

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

Color convert

RGB 81 147 120 -
CMYK 0.45 0 0.18 0.42
HSL 155.45º 0.29% 0.45% -
HSV(B) 155.45º 0.45% 0.58% -
XYZ 17.22 23.97 21.49 -
YUV 124.19 125.63 97.2 -
System Red Green Blue C M Y K H S L
Decimal 81 147 120 0.45 0 0.18 0.42 155.45 0.29 0.45
Hex 51 93 78 2D 0 12 2A 9B 1D 2D
Octal 121 223 170 55 0 22 52 233 35 55
Binary 1010001 10010011 1111000 101101 0 10010 101010 10011011 11101 101101

Color Harmonies of #519378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519378

Black with #519378

Text Example


Text Example

White with #519378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519378; }

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

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

background-color css

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

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

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

border-color css

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

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

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