#599573

Color #599573 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #599573

Tints of Ocean Green #599573

Color information

#599573 (or 0x599573) is unknown color: approx Ocean Green. HEX triplet: 59, 95 and 73. RGB value is (89,149,115). Sum of RGB (Red+Green+Blue) = 89+149+115=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #599573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599573 is #A66A8C. Grayscale: #7F7F7F. Windows color (decimal): -10906253 or 7574873. OLE color: 7574873.

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

Color convert

RGB89149115-
CMYK0.4000.230.42
HSL146º25.21%46.67%-
HSV(B)146º40.27%58.43%-
XYZ17.9624.8620.07-
YUV127.18121.12100.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.21%
GREEN value IS 149 (58.59% from 255) = 42.21%
BLUE value IS 115 (45.31% from 255) = 32.58%
R=25.21%
G=42.21%
B=32.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891491150.4000.230.4214625.2146.67
Hex599573280172A92192f
Octal13122516350027522223157
Binary10110011001010111100111010000101111010101001001011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599573; }

 p { color: rgb(89,149,115); }

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

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

 a { background-color: rgb(89,149,115); }

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

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

 span { border-color: rgb(89,149,115); }

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