Html Css Color HEX #519373 Cutty Sark

📋 copy color: '#519373'

red 81 ◦ green 147 ◦ blue 115

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

Shades of Cutty Sark #519373

Tints of Cutty Sark #519373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.53%

R = 23.62%
G = 42.86%
B = 33.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#519373 (or 0x519373) is known color: Cutty Sark. HEX triplet: 51, 93 and 73. RGB value is (81,147,115). Sum of RGB (Red+Green+Blue) = 81+147+115=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 147 - color contains mainly: green. Hex color #519373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519373 is #AE6C8C. Grayscale: #7B7B7B. Windows color (decimal): -11431053 or 7574353. OLE color: 7574353.

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

Color convert

RGB 81 147 115 -
CMYK 0.45 0 0.22 0.42
HSL 150.91º 0.29% 0.45% -
HSV(B) 150.91º 0.45% 0.58% -
XYZ 16.92 23.85 19.93 -
YUV 123.62 123.13 97.6 -
System Red Green Blue C M Y K H S L
Decimal 81 147 115 0.45 0 0.22 0.42 150.91 0.29 0.45
Hex 51 93 73 2D 0 16 2A 97 1D 2D
Octal 121 223 163 55 0 26 52 227 35 55
Binary 1010001 10010011 1110011 101101 0 10110 101010 10010111 11101 101101

Color Harmonies of #519373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519373

Black with #519373

Text Example


Text Example

White with #519373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519373; }

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

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

background-color css

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

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

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

border-color css

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

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

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