Html Css Color HEX #519272 Cutty Sark

📋 copy color: '#519272'

red 81 ◦ green 146 ◦ blue 114

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

Shades of Cutty Sark #519272

Tints of Cutty Sark #519272

RGB

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

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

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

R = 23.75%
G = 42.82%
B = 33.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#519272 (or 0x519272) is known color: Cutty Sark. HEX triplet: 51, 92 and 72. RGB value is (81,146,114). Sum of RGB (Red+Green+Blue) = 81+146+114=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #519272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519272 is #AE6D8D. Grayscale: #7A7A7A. Windows color (decimal): -11431310 or 7508561. OLE color: 7508561.

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

Color convert

RGB 81 146 114 -
CMYK 0.45 0 0.22 0.43
HSL 150.46º 0.29% 0.45% -
HSV(B) 150.46º 0.45% 0.57% -
XYZ 16.71 23.52 19.58 -
YUV 122.92 122.97 98.1 -
System Red Green Blue C M Y K H S L
Decimal 81 146 114 0.45 0 0.22 0.43 150.46 0.29 0.45
Hex 51 92 72 2D 0 16 2B 96 1D 2D
Octal 121 222 162 55 0 26 53 226 35 55
Binary 1010001 10010010 1110010 101101 0 10110 101011 10010110 11101 101101

Color Harmonies of #519272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519272

Black with #519272

Text Example


Text Example

White with #519272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519272; }

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

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

background-color css

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

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

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

border-color css

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

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

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