Shades of Ocean Green #4DAC7C
Tints of Ocean Green #4DAC7C
RGB
CMYK
RGB Variations
Color information
#4DAC7C (or 0x4DAC7C) is known color: Ocean Green. HEX triplet: 4D, AC and 7C. RGB value is (77,172,124). Sum of RGB (Red+Green+Blue) = 77+172+124=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC7C is #B25383. Grayscale: #8A8A8A. Windows color (decimal): -11686788 or 8170573. OLE color: 8170573.
HSL color Cylindrical-coordinate representation of color #4DAC7C: hue angle of 149.68º 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 #4DAC7C is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 124 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.33 |
| HSL | 149.68º | 0.38% | 0.49% | - |
| HSV(B) | 149.68º | 0.55% | 0.67% | - |
| XYZ | 21.45 | 32.54 | 24.22 | - |
| YUV | 138.12 | 120.03 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 124 | 0.55 | 0 | 0.28 | 0.33 | 149.68 | 0.38 | 0.49 |
| Hex | 4D | AC | 7C | 37 | 0 | 1C | 21 | 96 | 26 | 31 |
| Octal | 115 | 254 | 174 | 67 | 0 | 34 | 41 | 226 | 46 | 61 |
| Binary | 1001101 | 10101100 | 1111100 | 110111 | 0 | 11100 | 100001 | 10010110 | 100110 | 110001 |
Color Harmonies of #4DAC7C
Complementary color
Monochromatic Colors of #4DAC7C
Black with #4DAC7C
Text Example
Text Example
White with #4DAC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC7C; }
p { color: rgb(77,172,124); }
H1.HeaderClassName
{
color: #4DAC7C;
}
.AnyTagClassName
{
color: #4DAC7C;
}
</style>
background-color css
<style>
a { background-color: #4DAC7C; }
a { background-color: rgb(77,172,124); }
div.DivClassName
{
background-color: #4DAC7C;
}
.BgClassName
{
background-color: #4DAC7C;
}
</style>
border-color css
<style>
span { border-color: #4DAC7C; }
span { border-color: rgb(77,172,124); }
td.TdClassName
{
border-color: #4DAC7C;
}
.TagClassName
{
border-color: #4DAC7C;
}
</style>