Shades of Ocean Green #4DB673
Tints of Ocean Green #4DB673
RGB
CMYK
RGB Variations
Color information
#4DB673 (or 0x4DB673) is known color: Ocean Green. HEX triplet: 4D, B6 and 73. RGB value is (77,182,115). Sum of RGB (Red+Green+Blue) = 77+182+115=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB673 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB673 is #B2498C. Grayscale: #8F8F8F. Windows color (decimal): -11684237 or 7583309. OLE color: 7583309.
HSL color Cylindrical-coordinate representation of color #4DB673: hue angle of 141.71º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB673 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 182 | 115 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.29 |
| HSL | 141.71º | 0.42% | 0.51% | - |
| HSV(B) | 141.71º | 0.58% | 0.71% | - |
| XYZ | 22.88 | 36.27 | 22.01 | - |
| YUV | 142.97 | 112.21 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 182 | 115 | 0.58 | 0 | 0.37 | 0.29 | 141.71 | 0.42 | 0.51 |
| Hex | 4D | B6 | 73 | 3A | 0 | 25 | 1D | 8E | 2A | 33 |
| Octal | 115 | 266 | 163 | 72 | 0 | 45 | 35 | 216 | 52 | 63 |
| Binary | 1001101 | 10110110 | 1110011 | 111010 | 0 | 100101 | 11101 | 10001110 | 101010 | 110011 |
Color Harmonies of #4DB673
Complementary color
Monochromatic Colors of #4DB673
Black with #4DB673
Text Example
Text Example
White with #4DB673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB673; }
p { color: rgb(77,182,115); }
H1.HeaderClassName
{
color: #4DB673;
}
.AnyTagClassName
{
color: #4DB673;
}
</style>
background-color css
<style>
a { background-color: #4DB673; }
a { background-color: rgb(77,182,115); }
div.DivClassName
{
background-color: #4DB673;
}
.BgClassName
{
background-color: #4DB673;
}
</style>
border-color css
<style>
span { border-color: #4DB673; }
span { border-color: rgb(77,182,115); }
td.TdClassName
{
border-color: #4DB673;
}
.TagClassName
{
border-color: #4DB673;
}
</style>