Shades of Ocean Green #4DAF74
Tints of Ocean Green #4DAF74
RGB
CMYK
RGB Variations
Color information
#4DAF74 (or 0x4DAF74) is known color: Ocean Green. HEX triplet: 4D, AF and 74. RGB value is (77,175,116). Sum of RGB (Red+Green+Blue) = 77+175+116=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAF74 is #B2508B. Grayscale: #8B8B8B. Windows color (decimal): -11686028 or 7647053. OLE color: 7647053.
HSL color Cylindrical-coordinate representation of color #4DAF74: hue angle of 143.88º 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 #4DAF74 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 175 | 116 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.31 |
| HSL | 143.88º | 0.39% | 0.49% | - |
| HSV(B) | 143.88º | 0.56% | 0.69% | - |
| XYZ | 21.54 | 33.5 | 21.85 | - |
| YUV | 138.97 | 115.03 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 116 | 0.56 | 0 | 0.34 | 0.31 | 143.88 | 0.39 | 0.49 |
| Hex | 4D | AF | 74 | 38 | 0 | 22 | 1F | 90 | 27 | 31 |
| Octal | 115 | 257 | 164 | 70 | 0 | 42 | 37 | 220 | 47 | 61 |
| Binary | 1001101 | 10101111 | 1110100 | 111000 | 0 | 100010 | 11111 | 10010000 | 100111 | 110001 |
Color Harmonies of #4DAF74
Complementary color
Monochromatic Colors of #4DAF74
Black with #4DAF74
Text Example
Text Example
White with #4DAF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAF74; }
p { color: rgb(77,175,116); }
H1.HeaderClassName
{
color: #4DAF74;
}
.AnyTagClassName
{
color: #4DAF74;
}
</style>
background-color css
<style>
a { background-color: #4DAF74; }
a { background-color: rgb(77,175,116); }
div.DivClassName
{
background-color: #4DAF74;
}
.BgClassName
{
background-color: #4DAF74;
}
</style>
border-color css
<style>
span { border-color: #4DAF74; }
span { border-color: rgb(77,175,116); }
td.TdClassName
{
border-color: #4DAF74;
}
.TagClassName
{
border-color: #4DAF74;
}
</style>