Shades of Ocean Green #4D926B
Tints of Ocean Green #4D926B
RGB
CMYK
RGB Variations
Color information
#4D926B (or 0x4D926B) is known color: Ocean Green. HEX triplet: 4D, 92 and 6B. RGB value is (77,146,107). Sum of RGB (Red+Green+Blue) = 77+146+107=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #4D926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D926B is #B26D94. Grayscale: #797979. Windows color (decimal): -11693461 or 7049805. OLE color: 7049805.
HSL color Cylindrical-coordinate representation of color #4D926B: hue angle of 146.09º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D926B is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 146 | 107 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.43 |
| HSL | 146.09º | 0.31% | 0.44% | - |
| HSV(B) | 146.09º | 0.47% | 0.57% | - |
| XYZ | 15.99 | 23.2 | 17.54 | - |
| YUV | 120.92 | 120.14 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 146 | 107 | 0.47 | 0 | 0.27 | 0.43 | 146.09 | 0.31 | 0.44 |
| Hex | 4D | 92 | 6B | 2F | 0 | 1B | 2B | 92 | 1F | 2C |
| Octal | 115 | 222 | 153 | 57 | 0 | 33 | 53 | 222 | 37 | 54 |
| Binary | 1001101 | 10010010 | 1101011 | 101111 | 0 | 11011 | 101011 | 10010010 | 11111 | 101100 |
Color Harmonies of #4D926B
Complementary color
Monochromatic Colors of #4D926B
Black with #4D926B
Text Example
Text Example
White with #4D926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D926B; }
p { color: rgb(77,146,107); }
H1.HeaderClassName
{
color: #4D926B;
}
.AnyTagClassName
{
color: #4D926B;
}
</style>
background-color css
<style>
a { background-color: #4D926B; }
a { background-color: rgb(77,146,107); }
div.DivClassName
{
background-color: #4D926B;
}
.BgClassName
{
background-color: #4D926B;
}
</style>
border-color css
<style>
span { border-color: #4D926B; }
span { border-color: rgb(77,146,107); }
td.TdClassName
{
border-color: #4D926B;
}
.TagClassName
{
border-color: #4D926B;
}
</style>