#58A46E

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

Shades of Ocean Green #58A46E

Tints of Ocean Green #58A46E

Color information

#58A46E (or 0x58A46E) is unknown color: approx Ocean Green. HEX triplet: 58, A4 and 6E. RGB value is (88,164,110). Sum of RGB (Red+Green+Blue) = 88+164+110=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 164 - color contains mainly: green. Hex color #58A46E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A46E is #A75B91. Grayscale: #878787. Windows color (decimal): -10967954 or 7251032. OLE color: 7251032.

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

Color convert

RGB88164110-
CMYK0.4600.330.36
HSL137.37º30.16%49.41%-
HSV(B)137.37º46.34%64.31%-
XYZ20.1129.7519.43-
YUV135.12113.8294.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.31%
GREEN value IS 164 (64.45% from 255) = 45.30%
BLUE value IS 110 (43.36% from 255) = 30.39%
R=24.31%
G=45.30%
B=30.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal881641100.4600.330.36137.3730.1649.41
Hex58A46E2E02124891e31
Octal13024415656041442113661
Binary101100010100100110111010111001000011001001000100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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