Html Css Color HEX #518375 Cutty Sark

📋 copy color: '#518375'

red 81 ◦ green 131 ◦ blue 117

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

Shades of Cutty Sark #518375

Tints of Cutty Sark #518375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.56%

R = 24.62%
G = 39.82%
B = 35.56%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#518375 (or 0x518375) is known color: Cutty Sark. HEX triplet: 51, 83 and 75. RGB value is (81,131,117). Sum of RGB (Red+Green+Blue) = 81+131+117=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 131 - color contains mainly: green. Hex color #518375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518375 is #AE7C8A. Grayscale: #727272. Windows color (decimal): -11435147 or 7701329. OLE color: 7701329.

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

Color convert

RGB 81 131 117 -
CMYK 0.38 0 0.11 0.49
HSL 163.2º 0.24% 0.42% -
HSV(B) 163.2º 0.38% 0.51% -
XYZ 14.72 19.27 19.77 -
YUV 114.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 81 131 117 0.38 0 0.11 0.49 163.2 0.24 0.42
Hex 51 83 75 26 0 B 31 A3 18 2A
Octal 121 203 165 46 0 13 61 243 30 52
Binary 1010001 10000011 1110101 100110 0 1011 110001 10100011 11000 101010

Color Harmonies of #518375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518375

Black with #518375

Text Example


Text Example

White with #518375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518375; }

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

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

background-color css

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

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

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

border-color css

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

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

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