#599472

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

Shades of Ocean Green #599472

Tints of Ocean Green #599472

Color information

#599472 (or 0x599472) is unknown color: approx Ocean Green. HEX triplet: 59, 94 and 72. RGB value is (89,148,114). Sum of RGB (Red+Green+Blue) = 89+148+114=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #599472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599472 is #A66B8D. Grayscale: #7E7E7E. Windows color (decimal): -10906510 or 7509081. OLE color: 7509081.

HSL color Cylindrical-coordinate representation of color #599472: hue angle of 145.42º 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 #599472 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB89148114-
CMYK0.4000.230.42
HSL145.42º24.89%46.47%-
HSV(B)145.42º39.86%58.04%-
XYZ17.7524.5219.72-
YUV126.48120.95101.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.36%
GREEN value IS 148 (58.20% from 255) = 42.17%
BLUE value IS 114 (44.92% from 255) = 32.48%
R=25.36%
G=42.17%
B=32.48%

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
Decimal891481140.4000.230.42145.4224.8946.47
Hex599472280172A91192e
Octal13122416250027522213156
Binary10110011001010011100101010000101111010101001000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599472; }

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

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

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

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

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

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

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

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