Html Css Color HEX #519273 Cutty Sark

📋 copy color: '#519273'

red 81 ◦ green 146 ◦ blue 115

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

Shades of Cutty Sark #519273

Tints of Cutty Sark #519273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.63%

R = 23.68%
G = 42.69%
B = 33.63%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#519273 (or 0x519273) is known color: Cutty Sark. HEX triplet: 51, 92 and 73. RGB value is (81,146,115). Sum of RGB (Red+Green+Blue) = 81+146+115=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #519273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519273 is #AE6D8C. Grayscale: #7B7B7B. Windows color (decimal): -11431309 or 7574097. OLE color: 7574097.

HSL color Cylindrical-coordinate representation of color #519273: hue angle of 151.38º 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 #519273 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 146 115 -
CMYK 0.45 0 0.21 0.43
HSL 151.38º 0.29% 0.45% -
HSV(B) 151.38º 0.45% 0.57% -
XYZ 16.77 23.54 19.88 -
YUV 123.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 81 146 115 0.45 0 0.21 0.43 151.38 0.29 0.45
Hex 51 92 73 2D 0 15 2B 97 1D 2D
Octal 121 222 163 55 0 25 53 227 35 55
Binary 1010001 10010010 1110011 101101 0 10101 101011 10010111 11101 101101

Color Harmonies of #519273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519273

Black with #519273

Text Example


Text Example

White with #519273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519273; }

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

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

background-color css

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

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

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

border-color css

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

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

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