Shades of Ocean Green #4B9D6D
Tints of Ocean Green #4B9D6D
RGB
CMYK
RGB Variations
Color information
#4B9D6D (or 0x4B9D6D) is known color: Ocean Green. HEX triplet: 4B, 9D and 6D. RGB value is (75,157,109). Sum of RGB (Red+Green+Blue) = 75+157+109=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 157 - color contains mainly: green. Hex color #4B9D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9D6D is #B46292. Grayscale: #7F7F7F. Windows color (decimal): -11821715 or 7183691. OLE color: 7183691.
HSL color Cylindrical-coordinate representation of color #4B9D6D: hue angle of 144.88º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B9D6D is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 157 | 109 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.38 |
| HSL | 144.88º | 0.35% | 0.45% | - |
| HSV(B) | 144.88º | 0.52% | 0.62% | - |
| XYZ | 17.72 | 26.71 | 18.69 | - |
| YUV | 127.01 | 117.83 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 157 | 109 | 0.52 | 0 | 0.31 | 0.38 | 144.88 | 0.35 | 0.45 |
| Hex | 4B | 9D | 6D | 34 | 0 | 1F | 26 | 91 | 23 | 2D |
| Octal | 113 | 235 | 155 | 64 | 0 | 37 | 46 | 221 | 43 | 55 |
| Binary | 1001011 | 10011101 | 1101101 | 110100 | 0 | 11111 | 100110 | 10010001 | 100011 | 101101 |
Color Harmonies of #4B9D6D
Complementary color
Monochromatic Colors of #4B9D6D
Black with #4B9D6D
Text Example
Text Example
White with #4B9D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9D6D; }
p { color: rgb(75,157,109); }
H1.HeaderClassName
{
color: #4B9D6D;
}
.AnyTagClassName
{
color: #4B9D6D;
}
</style>
background-color css
<style>
a { background-color: #4B9D6D; }
a { background-color: rgb(75,157,109); }
div.DivClassName
{
background-color: #4B9D6D;
}
.BgClassName
{
background-color: #4B9D6D;
}
</style>
border-color css
<style>
span { border-color: #4B9D6D; }
span { border-color: rgb(75,157,109); }
td.TdClassName
{
border-color: #4B9D6D;
}
.TagClassName
{
border-color: #4B9D6D;
}
</style>