Shades of Ocean Green #4DAA73
Tints of Ocean Green #4DAA73
RGB
CMYK
RGB Variations
Color information
#4DAA73 (or 0x4DAA73) is known color: Ocean Green. HEX triplet: 4D, AA and 73. RGB value is (77,170,115). Sum of RGB (Red+Green+Blue) = 77+170+115=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA73 is #B2558C. Grayscale: #888888. Windows color (decimal): -11687309 or 7580237. OLE color: 7580237.
HSL color Cylindrical-coordinate representation of color #4DAA73: hue angle of 144.52º 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 #4DAA73 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 115 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.33 |
| HSL | 144.52º | 0.38% | 0.48% | - |
| HSV(B) | 144.52º | 0.55% | 0.67% | - |
| XYZ | 20.53 | 31.57 | 21.23 | - |
| YUV | 135.92 | 116.19 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 115 | 0.55 | 0 | 0.32 | 0.33 | 144.52 | 0.38 | 0.48 |
| Hex | 4D | AA | 73 | 37 | 0 | 20 | 21 | 91 | 26 | 30 |
| Octal | 115 | 252 | 163 | 67 | 0 | 40 | 41 | 221 | 46 | 60 |
| Binary | 1001101 | 10101010 | 1110011 | 110111 | 0 | 100000 | 100001 | 10010001 | 100110 | 110000 |
Color Harmonies of #4DAA73
Complementary color
Monochromatic Colors of #4DAA73
Black with #4DAA73
Text Example
Text Example
White with #4DAA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA73; }
p { color: rgb(77,170,115); }
H1.HeaderClassName
{
color: #4DAA73;
}
.AnyTagClassName
{
color: #4DAA73;
}
</style>
background-color css
<style>
a { background-color: #4DAA73; }
a { background-color: rgb(77,170,115); }
div.DivClassName
{
background-color: #4DAA73;
}
.BgClassName
{
background-color: #4DAA73;
}
</style>
border-color css
<style>
span { border-color: #4DAA73; }
span { border-color: rgb(77,170,115); }
td.TdClassName
{
border-color: #4DAA73;
}
.TagClassName
{
border-color: #4DAA73;
}
</style>