Shades of Ocean Green #4BA66D
Tints of Ocean Green #4BA66D
RGB
CMYK
RGB Variations
Color information
#4BA66D (or 0x4BA66D) is known color: Ocean Green. HEX triplet: 4B, A6 and 6D. RGB value is (75,166,109). Sum of RGB (Red+Green+Blue) = 75+166+109=350 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.43% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #4BA66D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA66D is #B45992. Grayscale: #848484. Windows color (decimal): -11819411 or 7185995. OLE color: 7185995.
HSL color Cylindrical-coordinate representation of color #4BA66D: hue angle of 142.42º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA66D is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 166 | 109 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.35 |
| HSL | 142.42º | 0.38% | 0.47% | - |
| HSV(B) | 142.42º | 0.55% | 0.65% | - |
| XYZ | 19.3 | 29.87 | 19.22 | - |
| YUV | 132.29 | 114.85 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 166 | 109 | 0.55 | 0 | 0.34 | 0.35 | 142.42 | 0.38 | 0.47 |
| Hex | 4B | A6 | 6D | 37 | 0 | 22 | 23 | 8E | 26 | 2F |
| Octal | 113 | 246 | 155 | 67 | 0 | 42 | 43 | 216 | 46 | 57 |
| Binary | 1001011 | 10100110 | 1101101 | 110111 | 0 | 100010 | 100011 | 10001110 | 100110 | 101111 |
Color Harmonies of #4BA66D
Complementary color
Monochromatic Colors of #4BA66D
Black with #4BA66D
Text Example
Text Example
White with #4BA66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA66D; }
p { color: rgb(75,166,109); }
H1.HeaderClassName
{
color: #4BA66D;
}
.AnyTagClassName
{
color: #4BA66D;
}
</style>
background-color css
<style>
a { background-color: #4BA66D; }
a { background-color: rgb(75,166,109); }
div.DivClassName
{
background-color: #4BA66D;
}
.BgClassName
{
background-color: #4BA66D;
}
</style>
border-color css
<style>
span { border-color: #4BA66D; }
span { border-color: rgb(75,166,109); }
td.TdClassName
{
border-color: #4BA66D;
}
.TagClassName
{
border-color: #4BA66D;
}
</style>