Shades of Ocean Green #4DAB74
Tints of Ocean Green #4DAB74
RGB
CMYK
RGB Variations
Color information
#4DAB74 (or 0x4DAB74) is known color: Ocean Green. HEX triplet: 4D, AB and 74. RGB value is (77,171,116). Sum of RGB (Red+Green+Blue) = 77+171+116=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAB74 is #B2548B. Grayscale: #888888. Windows color (decimal): -11687052 or 7646029. OLE color: 7646029.
HSL color Cylindrical-coordinate representation of color #4DAB74: hue angle of 144.89º 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 #4DAB74 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 171 | 116 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.33 |
| HSL | 144.89º | 0.38% | 0.49% | - |
| HSV(B) | 144.89º | 0.55% | 0.67% | - |
| XYZ | 20.78 | 31.96 | 21.6 | - |
| YUV | 136.62 | 116.36 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 116 | 0.55 | 0 | 0.32 | 0.33 | 144.89 | 0.38 | 0.49 |
| Hex | 4D | AB | 74 | 37 | 0 | 20 | 21 | 91 | 26 | 31 |
| Octal | 115 | 253 | 164 | 67 | 0 | 40 | 41 | 221 | 46 | 61 |
| Binary | 1001101 | 10101011 | 1110100 | 110111 | 0 | 100000 | 100001 | 10010001 | 100110 | 110001 |
Color Harmonies of #4DAB74
Complementary color
Monochromatic Colors of #4DAB74
Black with #4DAB74
Text Example
Text Example
White with #4DAB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAB74; }
p { color: rgb(77,171,116); }
H1.HeaderClassName
{
color: #4DAB74;
}
.AnyTagClassName
{
color: #4DAB74;
}
</style>
background-color css
<style>
a { background-color: #4DAB74; }
a { background-color: rgb(77,171,116); }
div.DivClassName
{
background-color: #4DAB74;
}
.BgClassName
{
background-color: #4DAB74;
}
</style>
border-color css
<style>
span { border-color: #4DAB74; }
span { border-color: rgb(77,171,116); }
td.TdClassName
{
border-color: #4DAB74;
}
.TagClassName
{
border-color: #4DAB74;
}
</style>