Shades of Ocean Green #4BB365
Tints of Ocean Green #4BB365
RGB
CMYK
RGB Variations
Color information
#4BB365 (or 0x4BB365) is known color: Ocean Green. HEX triplet: 4B, B3 and 65. RGB value is (75,179,101). Sum of RGB (Red+Green+Blue) = 75+179+101=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB365 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB365 is #B44C9A. Grayscale: #8B8B8B. Windows color (decimal): -11816091 or 6665035. OLE color: 6665035.
HSL color Cylindrical-coordinate representation of color #4BB365: hue angle of 135º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB365 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 75 | 179 | 101 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.30 |
| HSL | 135º | 0.41% | 0.5% | - |
| HSV(B) | 135º | 0.58% | 0.7% | - |
| XYZ | 21.37 | 34.68 | 17.88 | - |
| YUV | 139.01 | 106.54 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 179 | 101 | 0.58 | 0 | 0.44 | 0.30 | 135 | 0.41 | 0.5 |
| Hex | 4B | B3 | 65 | 3A | 0 | 2C | 1E | 87 | 29 | 32 |
| Octal | 113 | 263 | 145 | 72 | 0 | 54 | 36 | 207 | 51 | 62 |
| Binary | 1001011 | 10110011 | 1100101 | 111010 | 0 | 101100 | 11110 | 10000111 | 101001 | 110010 |
Color Harmonies of #4BB365
Complementary color
Monochromatic Colors of #4BB365
Black with #4BB365
Text Example
Text Example
White with #4BB365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB365; }
p { color: rgb(75,179,101); }
H1.HeaderClassName
{
color: #4BB365;
}
.AnyTagClassName
{
color: #4BB365;
}
</style>
background-color css
<style>
a { background-color: #4BB365; }
a { background-color: rgb(75,179,101); }
div.DivClassName
{
background-color: #4BB365;
}
.BgClassName
{
background-color: #4BB365;
}
</style>
border-color css
<style>
span { border-color: #4BB365; }
span { border-color: rgb(75,179,101); }
td.TdClassName
{
border-color: #4BB365;
}
.TagClassName
{
border-color: #4BB365;
}
</style>