#58A472

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

Shades of Ocean Green #58A472

Tints of Ocean Green #58A472

Color information

#58A472 (or 0x58A472) is unknown color: approx Ocean Green. HEX triplet: 58, A4 and 72. RGB value is (88,164,114). Sum of RGB (Red+Green+Blue) = 88+164+114=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 164 - color contains mainly: green. Hex color #58A472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A472 is #A75B8D. Grayscale: #878787. Windows color (decimal): -10967950 or 7513176. OLE color: 7513176.

HSL color Cylindrical-coordinate representation of color #58A472: hue angle of 140.53º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A472 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB88164114-
CMYK0.4600.300.36
HSL140.53º30.16%49.41%-
HSV(B)140.53º46.34%64.31%-
XYZ20.3429.8420.61-
YUV135.58115.8294.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.04%
GREEN value IS 164 (64.45% from 255) = 44.81%
BLUE value IS 114 (44.92% from 255) = 31.15%
R=24.04%
G=44.81%
B=31.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal881641140.4600.300.36140.5330.1649.41
Hex58A4722E01E248d1e31
Octal13024416256036442153661
Binary10110001010010011100101011100111101001001000110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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