Shades of Ocean Green #4DAC73
Tints of Ocean Green #4DAC73
RGB
CMYK
RGB Variations
Color information
#4DAC73 (or 0x4DAC73) is known color: Ocean Green. HEX triplet: 4D, AC and 73. RGB value is (77,172,115). Sum of RGB (Red+Green+Blue) = 77+172+115=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC73 is #B2538C. Grayscale: #898989. Windows color (decimal): -11686797 or 7580749. OLE color: 7580749.
HSL color Cylindrical-coordinate representation of color #4DAC73: hue angle of 144º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAC73 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 115 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.33 |
| HSL | 144º | 0.38% | 0.49% | - |
| HSV(B) | 144º | 0.55% | 0.67% | - |
| XYZ | 20.91 | 32.32 | 21.36 | - |
| YUV | 137.1 | 115.53 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 115 | 0.55 | 0 | 0.33 | 0.33 | 144 | 0.38 | 0.49 |
| Hex | 4D | AC | 73 | 37 | 0 | 21 | 21 | 90 | 26 | 31 |
| Octal | 115 | 254 | 163 | 67 | 0 | 41 | 41 | 220 | 46 | 61 |
| Binary | 1001101 | 10101100 | 1110011 | 110111 | 0 | 100001 | 100001 | 10010000 | 100110 | 110001 |
Color Harmonies of #4DAC73
Complementary color
Monochromatic Colors of #4DAC73
Black with #4DAC73
Text Example
Text Example
White with #4DAC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC73; }
p { color: rgb(77,172,115); }
H1.HeaderClassName
{
color: #4DAC73;
}
.AnyTagClassName
{
color: #4DAC73;
}
</style>
background-color css
<style>
a { background-color: #4DAC73; }
a { background-color: rgb(77,172,115); }
div.DivClassName
{
background-color: #4DAC73;
}
.BgClassName
{
background-color: #4DAC73;
}
</style>
border-color css
<style>
span { border-color: #4DAC73; }
span { border-color: rgb(77,172,115); }
td.TdClassName
{
border-color: #4DAC73;
}
.TagClassName
{
border-color: #4DAC73;
}
</style>