Shades of Ocean Green #4BB276
Tints of Ocean Green #4BB276
RGB
CMYK
RGB Variations
Color information
#4BB276 (or 0x4BB276) is known color: Ocean Green. HEX triplet: 4B, B2 and 76. RGB value is (75,178,118). Sum of RGB (Red+Green+Blue) = 75+178+118=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #4BB276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BB276 is #B44D89. Grayscale: #8C8C8C. Windows color (decimal): -11816330 or 7778891. OLE color: 7778891.
HSL color Cylindrical-coordinate representation of color #4BB276: hue angle of 145.05º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB276 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 75 | 178 | 118 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.30 |
| HSL | 145.05º | 0.41% | 0.5% | - |
| HSV(B) | 145.05º | 0.58% | 0.7% | - |
| XYZ | 22.09 | 34.64 | 22.66 | - |
| YUV | 140.36 | 115.38 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 178 | 118 | 0.58 | 0 | 0.34 | 0.30 | 145.05 | 0.41 | 0.5 |
| Hex | 4B | B2 | 76 | 3A | 0 | 22 | 1E | 91 | 29 | 32 |
| Octal | 113 | 262 | 166 | 72 | 0 | 42 | 36 | 221 | 51 | 62 |
| Binary | 1001011 | 10110010 | 1110110 | 111010 | 0 | 100010 | 11110 | 10010001 | 101001 | 110010 |
Color Harmonies of #4BB276
Complementary color
Monochromatic Colors of #4BB276
Black with #4BB276
Text Example
Text Example
White with #4BB276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB276; }
p { color: rgb(75,178,118); }
H1.HeaderClassName
{
color: #4BB276;
}
.AnyTagClassName
{
color: #4BB276;
}
</style>
background-color css
<style>
a { background-color: #4BB276; }
a { background-color: rgb(75,178,118); }
div.DivClassName
{
background-color: #4BB276;
}
.BgClassName
{
background-color: #4BB276;
}
</style>
border-color css
<style>
span { border-color: #4BB276; }
span { border-color: rgb(75,178,118); }
td.TdClassName
{
border-color: #4BB276;
}
.TagClassName
{
border-color: #4BB276;
}
</style>