Shades of Ocean Green #5DA572
Tints of Ocean Green #5DA572
RGB
CMYK
RGB Variations
Color information
#5DA572 (or 0x5DA572) is known color: Ocean Green. HEX triplet: 5D, A5 and 72. RGB value is (93,165,114). Sum of RGB (Red+Green+Blue) = 93+165+114=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 165 - color contains mainly: green. Hex color #5DA572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA572 is #A25A8D. Grayscale: #898989. Windows color (decimal): -10640014 or 7513437. OLE color: 7513437.
HSL color Cylindrical-coordinate representation of color #5DA572: hue angle of 137.5º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5DA572 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 165 | 114 | - |
| CMYK | 0.44 | 0 | 0.31 | 0.35 |
| HSL | 137.5º | 0.29% | 0.51% | - |
| HSV(B) | 137.5º | 0.44% | 0.65% | - |
| XYZ | 21.01 | 30.45 | 20.69 | - |
| YUV | 137.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 165 | 114 | 0.44 | 0 | 0.31 | 0.35 | 137.5 | 0.29 | 0.51 |
| Hex | 5D | A5 | 72 | 2C | 0 | 1F | 23 | 8A | 1D | 33 |
| Octal | 135 | 245 | 162 | 54 | 0 | 37 | 43 | 212 | 35 | 63 |
| Binary | 1011101 | 10100101 | 1110010 | 101100 | 0 | 11111 | 100011 | 10001010 | 11101 | 110011 |
Color Harmonies of #5DA572
Complementary color
Monochromatic Colors of #5DA572
Black with #5DA572
Text Example
Text Example
White with #5DA572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA572; }
p { color: rgb(93,165,114); }
H1.HeaderClassName
{
color: #5DA572;
}
.AnyTagClassName
{
color: #5DA572;
}
</style>
background-color css
<style>
a { background-color: #5DA572; }
a { background-color: rgb(93,165,114); }
div.DivClassName
{
background-color: #5DA572;
}
.BgClassName
{
background-color: #5DA572;
}
</style>
border-color css
<style>
span { border-color: #5DA572; }
span { border-color: rgb(93,165,114); }
td.TdClassName
{
border-color: #5DA572;
}
.TagClassName
{
border-color: #5DA572;
}
</style>