Shades of Ocean Green #4C9B7A
Tints of Ocean Green #4C9B7A
RGB
CMYK
RGB Variations
Color information
#4C9B7A (or 0x4C9B7A) is known color: Ocean Green. HEX triplet: 4C, 9B and 7A. RGB value is (76,155,122). Sum of RGB (Red+Green+Blue) = 76+155+122=353 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.53% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 155 - color contains mainly: green. Hex color #4C9B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9B7A is #B36485. Grayscale: #7F7F7F. Windows color (decimal): -11756678 or 8035148. OLE color: 8035148.
HSL color Cylindrical-coordinate representation of color #4C9B7A: hue angle of 154.94º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C9B7A is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 155 | 122 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.39 |
| HSL | 154.94º | 0.34% | 0.45% | - |
| HSV(B) | 154.94º | 0.51% | 0.61% | - |
| XYZ | 18.21 | 26.38 | 22.55 | - |
| YUV | 127.62 | 124.83 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 155 | 122 | 0.51 | 0 | 0.21 | 0.39 | 154.94 | 0.34 | 0.45 |
| Hex | 4C | 9B | 7A | 33 | 0 | 15 | 27 | 9B | 22 | 2D |
| Octal | 114 | 233 | 172 | 63 | 0 | 25 | 47 | 233 | 42 | 55 |
| Binary | 1001100 | 10011011 | 1111010 | 110011 | 0 | 10101 | 100111 | 10011011 | 100010 | 101101 |
Color Harmonies of #4C9B7A
Complementary color
Monochromatic Colors of #4C9B7A
Black with #4C9B7A
Text Example
Text Example
White with #4C9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9B7A; }
p { color: rgb(76,155,122); }
H1.HeaderClassName
{
color: #4C9B7A;
}
.AnyTagClassName
{
color: #4C9B7A;
}
</style>
background-color css
<style>
a { background-color: #4C9B7A; }
a { background-color: rgb(76,155,122); }
div.DivClassName
{
background-color: #4C9B7A;
}
.BgClassName
{
background-color: #4C9B7A;
}
</style>
border-color css
<style>
span { border-color: #4C9B7A; }
span { border-color: rgb(76,155,122); }
td.TdClassName
{
border-color: #4C9B7A;
}
.TagClassName
{
border-color: #4C9B7A;
}
</style>