Shades of Ocean Green #4BA66C
Tints of Ocean Green #4BA66C
RGB
CMYK
RGB Variations
Color information
#4BA66C (or 0x4BA66C) is known color: Ocean Green. HEX triplet: 4B, A6 and 6C. RGB value is (75,166,108). Sum of RGB (Red+Green+Blue) = 75+166+108=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 166 (65.23% from 255 or 47.56% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 166 - color contains mainly: green. Hex color #4BA66C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA66C is #B45993. Grayscale: #848484. Windows color (decimal): -11819412 or 7120459. OLE color: 7120459.
HSL color Cylindrical-coordinate representation of color #4BA66C: hue angle of 141.76º 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 #4BA66C is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 166 | 108 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.35 |
| HSL | 141.76º | 0.38% | 0.47% | - |
| HSV(B) | 141.76º | 0.55% | 0.65% | - |
| XYZ | 19.24 | 29.85 | 18.93 | - |
| YUV | 132.18 | 114.35 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 166 | 108 | 0.55 | 0 | 0.35 | 0.35 | 141.76 | 0.38 | 0.47 |
| Hex | 4B | A6 | 6C | 37 | 0 | 23 | 23 | 8E | 26 | 2F |
| Octal | 113 | 246 | 154 | 67 | 0 | 43 | 43 | 216 | 46 | 57 |
| Binary | 1001011 | 10100110 | 1101100 | 110111 | 0 | 100011 | 100011 | 10001110 | 100110 | 101111 |
Color Harmonies of #4BA66C
Complementary color
Monochromatic Colors of #4BA66C
Black with #4BA66C
Text Example
Text Example
White with #4BA66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA66C; }
p { color: rgb(75,166,108); }
H1.HeaderClassName
{
color: #4BA66C;
}
.AnyTagClassName
{
color: #4BA66C;
}
</style>
background-color css
<style>
a { background-color: #4BA66C; }
a { background-color: rgb(75,166,108); }
div.DivClassName
{
background-color: #4BA66C;
}
.BgClassName
{
background-color: #4BA66C;
}
</style>
border-color css
<style>
span { border-color: #4BA66C; }
span { border-color: rgb(75,166,108); }
td.TdClassName
{
border-color: #4BA66C;
}
.TagClassName
{
border-color: #4BA66C;
}
</style>