#58A470

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

Shades of Ocean Green #58A470

Tints of Ocean Green #58A470

Color information

#58A470 (or 0x58A470) is unknown color: approx Ocean Green. HEX triplet: 58, A4 and 70. RGB value is (88,164,112). Sum of RGB (Red+Green+Blue) = 88+164+112=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #58A470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A470 is #A75B8F. Grayscale: #878787. Windows color (decimal): -10967952 or 7382104. OLE color: 7382104.

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

Color convert

RGB88164112-
CMYK0.4600.320.36
HSL138.95º30.16%49.41%-
HSV(B)138.95º46.34%64.31%-
XYZ20.2229.820.01-
YUV135.35114.8294.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.18%
GREEN value IS 164 (64.45% from 255) = 45.05%
BLUE value IS 112 (44.14% from 255) = 30.77%
R=24.18%
G=45.05%
B=30.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal881641120.4600.320.36138.9530.1649.41
Hex58A4702E020248b1e31
Octal13024416056040442133661
Binary101100010100100111000010111001000001001001000101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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