#599476

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

Shades of Cutty Sark #599476

Tints of Cutty Sark #599476

Color information

#599476 (or 0x599476) is unknown color: approx Cutty Sark. HEX triplet: 59, 94 and 76. RGB value is (89,148,118). Sum of RGB (Red+Green+Blue) = 89+148+118=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #599476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599476 is #A66B89. Grayscale: #7F7F7F. Windows color (decimal): -10906506 or 7771225. OLE color: 7771225.

HSL color Cylindrical-coordinate representation of color #599476: hue angle of 149.49º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #599476 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB89148118-
CMYK0.4000.200.42
HSL149.49º24.89%46.47%-
HSV(B)149.49º39.86%58.04%-
XYZ17.9824.6120.94-
YUV126.94122.95100.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.07%
GREEN value IS 148 (58.20% from 255) = 41.69%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=25.07%
G=41.69%
B=33.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891481180.4000.200.42149.4924.8946.47
Hex599476280142A95192e
Octal13122416650024522253156
Binary10110011001010011101101010000101001010101001010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599476; }

 p { color: rgb(89,148,118); }

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

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

 a { background-color: rgb(89,148,118); }

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

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

 span { border-color: rgb(89,148,118); }

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