Html Css Color HEX #519275 Cutty Sark

📋 copy color: '#519275'

red 81 ◦ green 146 ◦ blue 117

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

Shades of Cutty Sark #519275

Tints of Cutty Sark #519275

RGB

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

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

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

R = 23.55%
G = 42.44%
B = 34.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#519275 (or 0x519275) is known color: Cutty Sark. HEX triplet: 51, 92 and 75. RGB value is (81,146,117). Sum of RGB (Red+Green+Blue) = 81+146+117=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 146 - color contains mainly: green. Hex color #519275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519275 is #AE6D8A. Grayscale: #7B7B7B. Windows color (decimal): -11431307 or 7705169. OLE color: 7705169.

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

Color convert

RGB 81 146 117 -
CMYK 0.45 0 0.20 0.43
HSL 153.23º 0.29% 0.45% -
HSV(B) 153.23º 0.45% 0.57% -
XYZ 16.88 23.59 20.49 -
YUV 123.26 124.47 97.86 -
System Red Green Blue C M Y K H S L
Decimal 81 146 117 0.45 0 0.20 0.43 153.23 0.29 0.45
Hex 51 92 75 2D 0 14 2B 99 1D 2D
Octal 121 222 165 55 0 24 53 231 35 55
Binary 1010001 10010010 1110101 101101 0 10100 101011 10011001 11101 101101

Color Harmonies of #519275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519275

Black with #519275

Text Example


Text Example

White with #519275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519275; }

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

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

background-color css

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

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

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

border-color css

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

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

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