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