Html Css Color HEX #519372 Cutty Sark

📋 copy color: '#519372'

red 81 ◦ green 147 ◦ blue 114

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

Shades of Cutty Sark #519372

Tints of Cutty Sark #519372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.33%

R = 23.68%
G = 42.98%
B = 33.33%

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

#519372 (or 0x519372) is known color: Cutty Sark. HEX triplet: 51, 93 and 72. RGB value is (81,147,114). Sum of RGB (Red+Green+Blue) = 81+147+114=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #519372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519372 is #AE6C8D. Grayscale: #7B7B7B. Windows color (decimal): -11431054 or 7508817. OLE color: 7508817.

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

Color convert

RGB 81 147 114 -
CMYK 0.45 0 0.22 0.42
HSL 150º 0.29% 0.45% -
HSV(B) 150º 0.45% 0.58% -
XYZ 16.86 23.83 19.63 -
YUV 123.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 81 147 114 0.45 0 0.22 0.42 150 0.29 0.45
Hex 51 93 72 2D 0 16 2A 96 1D 2D
Octal 121 223 162 55 0 26 52 226 35 55
Binary 1010001 10010011 1110010 101101 0 10110 101010 10010110 11101 101101

Color Harmonies of #519372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519372

Black with #519372

Text Example


Text Example

White with #519372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519372; }

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

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

background-color css

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

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

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

border-color css

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

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

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