Shades of Ocean Green #4DAF77
Tints of Ocean Green #4DAF77
RGB
CMYK
RGB Variations
Color information
#4DAF77 (or 0x4DAF77) is known color: Ocean Green. HEX triplet: 4D, AF and 77. RGB value is (77,175,119). Sum of RGB (Red+Green+Blue) = 77+175+119=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAF77 is #B25088. Grayscale: #8B8B8B. Windows color (decimal): -11686025 or 7843661. OLE color: 7843661.
HSL color Cylindrical-coordinate representation of color #4DAF77: hue angle of 145.71º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAF77 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 175 | 119 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.31 |
| HSL | 145.71º | 0.39% | 0.49% | - |
| HSV(B) | 145.71º | 0.56% | 0.69% | - |
| XYZ | 21.72 | 33.57 | 22.79 | - |
| YUV | 139.31 | 116.53 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 119 | 0.56 | 0 | 0.32 | 0.31 | 145.71 | 0.39 | 0.49 |
| Hex | 4D | AF | 77 | 38 | 0 | 20 | 1F | 92 | 27 | 31 |
| Octal | 115 | 257 | 167 | 70 | 0 | 40 | 37 | 222 | 47 | 61 |
| Binary | 1001101 | 10101111 | 1110111 | 111000 | 0 | 100000 | 11111 | 10010010 | 100111 | 110001 |
Color Harmonies of #4DAF77
Complementary color
Monochromatic Colors of #4DAF77
Black with #4DAF77
Text Example
Text Example
White with #4DAF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAF77; }
p { color: rgb(77,175,119); }
H1.HeaderClassName
{
color: #4DAF77;
}
.AnyTagClassName
{
color: #4DAF77;
}
</style>
background-color css
<style>
a { background-color: #4DAF77; }
a { background-color: rgb(77,175,119); }
div.DivClassName
{
background-color: #4DAF77;
}
.BgClassName
{
background-color: #4DAF77;
}
</style>
border-color css
<style>
span { border-color: #4DAF77; }
span { border-color: rgb(77,175,119); }
td.TdClassName
{
border-color: #4DAF77;
}
.TagClassName
{
border-color: #4DAF77;
}
</style>