Shades of Ocean Green #4DAF6C
Tints of Ocean Green #4DAF6C
RGB
CMYK
RGB Variations
Color information
#4DAF6C (or 0x4DAF6C) is known color: Ocean Green. HEX triplet: 4D, AF and 6C. RGB value is (77,175,108). Sum of RGB (Red+Green+Blue) = 77+175+108=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAF6C is #B25093. Grayscale: #8A8A8A. Windows color (decimal): -11686036 or 7122765. OLE color: 7122765.
HSL color Cylindrical-coordinate representation of color #4DAF6C: hue angle of 138.98º 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 #4DAF6C is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 175 | 108 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.31 |
| HSL | 138.98º | 0.39% | 0.49% | - |
| HSV(B) | 138.98º | 0.56% | 0.69% | - |
| XYZ | 21.1 | 33.32 | 19.51 | - |
| YUV | 138.06 | 111.03 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 108 | 0.56 | 0 | 0.38 | 0.31 | 138.98 | 0.39 | 0.49 |
| Hex | 4D | AF | 6C | 38 | 0 | 26 | 1F | 8B | 27 | 31 |
| Octal | 115 | 257 | 154 | 70 | 0 | 46 | 37 | 213 | 47 | 61 |
| Binary | 1001101 | 10101111 | 1101100 | 111000 | 0 | 100110 | 11111 | 10001011 | 100111 | 110001 |
Color Harmonies of #4DAF6C
Complementary color
Monochromatic Colors of #4DAF6C
Black with #4DAF6C
Text Example
Text Example
White with #4DAF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAF6C; }
p { color: rgb(77,175,108); }
H1.HeaderClassName
{
color: #4DAF6C;
}
.AnyTagClassName
{
color: #4DAF6C;
}
</style>
background-color css
<style>
a { background-color: #4DAF6C; }
a { background-color: rgb(77,175,108); }
div.DivClassName
{
background-color: #4DAF6C;
}
.BgClassName
{
background-color: #4DAF6C;
}
</style>
border-color css
<style>
span { border-color: #4DAF6C; }
span { border-color: rgb(77,175,108); }
td.TdClassName
{
border-color: #4DAF6C;
}
.TagClassName
{
border-color: #4DAF6C;
}
</style>