Shades of Ocean Green #4BA96C
Tints of Ocean Green #4BA96C
RGB
CMYK
RGB Variations
Color information
#4BA96C (or 0x4BA96C) is known color: Ocean Green. HEX triplet: 4B, A9 and 6C. RGB value is (75,169,108). Sum of RGB (Red+Green+Blue) = 75+169+108=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 169 (66.41% from 255 or 48.01% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 169 - color contains mainly: green. Hex color #4BA96C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA96C is #B45693. Grayscale: #868686. Windows color (decimal): -11818644 or 7121227. OLE color: 7121227.
HSL color Cylindrical-coordinate representation of color #4BA96C: hue angle of 141.06º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BA96C is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 75 | 169 | 108 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.34 |
| HSL | 141.06º | 0.39% | 0.48% | - |
| HSV(B) | 141.06º | 0.56% | 0.66% | - |
| XYZ | 19.8 | 30.95 | 19.12 | - |
| YUV | 133.94 | 113.36 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 169 | 108 | 0.56 | 0 | 0.36 | 0.34 | 141.06 | 0.39 | 0.48 |
| Hex | 4B | A9 | 6C | 38 | 0 | 24 | 22 | 8D | 27 | 30 |
| Octal | 113 | 251 | 154 | 70 | 0 | 44 | 42 | 215 | 47 | 60 |
| Binary | 1001011 | 10101001 | 1101100 | 111000 | 0 | 100100 | 100010 | 10001101 | 100111 | 110000 |
Color Harmonies of #4BA96C
Complementary color
Monochromatic Colors of #4BA96C
Black with #4BA96C
Text Example
Text Example
White with #4BA96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA96C; }
p { color: rgb(75,169,108); }
H1.HeaderClassName
{
color: #4BA96C;
}
.AnyTagClassName
{
color: #4BA96C;
}
</style>
background-color css
<style>
a { background-color: #4BA96C; }
a { background-color: rgb(75,169,108); }
div.DivClassName
{
background-color: #4BA96C;
}
.BgClassName
{
background-color: #4BA96C;
}
</style>
border-color css
<style>
span { border-color: #4BA96C; }
span { border-color: rgb(75,169,108); }
td.TdClassName
{
border-color: #4BA96C;
}
.TagClassName
{
border-color: #4BA96C;
}
</style>