Shades of Ocean Green #4FB36B
Tints of Ocean Green #4FB36B
RGB
CMYK
RGB Variations
Color information
#4FB36B (or 0x4FB36B) is known color: Ocean Green. HEX triplet: 4F, B3 and 6B. RGB value is (79,179,107). Sum of RGB (Red+Green+Blue) = 79+179+107=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #4FB36B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB36B is #B04C94. Grayscale: #8D8D8D. Windows color (decimal): -11553941 or 7058255. OLE color: 7058255.
HSL color Cylindrical-coordinate representation of color #4FB36B: hue angle of 136.8º 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 #4FB36B is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 79 | 179 | 107 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.30 |
| HSL | 136.8º | 0.4% | 0.51% | - |
| HSV(B) | 136.8º | 0.56% | 0.7% | - |
| XYZ | 22 | 34.96 | 19.5 | - |
| YUV | 140.89 | 108.87 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 179 | 107 | 0.56 | 0 | 0.40 | 0.30 | 136.8 | 0.4 | 0.51 |
| Hex | 4F | B3 | 6B | 38 | 0 | 28 | 1E | 89 | 28 | 33 |
| Octal | 117 | 263 | 153 | 70 | 0 | 50 | 36 | 211 | 50 | 63 |
| Binary | 1001111 | 10110011 | 1101011 | 111000 | 0 | 101000 | 11110 | 10001001 | 101000 | 110011 |
Color Harmonies of #4FB36B
Complementary color
Monochromatic Colors of #4FB36B
Black with #4FB36B
Text Example
Text Example
White with #4FB36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB36B; }
p { color: rgb(79,179,107); }
H1.HeaderClassName
{
color: #4FB36B;
}
.AnyTagClassName
{
color: #4FB36B;
}
</style>
background-color css
<style>
a { background-color: #4FB36B; }
a { background-color: rgb(79,179,107); }
div.DivClassName
{
background-color: #4FB36B;
}
.BgClassName
{
background-color: #4FB36B;
}
</style>
border-color css
<style>
span { border-color: #4FB36B; }
span { border-color: rgb(79,179,107); }
td.TdClassName
{
border-color: #4FB36B;
}
.TagClassName
{
border-color: #4FB36B;
}
</style>