Shades of Ocean Green #4BA06D
Tints of Ocean Green #4BA06D
RGB
CMYK
RGB Variations
Color information
#4BA06D (or 0x4BA06D) is known color: Ocean Green. HEX triplet: 4B, A0 and 6D. RGB value is (75,160,109). Sum of RGB (Red+Green+Blue) = 75+160+109=344 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.80% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA06D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA06D is #B45F92. Grayscale: #808080. Windows color (decimal): -11820947 or 7184459. OLE color: 7184459.
HSL color Cylindrical-coordinate representation of color #4BA06D: hue angle of 144º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4BA06D is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 160 | 109 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.37 |
| HSL | 144º | 0.36% | 0.46% | - |
| HSV(B) | 144º | 0.53% | 0.63% | - |
| XYZ | 18.23 | 27.74 | 18.86 | - |
| YUV | 128.77 | 116.84 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 109 | 0.53 | 0 | 0.32 | 0.37 | 144 | 0.36 | 0.46 |
| Hex | 4B | A0 | 6D | 35 | 0 | 20 | 25 | 90 | 24 | 2E |
| Octal | 113 | 240 | 155 | 65 | 0 | 40 | 45 | 220 | 44 | 56 |
| Binary | 1001011 | 10100000 | 1101101 | 110101 | 0 | 100000 | 100101 | 10010000 | 100100 | 101110 |
Color Harmonies of #4BA06D
Complementary color
Monochromatic Colors of #4BA06D
Black with #4BA06D
Text Example
Text Example
White with #4BA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA06D; }
p { color: rgb(75,160,109); }
H1.HeaderClassName
{
color: #4BA06D;
}
.AnyTagClassName
{
color: #4BA06D;
}
</style>
background-color css
<style>
a { background-color: #4BA06D; }
a { background-color: rgb(75,160,109); }
div.DivClassName
{
background-color: #4BA06D;
}
.BgClassName
{
background-color: #4BA06D;
}
</style>
border-color css
<style>
span { border-color: #4BA06D; }
span { border-color: rgb(75,160,109); }
td.TdClassName
{
border-color: #4BA06D;
}
.TagClassName
{
border-color: #4BA06D;
}
</style>