Html Css Color HEX #518371 Cutty Sark

📋 copy color: '#518371'

red 81 ◦ green 131 ◦ blue 113

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

Shades of Cutty Sark #518371

Tints of Cutty Sark #518371

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.31%

 BLUE value IS 113 (44.53% from 255) = 34.77%

R = 24.92%
G = 40.31%
B = 34.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#518371 (or 0x518371) is known color: Cutty Sark. HEX triplet: 51, 83 and 71. RGB value is (81,131,113). Sum of RGB (Red+Green+Blue) = 81+131+113=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 131 - color contains mainly: green. Hex color #518371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518371 is #AE7C8E. Grayscale: #727272. Windows color (decimal): -11435151 or 7439185. OLE color: 7439185.

HSL color Cylindrical-coordinate representation of color #518371: hue angle of 158.4º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #518371 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 131 113 -
CMYK 0.38 0 0.14 0.49
HSL 158.4º 0.24% 0.42% -
HSV(B) 158.4º 0.38% 0.51% -
XYZ 14.49 19.17 18.56 -
YUV 114 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 81 131 113 0.38 0 0.14 0.49 158.4 0.24 0.42
Hex 51 83 71 26 0 E 31 9E 18 2A
Octal 121 203 161 46 0 16 61 236 30 52
Binary 1010001 10000011 1110001 100110 0 1110 110001 10011110 11000 101010

Color Harmonies of #518371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518371

Black with #518371

Text Example


Text Example

White with #518371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518371; }

 p { color: rgb(81,131,113); }

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

background-color css

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

 a { background-color: rgb(81,131,113); }

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

border-color css

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

 span { border-color: rgb(81,131,113); }

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