Shades of Ocean Green #4D9473
Tints of Ocean Green #4D9473
RGB
CMYK
RGB Variations
Color information
#4D9473 (or 0x4D9473) is known color: Ocean Green. HEX triplet: 4D, 94 and 73. RGB value is (77,148,115). Sum of RGB (Red+Green+Blue) = 77+148+115=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #4D9473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9473 is #B26B8C. Grayscale: #7B7B7B. Windows color (decimal): -11692941 or 7574605. OLE color: 7574605.
HSL color Cylindrical-coordinate representation of color #4D9473: hue angle of 152.11º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D9473 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 148 | 115 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.42 |
| HSL | 152.11º | 0.32% | 0.44% | - |
| HSV(B) | 152.11º | 0.48% | 0.58% | - |
| XYZ | 16.74 | 24 | 19.97 | - |
| YUV | 123.01 | 123.48 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 148 | 115 | 0.48 | 0 | 0.22 | 0.42 | 152.11 | 0.32 | 0.44 |
| Hex | 4D | 94 | 73 | 30 | 0 | 16 | 2A | 98 | 20 | 2C |
| Octal | 115 | 224 | 163 | 60 | 0 | 26 | 52 | 230 | 40 | 54 |
| Binary | 1001101 | 10010100 | 1110011 | 110000 | 0 | 10110 | 101010 | 10011000 | 100000 | 101100 |
Color Harmonies of #4D9473
Complementary color
Monochromatic Colors of #4D9473
Black with #4D9473
Text Example
Text Example
White with #4D9473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9473; }
p { color: rgb(77,148,115); }
H1.HeaderClassName
{
color: #4D9473;
}
.AnyTagClassName
{
color: #4D9473;
}
</style>
background-color css
<style>
a { background-color: #4D9473; }
a { background-color: rgb(77,148,115); }
div.DivClassName
{
background-color: #4D9473;
}
.BgClassName
{
background-color: #4D9473;
}
</style>
border-color css
<style>
span { border-color: #4D9473; }
span { border-color: rgb(77,148,115); }
td.TdClassName
{
border-color: #4D9473;
}
.TagClassName
{
border-color: #4D9473;
}
</style>