Shades of Ocean Green #4DAA71
Tints of Ocean Green #4DAA71
RGB
CMYK
RGB Variations
Color information
#4DAA71 (or 0x4DAA71) is known color: Ocean Green. HEX triplet: 4D, AA and 71. RGB value is (77,170,113). Sum of RGB (Red+Green+Blue) = 77+170+113=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA71 is #B2558E. Grayscale: #878787. Windows color (decimal): -11687311 or 7449165. OLE color: 7449165.
HSL color Cylindrical-coordinate representation of color #4DAA71: hue angle of 143.23º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAA71 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 113 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.33 |
| HSL | 143.23º | 0.38% | 0.48% | - |
| HSV(B) | 143.23º | 0.55% | 0.67% | - |
| XYZ | 20.42 | 31.52 | 20.63 | - |
| YUV | 135.7 | 115.19 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 113 | 0.55 | 0 | 0.34 | 0.33 | 143.23 | 0.38 | 0.48 |
| Hex | 4D | AA | 71 | 37 | 0 | 22 | 21 | 8F | 26 | 30 |
| Octal | 115 | 252 | 161 | 67 | 0 | 42 | 41 | 217 | 46 | 60 |
| Binary | 1001101 | 10101010 | 1110001 | 110111 | 0 | 100010 | 100001 | 10001111 | 100110 | 110000 |
Color Harmonies of #4DAA71
Complementary color
Monochromatic Colors of #4DAA71
Black with #4DAA71
Text Example
Text Example
White with #4DAA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA71; }
p { color: rgb(77,170,113); }
H1.HeaderClassName
{
color: #4DAA71;
}
.AnyTagClassName
{
color: #4DAA71;
}
</style>
background-color css
<style>
a { background-color: #4DAA71; }
a { background-color: rgb(77,170,113); }
div.DivClassName
{
background-color: #4DAA71;
}
.BgClassName
{
background-color: #4DAA71;
}
</style>
border-color css
<style>
span { border-color: #4DAA71; }
span { border-color: rgb(77,170,113); }
td.TdClassName
{
border-color: #4DAA71;
}
.TagClassName
{
border-color: #4DAA71;
}
</style>