Html Css Color HEX #518C71 Cutty Sark

📋 copy color: '#518C71'

red 81 ◦ green 140 ◦ blue 113

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

Shades of Cutty Sark #518C71

Tints of Cutty Sark #518C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.92%

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

R = 24.25%
G = 41.92%
B = 33.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#518C71 (or 0x518C71) is known color: Cutty Sark. HEX triplet: 51, 8C and 71. RGB value is (81,140,113). Sum of RGB (Red+Green+Blue) = 81+140+113=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 140 - color contains mainly: green. Hex color #518C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518C71 is #AE738E. Grayscale: #777777. Windows color (decimal): -11432847 or 7441489. OLE color: 7441489.

HSL color Cylindrical-coordinate representation of color #518C71: hue angle of 152.54º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #518C71 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 140 113 -
CMYK 0.42 0 0.19 0.45
HSL 152.54º 0.27% 0.43% -
HSV(B) 152.54º 0.42% 0.55% -
XYZ 15.75 21.7 18.98 -
YUV 119.28 124.45 100.7 -
System Red Green Blue C M Y K H S L
Decimal 81 140 113 0.42 0 0.19 0.45 152.54 0.27 0.43
Hex 51 8C 71 2A 0 13 2D 99 1B 2B
Octal 121 214 161 52 0 23 55 231 33 53
Binary 1010001 10001100 1110001 101010 0 10011 101101 10011001 11011 101011

Color Harmonies of #518C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518C71

Black with #518C71

Text Example


Text Example

White with #518C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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