Html Css Color HEX #518370 Cutty Sark

📋 copy color: '#518370'

red 81 ◦ green 131 ◦ blue 112

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

Shades of Cutty Sark #518370

Tints of Cutty Sark #518370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.57%

R = 25%
G = 40.43%
B = 34.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#518370 (or 0x518370) is known color: Cutty Sark. HEX triplet: 51, 83 and 70. RGB value is (81,131,112). Sum of RGB (Red+Green+Blue) = 81+131+112=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 131 - color contains mainly: green. Hex color #518370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518370 is #AE7C8F. Grayscale: #717171. Windows color (decimal): -11435152 or 7373649. OLE color: 7373649.

HSL color Cylindrical-coordinate representation of color #518370: hue angle of 157.2º 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 #518370 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 131 112 -
CMYK 0.38 0 0.15 0.49
HSL 157.2º 0.24% 0.42% -
HSV(B) 157.2º 0.38% 0.51% -
XYZ 14.43 19.15 18.27 -
YUV 113.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 81 131 112 0.38 0 0.15 0.49 157.2 0.24 0.42
Hex 51 83 70 26 0 F 31 9D 18 2A
Octal 121 203 160 46 0 17 61 235 30 52
Binary 1010001 10000011 1110000 100110 0 1111 110001 10011101 11000 101010

Color Harmonies of #518370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518370

Black with #518370

Text Example


Text Example

White with #518370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518370; }

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

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

background-color css

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

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

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

border-color css

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

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

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