Shades of Ocean Green #4BA36B
Tints of Ocean Green #4BA36B
RGB
CMYK
RGB Variations
Color information
#4BA36B (or 0x4BA36B) is known color: Ocean Green. HEX triplet: 4B, A3 and 6B. RGB value is (75,163,107). Sum of RGB (Red+Green+Blue) = 75+163+107=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA36B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA36B is #B45C94. Grayscale: #828282. Windows color (decimal): -11820181 or 7054155. OLE color: 7054155.
HSL color Cylindrical-coordinate representation of color #4BA36B: hue angle of 141.82º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA36B is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 163 | 107 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.36 |
| HSL | 141.82º | 0.37% | 0.47% | - |
| HSV(B) | 141.82º | 0.54% | 0.64% | - |
| XYZ | 18.65 | 28.75 | 18.48 | - |
| YUV | 130.3 | 114.85 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 107 | 0.54 | 0 | 0.34 | 0.36 | 141.82 | 0.37 | 0.47 |
| Hex | 4B | A3 | 6B | 36 | 0 | 22 | 24 | 8E | 25 | 2F |
| Octal | 113 | 243 | 153 | 66 | 0 | 42 | 44 | 216 | 45 | 57 |
| Binary | 1001011 | 10100011 | 1101011 | 110110 | 0 | 100010 | 100100 | 10001110 | 100101 | 101111 |
Color Harmonies of #4BA36B
Complementary color
Monochromatic Colors of #4BA36B
Black with #4BA36B
Text Example
Text Example
White with #4BA36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA36B; }
p { color: rgb(75,163,107); }
H1.HeaderClassName
{
color: #4BA36B;
}
.AnyTagClassName
{
color: #4BA36B;
}
</style>
background-color css
<style>
a { background-color: #4BA36B; }
a { background-color: rgb(75,163,107); }
div.DivClassName
{
background-color: #4BA36B;
}
.BgClassName
{
background-color: #4BA36B;
}
</style>
border-color css
<style>
span { border-color: #4BA36B; }
span { border-color: rgb(75,163,107); }
td.TdClassName
{
border-color: #4BA36B;
}
.TagClassName
{
border-color: #4BA36B;
}
</style>