#59916F

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

Shades of Cutty Sark #59916F

Tints of Cutty Sark #59916F

Color information

#59916F (or 0x59916F) is unknown color: approx Cutty Sark. HEX triplet: 59, 91 and 6F. RGB value is (89,145,111). Sum of RGB (Red+Green+Blue) = 89+145+111=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #59916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59916F is #A66E90. Grayscale: #7C7C7C. Windows color (decimal): -10907281 or 7311705. OLE color: 7311705.

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

Color convert

RGB89145111-
CMYK0.3900.230.43
HSL143.57º23.93%45.88%-
HSV(B)143.57º38.62%56.86%-
XYZ17.1123.5218.68-
YUV124.38120.45102.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.80%
GREEN value IS 145 (57.03% from 255) = 42.03%
BLUE value IS 111 (43.75% from 255) = 32.17%
R=25.80%
G=42.03%
B=32.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891451110.3900.230.43143.5723.9345.88
Hex59916F270172B90182e
Octal13122115747027532203056
Binary10110011001000111011111001110101111010111001000011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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