Shades of Ocean Green #4BB367
Tints of Ocean Green #4BB367
RGB
CMYK
RGB Variations
Color information
#4BB367 (or 0x4BB367) is known color: Ocean Green. HEX triplet: 4B, B3 and 67. RGB value is (75,179,103). Sum of RGB (Red+Green+Blue) = 75+179+103=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB367 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB367 is #B44C98. Grayscale: #8B8B8B. Windows color (decimal): -11816089 or 6796107. OLE color: 6796107.
HSL color Cylindrical-coordinate representation of color #4BB367: hue angle of 136.15º 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 #4BB367 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 75 | 179 | 103 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.30 |
| HSL | 136.15º | 0.41% | 0.5% | - |
| HSV(B) | 136.15º | 0.58% | 0.7% | - |
| XYZ | 21.47 | 34.72 | 18.4 | - |
| YUV | 139.24 | 107.54 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 179 | 103 | 0.58 | 0 | 0.42 | 0.30 | 136.15 | 0.41 | 0.5 |
| Hex | 4B | B3 | 67 | 3A | 0 | 2A | 1E | 88 | 29 | 32 |
| Octal | 113 | 263 | 147 | 72 | 0 | 52 | 36 | 210 | 51 | 62 |
| Binary | 1001011 | 10110011 | 1100111 | 111010 | 0 | 101010 | 11110 | 10001000 | 101001 | 110010 |
Color Harmonies of #4BB367
Complementary color
Monochromatic Colors of #4BB367
Black with #4BB367
Text Example
Text Example
White with #4BB367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB367; }
p { color: rgb(75,179,103); }
H1.HeaderClassName
{
color: #4BB367;
}
.AnyTagClassName
{
color: #4BB367;
}
</style>
background-color css
<style>
a { background-color: #4BB367; }
a { background-color: rgb(75,179,103); }
div.DivClassName
{
background-color: #4BB367;
}
.BgClassName
{
background-color: #4BB367;
}
</style>
border-color css
<style>
span { border-color: #4BB367; }
span { border-color: rgb(75,179,103); }
td.TdClassName
{
border-color: #4BB367;
}
.TagClassName
{
border-color: #4BB367;
}
</style>