Shades of Ocean Green #4DB175
Tints of Ocean Green #4DB175
RGB
CMYK
RGB Variations
Color information
#4DB175 (or 0x4DB175) is known color: Ocean Green. HEX triplet: 4D, B1 and 75. RGB value is (77,177,117). Sum of RGB (Red+Green+Blue) = 77+177+117=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB175 is #B24E8A. Grayscale: #8C8C8C. Windows color (decimal): -11685515 or 7713101. OLE color: 7713101.
HSL color Cylindrical-coordinate representation of color #4DB175: hue angle of 144º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DB175 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 177 | 117 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.31 |
| HSL | 144º | 0.39% | 0.5% | - |
| HSV(B) | 144º | 0.56% | 0.69% | - |
| XYZ | 21.99 | 34.31 | 22.29 | - |
| YUV | 140.26 | 114.87 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 177 | 117 | 0.56 | 0 | 0.34 | 0.31 | 144 | 0.39 | 0.5 |
| Hex | 4D | B1 | 75 | 38 | 0 | 22 | 1F | 90 | 27 | 32 |
| Octal | 115 | 261 | 165 | 70 | 0 | 42 | 37 | 220 | 47 | 62 |
| Binary | 1001101 | 10110001 | 1110101 | 111000 | 0 | 100010 | 11111 | 10010000 | 100111 | 110010 |
Color Harmonies of #4DB175
Complementary color
Monochromatic Colors of #4DB175
Black with #4DB175
Text Example
Text Example
White with #4DB175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB175; }
p { color: rgb(77,177,117); }
H1.HeaderClassName
{
color: #4DB175;
}
.AnyTagClassName
{
color: #4DB175;
}
</style>
background-color css
<style>
a { background-color: #4DB175; }
a { background-color: rgb(77,177,117); }
div.DivClassName
{
background-color: #4DB175;
}
.BgClassName
{
background-color: #4DB175;
}
</style>
border-color css
<style>
span { border-color: #4DB175; }
span { border-color: rgb(77,177,117); }
td.TdClassName
{
border-color: #4DB175;
}
.TagClassName
{
border-color: #4DB175;
}
</style>