#51866F

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

Shades of Cutty Sark #51866F

Tints of Cutty Sark #51866F

Color information

#51866F (or 0x51866F) is unknown color: approx Cutty Sark. HEX triplet: 51, 86 and 6F. RGB value is (81,134,111). Sum of RGB (Red+Green+Blue) = 81+134+111=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #51866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51866F is #AE7990. Grayscale: #737373. Windows color (decimal): -11434385 or 7308881. OLE color: 7308881.

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

Color convert

RGB81134111-
CMYK0.4000.170.47
HSL153.96º24.65%42.16%-
HSV(B)153.96º39.55%52.55%-
XYZ14.7919.9518.11-
YUV115.53125.44103.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 134 (52.73% from 255) = 41.10%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=24.85%
G=41.10%
B=34.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811341110.4000.170.47153.9624.6542.16
Hex51866F280112F9a192a
Octal12120615750021572323152
Binary10100011000011011011111010000100011011111001101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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