Html Css Color HEX #519271 Cutty Sark

📋 copy color: '#519271'

red 81 ◦ green 146 ◦ blue 113

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

Shades of Cutty Sark #519271

Tints of Cutty Sark #519271

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.94%

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

R = 23.82%
G = 42.94%
B = 33.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#519271 (or 0x519271) is known color: Cutty Sark. HEX triplet: 51, 92 and 71. RGB value is (81,146,113). Sum of RGB (Red+Green+Blue) = 81+146+113=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #519271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519271 is #AE6D8E. Grayscale: #7A7A7A. Windows color (decimal): -11431311 or 7443025. OLE color: 7443025.

HSL color Cylindrical-coordinate representation of color #519271: hue angle of 149.54º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #519271 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 146 113 -
CMYK 0.45 0 0.23 0.43
HSL 149.54º 0.29% 0.45% -
HSV(B) 149.54º 0.45% 0.57% -
XYZ 16.65 23.5 19.28 -
YUV 122.8 122.47 98.18 -
System Red Green Blue C M Y K H S L
Decimal 81 146 113 0.45 0 0.23 0.43 149.54 0.29 0.45
Hex 51 92 71 2D 0 17 2B 96 1D 2D
Octal 121 222 161 55 0 27 53 226 35 55
Binary 1010001 10010010 1110001 101101 0 10111 101011 10010110 11101 101101

Color Harmonies of #519271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519271

Black with #519271

Text Example


Text Example

White with #519271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519271; }

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

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

background-color css

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

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

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

border-color css

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

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

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