#58A372

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

Shades of Ocean Green #58A372

Tints of Ocean Green #58A372

Color information

#58A372 (or 0x58A372) is unknown color: approx Ocean Green. HEX triplet: 58, A3 and 72. RGB value is (88,163,114). Sum of RGB (Red+Green+Blue) = 88+163+114=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 163 - color contains mainly: green. Hex color #58A372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A372 is #A75C8D. Grayscale: #878787. Windows color (decimal): -10968206 or 7512920. OLE color: 7512920.

HSL color Cylindrical-coordinate representation of color #58A372: hue angle of 140.8º 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 #58A372 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB88163114-
CMYK0.4600.300.36
HSL140.8º29.88%49.22%-
HSV(B)140.8º46.01%63.92%-
XYZ20.1629.4820.55-
YUV134.99116.1594.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.11%
GREEN value IS 163 (64.06% from 255) = 44.66%
BLUE value IS 114 (44.92% from 255) = 31.23%
R=24.11%
G=44.66%
B=31.23%

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
Decimal881631140.4600.300.36140.829.8849.22
Hex58A3722E01E248d1e31
Octal13024316256036442153661
Binary10110001010001111100101011100111101001001000110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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