#58B479

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

Shades of Ocean Green #58B479

Tints of Ocean Green #58B479

Color information

#58B479 (or 0x58B479) is unknown color: approx Ocean Green. HEX triplet: 58, B4 and 79. RGB value is (88,180,121). Sum of RGB (Red+Green+Blue) = 88+180+121=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #58B479 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B479 is #A74B86. Grayscale: #919191. Windows color (decimal): -10963847 or 7976024. OLE color: 7976024.

HSL color Cylindrical-coordinate representation of color #58B479: hue angle of 141.52º degrees, saturation: 0.38, 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 #58B479 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB88180121-
CMYK0.5100.330.29
HSL141.52º38.02%52.55%-
HSV(B)141.52º51.11%70.59%-
XYZ23.836.123.8-
YUV145.77114.0286.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.62%
GREEN value IS 180 (70.70% from 255) = 46.27%
BLUE value IS 121 (47.66% from 255) = 31.11%
R=22.62%
G=46.27%
B=31.11%

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
Decimal881801210.5100.330.29141.5238.0252.55
Hex58B479330211D8e2635
Octal13026417163041352164665
Binary101100010110100111100111001101000011110110001110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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