Shades of Ocean Green #4C926F
Tints of Ocean Green #4C926F
RGB
CMYK
RGB Variations
Color information
#4C926F (or 0x4C926F) is known color: Ocean Green. HEX triplet: 4C, 92 and 6F. RGB value is (76,146,111). Sum of RGB (Red+Green+Blue) = 76+146+111=333 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.82% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #4C926F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C926F is #B36D90. Grayscale: #797979. Windows color (decimal): -11758993 or 7311948. OLE color: 7311948.
HSL color Cylindrical-coordinate representation of color #4C926F: hue angle of 150º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C926F is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 146 | 111 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.43 |
| HSL | 150º | 0.32% | 0.44% | - |
| HSV(B) | 150º | 0.48% | 0.57% | - |
| XYZ | 16.13 | 23.24 | 18.68 | - |
| YUV | 121.08 | 122.31 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 146 | 111 | 0.48 | 0 | 0.24 | 0.43 | 150 | 0.32 | 0.44 |
| Hex | 4C | 92 | 6F | 30 | 0 | 18 | 2B | 96 | 20 | 2C |
| Octal | 114 | 222 | 157 | 60 | 0 | 30 | 53 | 226 | 40 | 54 |
| Binary | 1001100 | 10010010 | 1101111 | 110000 | 0 | 11000 | 101011 | 10010110 | 100000 | 101100 |
Color Harmonies of #4C926F
Complementary color
Monochromatic Colors of #4C926F
Black with #4C926F
Text Example
Text Example
White with #4C926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C926F; }
p { color: rgb(76,146,111); }
H1.HeaderClassName
{
color: #4C926F;
}
.AnyTagClassName
{
color: #4C926F;
}
</style>
background-color css
<style>
a { background-color: #4C926F; }
a { background-color: rgb(76,146,111); }
div.DivClassName
{
background-color: #4C926F;
}
.BgClassName
{
background-color: #4C926F;
}
</style>
border-color css
<style>
span { border-color: #4C926F; }
span { border-color: rgb(76,146,111); }
td.TdClassName
{
border-color: #4C926F;
}
.TagClassName
{
border-color: #4C926F;
}
</style>