Html Css Color HEX #518372 Cutty Sark

📋 copy color: '#518372'

red 81 ◦ green 131 ◦ blue 114

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

Shades of Cutty Sark #518372

Tints of Cutty Sark #518372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 24.85%
G = 40.18%
B = 34.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#518372 (or 0x518372) is known color: Cutty Sark. HEX triplet: 51, 83 and 72. RGB value is (81,131,114). Sum of RGB (Red+Green+Blue) = 81+131+114=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #518372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518372 is #AE7C8D. Grayscale: #727272. Windows color (decimal): -11435150 or 7504721. OLE color: 7504721.

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

Color convert

RGB 81 131 114 -
CMYK 0.38 0 0.13 0.49
HSL 159.6º 0.24% 0.42% -
HSV(B) 159.6º 0.38% 0.51% -
XYZ 14.55 19.2 18.86 -
YUV 114.11 127.94 104.38 -
System Red Green Blue C M Y K H S L
Decimal 81 131 114 0.38 0 0.13 0.49 159.6 0.24 0.42
Hex 51 83 72 26 0 D 31 A0 18 2A
Octal 121 203 162 46 0 15 61 240 30 52
Binary 1010001 10000011 1110010 100110 0 1101 110001 10100000 11000 101010

Color Harmonies of #518372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518372

Black with #518372

Text Example


Text Example

White with #518372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518372; }

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

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

background-color css

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

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

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

border-color css

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

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

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