Html Css Color HEX #51866E Cutty Sark

📋 copy color: '#51866E'

red 81 ◦ green 134 ◦ blue 110

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

Shades of Cutty Sark #51866E

Tints of Cutty Sark #51866E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.23%

 BLUE value IS 110 (43.36% from 255) = 33.85%

R = 24.92%
G = 41.23%
B = 33.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#51866E (or 0x51866E) is known color: Cutty Sark. HEX triplet: 51, 86 and 6E. RGB value is (81,134,110). Sum of RGB (Red+Green+Blue) = 81+134+110=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #51866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51866E is #AE7991. Grayscale: #737373. Windows color (decimal): -11434386 or 7243345. OLE color: 7243345.

HSL color Cylindrical-coordinate representation of color #51866E: hue angle of 152.83º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #51866E is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 134 110 -
CMYK 0.40 0 0.18 0.47
HSL 152.83º 0.25% 0.42% -
HSV(B) 152.83º 0.4% 0.53% -
XYZ 14.73 19.93 17.82 -
YUV 115.42 124.94 103.45 -
System Red Green Blue C M Y K H S L
Decimal 81 134 110 0.40 0 0.18 0.47 152.83 0.25 0.42
Hex 51 86 6E 28 0 12 2F 99 19 2A
Octal 121 206 156 50 0 22 57 231 31 52
Binary 1010001 10000110 1101110 101000 0 10010 101111 10011001 11001 101010

Color Harmonies of #51866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51866E

Black with #51866E

Text Example


Text Example

White with #51866E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51866E; }

 p { color: rgb(81,134,110); }

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

background-color css

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

 a { background-color: rgb(81,134,110); }

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

border-color css

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

 span { border-color: rgb(81,134,110); }

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