Shades of Ocean Green #4C926C
Tints of Ocean Green #4C926C
RGB
CMYK
RGB Variations
Color information
#4C926C (or 0x4C926C) is known color: Ocean Green. HEX triplet: 4C, 92 and 6C. RGB value is (76,146,108). Sum of RGB (Red+Green+Blue) = 76+146+108=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #4C926C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C926C is #B36D93. Grayscale: #787878. Windows color (decimal): -11758996 or 7115340. OLE color: 7115340.
HSL color Cylindrical-coordinate representation of color #4C926C: hue angle of 147.43º 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 #4C926C is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 146 | 108 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.43 |
| HSL | 147.43º | 0.32% | 0.44% | - |
| HSV(B) | 147.43º | 0.48% | 0.57% | - |
| XYZ | 15.97 | 23.18 | 17.82 | - |
| YUV | 120.74 | 120.81 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 146 | 108 | 0.48 | 0 | 0.26 | 0.43 | 147.43 | 0.32 | 0.44 |
| Hex | 4C | 92 | 6C | 30 | 0 | 1A | 2B | 93 | 20 | 2C |
| Octal | 114 | 222 | 154 | 60 | 0 | 32 | 53 | 223 | 40 | 54 |
| Binary | 1001100 | 10010010 | 1101100 | 110000 | 0 | 11010 | 101011 | 10010011 | 100000 | 101100 |
Color Harmonies of #4C926C
Complementary color
Monochromatic Colors of #4C926C
Black with #4C926C
Text Example
Text Example
White with #4C926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C926C; }
p { color: rgb(76,146,108); }
H1.HeaderClassName
{
color: #4C926C;
}
.AnyTagClassName
{
color: #4C926C;
}
</style>
background-color css
<style>
a { background-color: #4C926C; }
a { background-color: rgb(76,146,108); }
div.DivClassName
{
background-color: #4C926C;
}
.BgClassName
{
background-color: #4C926C;
}
</style>
border-color css
<style>
span { border-color: #4C926C; }
span { border-color: rgb(76,146,108); }
td.TdClassName
{
border-color: #4C926C;
}
.TagClassName
{
border-color: #4C926C;
}
</style>