#58B579

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

Shades of Ocean Green #58B579

Tints of Ocean Green #58B579

Color information

#58B579 (or 0x58B579) is unknown color: approx Ocean Green. HEX triplet: 58, B5 and 79. RGB value is (88,181,121). Sum of RGB (Red+Green+Blue) = 88+181+121=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #58B579 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B579 is #A74A86. Grayscale: #929292. Windows color (decimal): -10963591 or 7976280. OLE color: 7976280.

HSL color Cylindrical-coordinate representation of color #58B579: hue angle of 141.29º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B579 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB88181121-
CMYK0.5100.330.29
HSL141.29º38.59%52.75%-
HSV(B)141.29º51.38%70.98%-
XYZ2436.523.87-
YUV146.35113.6986.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.56%
GREEN value IS 181 (71.09% from 255) = 46.41%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=22.56%
G=46.41%
B=31.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881811210.5100.330.29141.2938.5952.75
Hex58B579330211D8d2735
Octal13026517163041352154765
Binary101100010110101111100111001101000011110110001101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58B579; }

 p { color: rgb(88,181,121); }

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

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

 a { background-color: rgb(88,181,121); }

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

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

 span { border-color: rgb(88,181,121); }

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