Shades of Ocean Green #58A56B
Tints of Ocean Green #58A56B
RGB
CMYK
RGB Variations
Color information
#58A56B (or 0x58A56B) is known color: Ocean Green. HEX triplet: 58, A5 and 6B. RGB value is (88,165,107). Sum of RGB (Red+Green+Blue) = 88+165+107=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 165 - color contains mainly: green. Hex color #58A56B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A56B is #A75A94. Grayscale: #878787. Windows color (decimal): -10967701 or 7054680. OLE color: 7054680.
HSL color Cylindrical-coordinate representation of color #58A56B: hue angle of 134.81º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A56B is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 165 | 107 | - |
| CMYK | 0.47 | 0 | 0.35 | 0.35 |
| HSL | 134.81º | 0.3% | 0.5% | - |
| HSV(B) | 134.81º | 0.47% | 0.65% | - |
| XYZ | 20.13 | 30.05 | 18.65 | - |
| YUV | 135.37 | 111.99 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 165 | 107 | 0.47 | 0 | 0.35 | 0.35 | 134.81 | 0.3 | 0.5 |
| Hex | 58 | A5 | 6B | 2F | 0 | 23 | 23 | 87 | 1E | 32 |
| Octal | 130 | 245 | 153 | 57 | 0 | 43 | 43 | 207 | 36 | 62 |
| Binary | 1011000 | 10100101 | 1101011 | 101111 | 0 | 100011 | 100011 | 10000111 | 11110 | 110010 |
Color Harmonies of #58A56B
Complementary color
Monochromatic Colors of #58A56B
Black with #58A56B
Text Example
Text Example
White with #58A56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A56B; }
p { color: rgb(88,165,107); }
H1.HeaderClassName
{
color: #58A56B;
}
.AnyTagClassName
{
color: #58A56B;
}
</style>
background-color css
<style>
a { background-color: #58A56B; }
a { background-color: rgb(88,165,107); }
div.DivClassName
{
background-color: #58A56B;
}
.BgClassName
{
background-color: #58A56B;
}
</style>
border-color css
<style>
span { border-color: #58A56B; }
span { border-color: rgb(88,165,107); }
td.TdClassName
{
border-color: #58A56B;
}
.TagClassName
{
border-color: #58A56B;
}
</style>