Html Css Color HEX #518C74 Cutty Sark

📋 copy color: '#518C74'

red 81 ◦ green 140 ◦ blue 116

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

Shades of Cutty Sark #518C74

Tints of Cutty Sark #518C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.42%

R = 24.04%
G = 41.54%
B = 34.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#518C74 (or 0x518C74) is known color: Cutty Sark. HEX triplet: 51, 8C and 74. RGB value is (81,140,116). Sum of RGB (Red+Green+Blue) = 81+140+116=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 140 - color contains mainly: green. Hex color #518C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518C74 is #AE738B. Grayscale: #777777. Windows color (decimal): -11432844 or 7638097. OLE color: 7638097.

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

Color convert

RGB 81 140 116 -
CMYK 0.42 0 0.17 0.45
HSL 155.59º 0.27% 0.43% -
HSV(B) 155.59º 0.42% 0.55% -
XYZ 15.92 21.77 19.89 -
YUV 119.62 125.95 100.45 -
System Red Green Blue C M Y K H S L
Decimal 81 140 116 0.42 0 0.17 0.45 155.59 0.27 0.43
Hex 51 8C 74 2A 0 11 2D 9C 1B 2B
Octal 121 214 164 52 0 21 55 234 33 53
Binary 1010001 10001100 1110100 101010 0 10001 101101 10011100 11011 101011

Color Harmonies of #518C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518C74

Black with #518C74

Text Example


Text Example

White with #518C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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