Shades of Ocean Green #58956D
Tints of Ocean Green #58956D
RGB
CMYK
RGB Variations
Color information
#58956D (or 0x58956D) is known color: Ocean Green. HEX triplet: 58, 95 and 6D. RGB value is (88,149,109). Sum of RGB (Red+Green+Blue) = 88+149+109=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #58956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58956D is #A76A92. Grayscale: #7E7E7E. Windows color (decimal): -10971795 or 7181656. OLE color: 7181656.
HSL color Cylindrical-coordinate representation of color #58956D: hue angle of 140.66º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58956D is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 149 | 109 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.42 |
| HSL | 140.66º | 0.26% | 0.46% | - |
| HSV(B) | 140.66º | 0.41% | 0.58% | - |
| XYZ | 17.53 | 24.67 | 18.31 | - |
| YUV | 126.2 | 118.29 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 149 | 109 | 0.41 | 0 | 0.27 | 0.42 | 140.66 | 0.26 | 0.46 |
| Hex | 58 | 95 | 6D | 29 | 0 | 1B | 2A | 8D | 1A | 2E |
| Octal | 130 | 225 | 155 | 51 | 0 | 33 | 52 | 215 | 32 | 56 |
| Binary | 1011000 | 10010101 | 1101101 | 101001 | 0 | 11011 | 101010 | 10001101 | 11010 | 101110 |
Color Harmonies of #58956D
Complementary color
Monochromatic Colors of #58956D
Black with #58956D
Text Example
Text Example
White with #58956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58956D; }
p { color: rgb(88,149,109); }
H1.HeaderClassName
{
color: #58956D;
}
.AnyTagClassName
{
color: #58956D;
}
</style>
background-color css
<style>
a { background-color: #58956D; }
a { background-color: rgb(88,149,109); }
div.DivClassName
{
background-color: #58956D;
}
.BgClassName
{
background-color: #58956D;
}
</style>
border-color css
<style>
span { border-color: #58956D; }
span { border-color: rgb(88,149,109); }
td.TdClassName
{
border-color: #58956D;
}
.TagClassName
{
border-color: #58956D;
}
</style>