Shades of Ocean Green #4B9569
Tints of Ocean Green #4B9569
RGB
CMYK
RGB Variations
Color information
#4B9569 (or 0x4B9569) is known color: Ocean Green. HEX triplet: 4B, 95 and 69. RGB value is (75,149,105). Sum of RGB (Red+Green+Blue) = 75+149+105=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #4B9569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9569 is #B46A96. Grayscale: #797979. Windows color (decimal): -11823767 or 6919499. OLE color: 6919499.
HSL color Cylindrical-coordinate representation of color #4B9569: hue angle of 144.32º 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 #4B9569 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 149 | 105 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.42 |
| HSL | 144.32º | 0.33% | 0.44% | - |
| HSV(B) | 144.32º | 0.5% | 0.58% | - |
| XYZ | 16.2 | 24.01 | 17.15 | - |
| YUV | 121.86 | 118.48 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 105 | 0.50 | 0 | 0.30 | 0.42 | 144.32 | 0.33 | 0.44 |
| Hex | 4B | 95 | 69 | 32 | 0 | 1E | 2A | 90 | 21 | 2C |
| Octal | 113 | 225 | 151 | 62 | 0 | 36 | 52 | 220 | 41 | 54 |
| Binary | 1001011 | 10010101 | 1101001 | 110010 | 0 | 11110 | 101010 | 10010000 | 100001 | 101100 |
Color Harmonies of #4B9569
Complementary color
Monochromatic Colors of #4B9569
Black with #4B9569
Text Example
Text Example
White with #4B9569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9569; }
p { color: rgb(75,149,105); }
H1.HeaderClassName
{
color: #4B9569;
}
.AnyTagClassName
{
color: #4B9569;
}
</style>
background-color css
<style>
a { background-color: #4B9569; }
a { background-color: rgb(75,149,105); }
div.DivClassName
{
background-color: #4B9569;
}
.BgClassName
{
background-color: #4B9569;
}
</style>
border-color css
<style>
span { border-color: #4B9569; }
span { border-color: rgb(75,149,105); }
td.TdClassName
{
border-color: #4B9569;
}
.TagClassName
{
border-color: #4B9569;
}
</style>