Shades of Ocean Green #4BB177
Tints of Ocean Green #4BB177
RGB
CMYK
RGB Variations
Color information
#4BB177 (or 0x4BB177) is known color: Ocean Green. HEX triplet: 4B, B1 and 77. RGB value is (75,177,119). Sum of RGB (Red+Green+Blue) = 75+177+119=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #4BB177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BB177 is #B44E88. Grayscale: #8C8C8C. Windows color (decimal): -11816585 or 7844171. OLE color: 7844171.
HSL color Cylindrical-coordinate representation of color #4BB177: hue angle of 145.88º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB177 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 177 | 119 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.31 |
| HSL | 145.88º | 0.4% | 0.49% | - |
| HSV(B) | 145.88º | 0.58% | 0.69% | - |
| XYZ | 21.95 | 34.27 | 22.91 | - |
| YUV | 139.89 | 116.21 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 177 | 119 | 0.58 | 0 | 0.33 | 0.31 | 145.88 | 0.4 | 0.49 |
| Hex | 4B | B1 | 77 | 3A | 0 | 21 | 1F | 92 | 28 | 31 |
| Octal | 113 | 261 | 167 | 72 | 0 | 41 | 37 | 222 | 50 | 61 |
| Binary | 1001011 | 10110001 | 1110111 | 111010 | 0 | 100001 | 11111 | 10010010 | 101000 | 110001 |
Color Harmonies of #4BB177
Complementary color
Monochromatic Colors of #4BB177
Black with #4BB177
Text Example
Text Example
White with #4BB177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB177; }
p { color: rgb(75,177,119); }
H1.HeaderClassName
{
color: #4BB177;
}
.AnyTagClassName
{
color: #4BB177;
}
</style>
background-color css
<style>
a { background-color: #4BB177; }
a { background-color: rgb(75,177,119); }
div.DivClassName
{
background-color: #4BB177;
}
.BgClassName
{
background-color: #4BB177;
}
</style>
border-color css
<style>
span { border-color: #4BB177; }
span { border-color: rgb(75,177,119); }
td.TdClassName
{
border-color: #4BB177;
}
.TagClassName
{
border-color: #4BB177;
}
</style>