#589572

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

Shades of Ocean Green #589572

Tints of Ocean Green #589572

Color information

#589572 (or 0x589572) is unknown color: approx Ocean Green. HEX triplet: 58, 95 and 72. RGB value is (88,149,114). Sum of RGB (Red+Green+Blue) = 88+149+114=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 149 - color contains mainly: green. Hex color #589572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589572 is #A76A8D. Grayscale: #7E7E7E. Windows color (decimal): -10971790 or 7509336. OLE color: 7509336.

HSL color Cylindrical-coordinate representation of color #589572: hue angle of 145.57º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #589572 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB88149114-
CMYK0.4100.230.42
HSL145.57º25.74%46.47%-
HSV(B)145.57º40.94%58.43%-
XYZ17.8124.7819.76-
YUV126.77120.79100.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.07%
GREEN value IS 149 (58.59% from 255) = 42.45%
BLUE value IS 114 (44.92% from 255) = 32.48%
R=25.07%
G=42.45%
B=32.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881491140.4100.230.42145.5725.7446.47
Hex589572290172A921a2e
Octal13022516251027522223256
Binary10110001001010111100101010010101111010101001001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589572; }

 p { color: rgb(88,149,114); }

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

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

 a { background-color: rgb(88,149,114); }

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

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

 span { border-color: rgb(88,149,114); }

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