Html Css Color HEX #519476 Cutty Sark

📋 copy color: '#519476'

red 81 ◦ green 148 ◦ blue 118

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

Shades of Cutty Sark #519476

Tints of Cutty Sark #519476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.65%

 BLUE value IS 118 (46.48% from 255) = 34.01%

R = 23.34%
G = 42.65%
B = 34.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#519476 (or 0x519476) is known color: Cutty Sark. HEX triplet: 51, 94 and 76. RGB value is (81,148,118). Sum of RGB (Red+Green+Blue) = 81+148+118=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #519476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519476 is #AE6B89. Grayscale: #7C7C7C. Windows color (decimal): -11430794 or 7771217. OLE color: 7771217.

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

Color convert

RGB 81 148 118 -
CMYK 0.45 0 0.20 0.42
HSL 153.13º 0.29% 0.45% -
HSV(B) 153.13º 0.45% 0.58% -
XYZ 17.25 24.24 20.91 -
YUV 124.55 124.3 96.94 -
System Red Green Blue C M Y K H S L
Decimal 81 148 118 0.45 0 0.20 0.42 153.13 0.29 0.45
Hex 51 94 76 2D 0 14 2A 99 1D 2D
Octal 121 224 166 55 0 24 52 231 35 55
Binary 1010001 10010100 1110110 101101 0 10100 101010 10011001 11101 101101

Color Harmonies of #519476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519476

Black with #519476

Text Example


Text Example

White with #519476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519476; }

 p { color: rgb(81,148,118); }

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

background-color css

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

 a { background-color: rgb(81,148,118); }

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

border-color css

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

 span { border-color: rgb(81,148,118); }

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