#51866D

Color #51866D Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #51866D

Tints of Cutty Sark #51866D

Color information

#51866D (or 0x51866D) is unknown color: approx Cutty Sark. HEX triplet: 51, 86 and 6D. RGB value is (81,134,109). Sum of RGB (Red+Green+Blue) = 81+134+109=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #51866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51866D is #AE7992. Grayscale: #737373. Windows color (decimal): -11434387 or 7177809. OLE color: 7177809.

HSL color Cylindrical-coordinate representation of color #51866D: hue angle of 151.7º 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 #51866D is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB81134109-
CMYK0.4000.190.47
HSL151.7º24.65%42.16%-
HSV(B)151.7º39.55%52.55%-
XYZ14.6819.917.54-
YUV115.3124.44103.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25%
GREEN value IS 134 (52.73% from 255) = 41.36%
BLUE value IS 109 (42.97% from 255) = 33.64%
R=25%
G=41.36%
B=33.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811341090.4000.190.47151.724.6542.16
Hex51866D280132F98192a
Octal12120615550023572303152
Binary10100011000011011011011010000100111011111001100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #51866D;
 }
 .AnyTagClassName
 {
   color: #51866D;
 }
</style>
background-color css

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

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

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

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

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

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