Html Css Color HEX #519375 Cutty Sark

📋 copy color: '#519375'

red 81 ◦ green 147 ◦ blue 117

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

Shades of Cutty Sark #519375

Tints of Cutty Sark #519375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.61%

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

R = 23.48%
G = 42.61%
B = 33.91%

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

#519375 (or 0x519375) is known color: Cutty Sark. HEX triplet: 51, 93 and 75. RGB value is (81,147,117). Sum of RGB (Red+Green+Blue) = 81+147+117=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #519375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519375 is #AE6C8A. Grayscale: #7B7B7B. Windows color (decimal): -11431051 or 7705425. OLE color: 7705425.

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

Color convert

RGB 81 147 117 -
CMYK 0.45 0 0.20 0.42
HSL 152.73º 0.29% 0.45% -
HSV(B) 152.73º 0.45% 0.58% -
XYZ 17.04 23.9 20.55 -
YUV 123.85 124.13 97.44 -
System Red Green Blue C M Y K H S L
Decimal 81 147 117 0.45 0 0.20 0.42 152.73 0.29 0.45
Hex 51 93 75 2D 0 14 2A 99 1D 2D
Octal 121 223 165 55 0 24 52 231 35 55
Binary 1010001 10010011 1110101 101101 0 10100 101010 10011001 11101 101101

Color Harmonies of #519375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519375

Black with #519375

Text Example


Text Example

White with #519375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519375; }

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

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

background-color css

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

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

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

border-color css

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

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

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