Shades of Ocean Green #4C946F
Tints of Ocean Green #4C946F
RGB
CMYK
RGB Variations
Color information
#4C946F (or 0x4C946F) is known color: Ocean Green. HEX triplet: 4C, 94 and 6F. RGB value is (76,148,111). Sum of RGB (Red+Green+Blue) = 76+148+111=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #4C946F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C946F is #B36B90. Grayscale: #7A7A7A. Windows color (decimal): -11758481 or 7312460. OLE color: 7312460.
HSL color Cylindrical-coordinate representation of color #4C946F: hue angle of 149.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C946F is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 148 | 111 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.42 |
| HSL | 149.17º | 0.32% | 0.44% | - |
| HSV(B) | 149.17º | 0.49% | 0.58% | - |
| XYZ | 16.44 | 23.86 | 18.78 | - |
| YUV | 122.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 148 | 111 | 0.49 | 0 | 0.25 | 0.42 | 149.17 | 0.32 | 0.44 |
| Hex | 4C | 94 | 6F | 31 | 0 | 19 | 2A | 95 | 20 | 2C |
| Octal | 114 | 224 | 157 | 61 | 0 | 31 | 52 | 225 | 40 | 54 |
| Binary | 1001100 | 10010100 | 1101111 | 110001 | 0 | 11001 | 101010 | 10010101 | 100000 | 101100 |
Color Harmonies of #4C946F
Complementary color
Monochromatic Colors of #4C946F
Black with #4C946F
Text Example
Text Example
White with #4C946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C946F; }
p { color: rgb(76,148,111); }
H1.HeaderClassName
{
color: #4C946F;
}
.AnyTagClassName
{
color: #4C946F;
}
</style>
background-color css
<style>
a { background-color: #4C946F; }
a { background-color: rgb(76,148,111); }
div.DivClassName
{
background-color: #4C946F;
}
.BgClassName
{
background-color: #4C946F;
}
</style>
border-color css
<style>
span { border-color: #4C946F; }
span { border-color: rgb(76,148,111); }
td.TdClassName
{
border-color: #4C946F;
}
.TagClassName
{
border-color: #4C946F;
}
</style>