Shades of Ocean Green #4FB36D
Tints of Ocean Green #4FB36D
RGB
CMYK
RGB Variations
Color information
#4FB36D (or 0x4FB36D) is known color: Ocean Green. HEX triplet: 4F, B3 and 6D. RGB value is (79,179,109). Sum of RGB (Red+Green+Blue) = 79+179+109=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 179 - color contains mainly: green. Hex color #4FB36D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB36D is #B04C92. Grayscale: #8D8D8D. Windows color (decimal): -11553939 or 7189327. OLE color: 7189327.
HSL color Cylindrical-coordinate representation of color #4FB36D: hue angle of 138º 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 #4FB36D is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 79 | 179 | 109 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.30 |
| HSL | 138º | 0.4% | 0.51% | - |
| HSV(B) | 138º | 0.56% | 0.7% | - |
| XYZ | 22.1 | 35.01 | 20.06 | - |
| YUV | 141.12 | 109.87 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 179 | 109 | 0.56 | 0 | 0.39 | 0.30 | 138 | 0.4 | 0.51 |
| Hex | 4F | B3 | 6D | 38 | 0 | 27 | 1E | 8A | 28 | 33 |
| Octal | 117 | 263 | 155 | 70 | 0 | 47 | 36 | 212 | 50 | 63 |
| Binary | 1001111 | 10110011 | 1101101 | 111000 | 0 | 100111 | 11110 | 10001010 | 101000 | 110011 |
Color Harmonies of #4FB36D
Complementary color
Monochromatic Colors of #4FB36D
Black with #4FB36D
Text Example
Text Example
White with #4FB36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB36D; }
p { color: rgb(79,179,109); }
H1.HeaderClassName
{
color: #4FB36D;
}
.AnyTagClassName
{
color: #4FB36D;
}
</style>
background-color css
<style>
a { background-color: #4FB36D; }
a { background-color: rgb(79,179,109); }
div.DivClassName
{
background-color: #4FB36D;
}
.BgClassName
{
background-color: #4FB36D;
}
</style>
border-color css
<style>
span { border-color: #4FB36D; }
span { border-color: rgb(79,179,109); }
td.TdClassName
{
border-color: #4FB36D;
}
.TagClassName
{
border-color: #4FB36D;
}
</style>