#51916F

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

Shades of Cutty Sark #51916F

Tints of Cutty Sark #51916F

Color information

#51916F (or 0x51916F) is unknown color: approx Cutty Sark. HEX triplet: 51, 91 and 6F. RGB value is (81,145,111). Sum of RGB (Red+Green+Blue) = 81+145+111=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #51916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51916F is #AE6E90. Grayscale: #7A7A7A. Windows color (decimal): -11431569 or 7311697. OLE color: 7311697.

HSL color Cylindrical-coordinate representation of color #51916F: hue angle of 148.12º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51916F is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB81145111-
CMYK0.4400.230.43
HSL148.12º28.32%44.31%-
HSV(B)148.12º44.14%56.86%-
XYZ16.3923.1518.64-
YUV121.99121.898.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.04%
GREEN value IS 145 (57.03% from 255) = 43.03%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=24.04%
G=43.03%
B=32.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811451110.4400.230.43148.1228.3244.31
Hex51916F2C0172B941c2c
Octal12122115754027532243454
Binary10100011001000111011111011000101111010111001010011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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