Html Css Color HEX #519274 Cutty Sark

📋 copy color: '#519274'

red 81 ◦ green 146 ◦ blue 116

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

Shades of Cutty Sark #519274

Tints of Cutty Sark #519274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.82%

R = 23.62%
G = 42.57%
B = 33.82%

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

#519274 (or 0x519274) is known color: Cutty Sark. HEX triplet: 51, 92 and 74. RGB value is (81,146,116). Sum of RGB (Red+Green+Blue) = 81+146+116=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 146 - color contains mainly: green. Hex color #519274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519274 is #AE6D8B. Grayscale: #7B7B7B. Windows color (decimal): -11431308 or 7639633. OLE color: 7639633.

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

Color convert

RGB 81 146 116 -
CMYK 0.45 0 0.21 0.43
HSL 152.31º 0.29% 0.45% -
HSV(B) 152.31º 0.45% 0.57% -
XYZ 16.82 23.57 20.19 -
YUV 123.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 81 146 116 0.45 0 0.21 0.43 152.31 0.29 0.45
Hex 51 92 74 2D 0 15 2B 98 1D 2D
Octal 121 222 164 55 0 25 53 230 35 55
Binary 1010001 10010010 1110100 101101 0 10101 101011 10011000 11101 101101

Color Harmonies of #519274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519274

Black with #519274

Text Example


Text Example

White with #519274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519274; }

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

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

background-color css

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

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

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

border-color css

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

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

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