Shades of Ocean Green #4A956B
Tints of Ocean Green #4A956B
RGB
CMYK
RGB Variations
Color information
#4A956B (or 0x4A956B) is known color: Ocean Green. HEX triplet: 4A, 95 and 6B. RGB value is (74,149,107). Sum of RGB (Red+Green+Blue) = 74+149+107=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #4A956B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A956B is #B56A94. Grayscale: #797979. Windows color (decimal): -11889301 or 7050570. OLE color: 7050570.
HSL color Cylindrical-coordinate representation of color #4A956B: hue angle of 146.4º degrees, saturation: 0.34, 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 #4A956B is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 149 | 107 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.42 |
| HSL | 146.4º | 0.34% | 0.44% | - |
| HSV(B) | 146.4º | 0.5% | 0.58% | - |
| XYZ | 16.23 | 24.01 | 17.69 | - |
| YUV | 121.79 | 119.65 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 149 | 107 | 0.50 | 0 | 0.28 | 0.42 | 146.4 | 0.34 | 0.44 |
| Hex | 4A | 95 | 6B | 32 | 0 | 1C | 2A | 92 | 22 | 2C |
| Octal | 112 | 225 | 153 | 62 | 0 | 34 | 52 | 222 | 42 | 54 |
| Binary | 1001010 | 10010101 | 1101011 | 110010 | 0 | 11100 | 101010 | 10010010 | 100010 | 101100 |
Color Harmonies of #4A956B
Complementary color
Monochromatic Colors of #4A956B
Black with #4A956B
Text Example
Text Example
White with #4A956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A956B; }
p { color: rgb(74,149,107); }
H1.HeaderClassName
{
color: #4A956B;
}
.AnyTagClassName
{
color: #4A956B;
}
</style>
background-color css
<style>
a { background-color: #4A956B; }
a { background-color: rgb(74,149,107); }
div.DivClassName
{
background-color: #4A956B;
}
.BgClassName
{
background-color: #4A956B;
}
</style>
border-color css
<style>
span { border-color: #4A956B; }
span { border-color: rgb(74,149,107); }
td.TdClassName
{
border-color: #4A956B;
}
.TagClassName
{
border-color: #4A956B;
}
</style>