Shades of Ocean Green #4BB468
Tints of Ocean Green #4BB468
RGB
CMYK
RGB Variations
Color information
#4BB468 (or 0x4BB468) is known color: Ocean Green. HEX triplet: 4B, B4 and 68. RGB value is (75,180,104). Sum of RGB (Red+Green+Blue) = 75+180+104=359 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.89% from 359); Green value is 180 (70.70% from 255 or 50.14% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB468 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB468 is #B44B97. Grayscale: #8C8C8C. Windows color (decimal): -11815832 or 6861899. OLE color: 6861899.
HSL color Cylindrical-coordinate representation of color #4BB468: hue angle of 136.57º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB468 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 75 | 180 | 104 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.29 |
| HSL | 136.57º | 0.41% | 0.5% | - |
| HSV(B) | 136.57º | 0.58% | 0.71% | - |
| XYZ | 21.72 | 35.14 | 18.73 | - |
| YUV | 139.94 | 107.71 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 180 | 104 | 0.58 | 0 | 0.42 | 0.29 | 136.57 | 0.41 | 0.5 |
| Hex | 4B | B4 | 68 | 3A | 0 | 2A | 1D | 89 | 29 | 32 |
| Octal | 113 | 264 | 150 | 72 | 0 | 52 | 35 | 211 | 51 | 62 |
| Binary | 1001011 | 10110100 | 1101000 | 111010 | 0 | 101010 | 11101 | 10001001 | 101001 | 110010 |
Color Harmonies of #4BB468
Complementary color
Monochromatic Colors of #4BB468
Black with #4BB468
Text Example
Text Example
White with #4BB468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB468; }
p { color: rgb(75,180,104); }
H1.HeaderClassName
{
color: #4BB468;
}
.AnyTagClassName
{
color: #4BB468;
}
</style>
background-color css
<style>
a { background-color: #4BB468; }
a { background-color: rgb(75,180,104); }
div.DivClassName
{
background-color: #4BB468;
}
.BgClassName
{
background-color: #4BB468;
}
</style>
border-color css
<style>
span { border-color: #4BB468; }
span { border-color: rgb(75,180,104); }
td.TdClassName
{
border-color: #4BB468;
}
.TagClassName
{
border-color: #4BB468;
}
</style>