Shades of Ocean Green #4DAD73
Tints of Ocean Green #4DAD73
RGB
CMYK
RGB Variations
Color information
#4DAD73 (or 0x4DAD73) is known color: Ocean Green. HEX triplet: 4D, AD and 73. RGB value is (77,173,115). Sum of RGB (Red+Green+Blue) = 77+173+115=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD73 is #B2528C. Grayscale: #898989. Windows color (decimal): -11686541 or 7581005. OLE color: 7581005.
HSL color Cylindrical-coordinate representation of color #4DAD73: hue angle of 143.75º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD73 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 115 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.32 |
| HSL | 143.75º | 0.38% | 0.49% | - |
| HSV(B) | 143.75º | 0.55% | 0.68% | - |
| XYZ | 21.1 | 32.7 | 21.42 | - |
| YUV | 137.68 | 115.2 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 115 | 0.55 | 0 | 0.34 | 0.32 | 143.75 | 0.38 | 0.49 |
| Hex | 4D | AD | 73 | 37 | 0 | 22 | 20 | 90 | 26 | 31 |
| Octal | 115 | 255 | 163 | 67 | 0 | 42 | 40 | 220 | 46 | 61 |
| Binary | 1001101 | 10101101 | 1110011 | 110111 | 0 | 100010 | 100000 | 10010000 | 100110 | 110001 |
Color Harmonies of #4DAD73
Complementary color
Monochromatic Colors of #4DAD73
Black with #4DAD73
Text Example
Text Example
White with #4DAD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD73; }
p { color: rgb(77,173,115); }
H1.HeaderClassName
{
color: #4DAD73;
}
.AnyTagClassName
{
color: #4DAD73;
}
</style>
background-color css
<style>
a { background-color: #4DAD73; }
a { background-color: rgb(77,173,115); }
div.DivClassName
{
background-color: #4DAD73;
}
.BgClassName
{
background-color: #4DAD73;
}
</style>
border-color css
<style>
span { border-color: #4DAD73; }
span { border-color: rgb(77,173,115); }
td.TdClassName
{
border-color: #4DAD73;
}
.TagClassName
{
border-color: #4DAD73;
}
</style>