Shades of Ocean Green #4FB372
Tints of Ocean Green #4FB372
RGB
CMYK
RGB Variations
Color information
#4FB372 (or 0x4FB372) is known color: Ocean Green. HEX triplet: 4F, B3 and 72. RGB value is (79,179,114). Sum of RGB (Red+Green+Blue) = 79+179+114=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #4FB372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB372 is #B04C8D. Grayscale: #8D8D8D. Windows color (decimal): -11553934 or 7517007. OLE color: 7517007.
HSL color Cylindrical-coordinate representation of color #4FB372: hue angle of 141º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB372 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 79 | 179 | 114 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.30 |
| HSL | 141º | 0.4% | 0.51% | - |
| HSV(B) | 141º | 0.56% | 0.7% | - |
| XYZ | 22.38 | 35.12 | 21.52 | - |
| YUV | 141.69 | 112.37 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 179 | 114 | 0.56 | 0 | 0.36 | 0.30 | 141 | 0.4 | 0.51 |
| Hex | 4F | B3 | 72 | 38 | 0 | 24 | 1E | 8D | 28 | 33 |
| Octal | 117 | 263 | 162 | 70 | 0 | 44 | 36 | 215 | 50 | 63 |
| Binary | 1001111 | 10110011 | 1110010 | 111000 | 0 | 100100 | 11110 | 10001101 | 101000 | 110011 |
Color Harmonies of #4FB372
Complementary color
Monochromatic Colors of #4FB372
Black with #4FB372
Text Example
Text Example
White with #4FB372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB372; }
p { color: rgb(79,179,114); }
H1.HeaderClassName
{
color: #4FB372;
}
.AnyTagClassName
{
color: #4FB372;
}
</style>
background-color css
<style>
a { background-color: #4FB372; }
a { background-color: rgb(79,179,114); }
div.DivClassName
{
background-color: #4FB372;
}
.BgClassName
{
background-color: #4FB372;
}
</style>
border-color css
<style>
span { border-color: #4FB372; }
span { border-color: rgb(79,179,114); }
td.TdClassName
{
border-color: #4FB372;
}
.TagClassName
{
border-color: #4FB372;
}
</style>