Shades of Ocean Green #4B9575
Tints of Ocean Green #4B9575
RGB
CMYK
RGB Variations
Color information
#4B9575 (or 0x4B9575) is known color: Ocean Green. HEX triplet: 4B, 95 and 75. RGB value is (75,149,117). Sum of RGB (Red+Green+Blue) = 75+149+117=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #4B9575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9575 is #B46A8A. Grayscale: #7B7B7B. Windows color (decimal): -11823755 or 7705931. OLE color: 7705931.
HSL color Cylindrical-coordinate representation of color #4B9575: hue angle of 154.05º 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 #4B9575 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 149 | 117 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.42 |
| HSL | 154.05º | 0.33% | 0.44% | - |
| HSV(B) | 154.05º | 0.5% | 0.58% | - |
| XYZ | 16.86 | 24.28 | 20.63 | - |
| YUV | 123.23 | 124.48 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 117 | 0.50 | 0 | 0.21 | 0.42 | 154.05 | 0.33 | 0.44 |
| Hex | 4B | 95 | 75 | 32 | 0 | 15 | 2A | 9A | 21 | 2C |
| Octal | 113 | 225 | 165 | 62 | 0 | 25 | 52 | 232 | 41 | 54 |
| Binary | 1001011 | 10010101 | 1110101 | 110010 | 0 | 10101 | 101010 | 10011010 | 100001 | 101100 |
Color Harmonies of #4B9575
Complementary color
Monochromatic Colors of #4B9575
Black with #4B9575
Text Example
Text Example
White with #4B9575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9575; }
p { color: rgb(75,149,117); }
H1.HeaderClassName
{
color: #4B9575;
}
.AnyTagClassName
{
color: #4B9575;
}
</style>
background-color css
<style>
a { background-color: #4B9575; }
a { background-color: rgb(75,149,117); }
div.DivClassName
{
background-color: #4B9575;
}
.BgClassName
{
background-color: #4B9575;
}
</style>
border-color css
<style>
span { border-color: #4B9575; }
span { border-color: rgb(75,149,117); }
td.TdClassName
{
border-color: #4B9575;
}
.TagClassName
{
border-color: #4B9575;
}
</style>