#58A26D

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

Shades of Ocean Green #58A26D

Tints of Ocean Green #58A26D

Color information

#58A26D (or 0x58A26D) is unknown color: approx Ocean Green. HEX triplet: 58, A2 and 6D. RGB value is (88,162,109). Sum of RGB (Red+Green+Blue) = 88+162+109=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #58A26D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A26D is #A75D92. Grayscale: #858585. Windows color (decimal): -10968467 or 7184984. OLE color: 7184984.

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

Color convert

RGB88162109-
CMYK0.4600.330.36
HSL137.03º29.6%49.02%-
HSV(B)137.03º45.68%63.53%-
XYZ19.7129.0219.03-
YUV133.83113.9895.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.51%
GREEN value IS 162 (63.67% from 255) = 45.13%
BLUE value IS 109 (42.97% from 255) = 30.36%
R=24.51%
G=45.13%
B=30.36%

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
Decimal881621090.4600.330.36137.0329.649.02
Hex58A26D2E02124891e31
Octal13024215556041442113661
Binary101100010100010110110110111001000011001001000100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,162,109); }

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

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

 a { background-color: rgb(88,162,109); }

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

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

 span { border-color: rgb(88,162,109); }

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