Shades of Ocean Green #4B956F
Tints of Ocean Green #4B956F
RGB
CMYK
RGB Variations
Color information
#4B956F (or 0x4B956F) is known color: Ocean Green. HEX triplet: 4B, 95 and 6F. RGB value is (75,149,111). Sum of RGB (Red+Green+Blue) = 75+149+111=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #4B956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B956F is #B46A90. Grayscale: #7A7A7A. Windows color (decimal): -11823761 or 7312715. OLE color: 7312715.
HSL color Cylindrical-coordinate representation of color #4B956F: hue angle of 149.19º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B956F is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 149 | 111 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.42 |
| HSL | 149.19º | 0.33% | 0.44% | - |
| HSV(B) | 149.19º | 0.5% | 0.58% | - |
| XYZ | 16.52 | 24.14 | 18.83 | - |
| YUV | 122.54 | 121.48 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 111 | 0.50 | 0 | 0.26 | 0.42 | 149.19 | 0.33 | 0.44 |
| Hex | 4B | 95 | 6F | 32 | 0 | 1A | 2A | 95 | 21 | 2C |
| Octal | 113 | 225 | 157 | 62 | 0 | 32 | 52 | 225 | 41 | 54 |
| Binary | 1001011 | 10010101 | 1101111 | 110010 | 0 | 11010 | 101010 | 10010101 | 100001 | 101100 |
Color Harmonies of #4B956F
Complementary color
Monochromatic Colors of #4B956F
Black with #4B956F
Text Example
Text Example
White with #4B956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B956F; }
p { color: rgb(75,149,111); }
H1.HeaderClassName
{
color: #4B956F;
}
.AnyTagClassName
{
color: #4B956F;
}
</style>
background-color css
<style>
a { background-color: #4B956F; }
a { background-color: rgb(75,149,111); }
div.DivClassName
{
background-color: #4B956F;
}
.BgClassName
{
background-color: #4B956F;
}
</style>
border-color css
<style>
span { border-color: #4B956F; }
span { border-color: rgb(75,149,111); }
td.TdClassName
{
border-color: #4B956F;
}
.TagClassName
{
border-color: #4B956F;
}
</style>