Shades of Ocean Green #4A9C6D
Tints of Ocean Green #4A9C6D
RGB
CMYK
RGB Variations
Color information
#4A9C6D (or 0x4A9C6D) is known color: Ocean Green. HEX triplet: 4A, 9C and 6D. RGB value is (74,156,109). Sum of RGB (Red+Green+Blue) = 74+156+109=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #4A9C6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9C6D is #B56392. Grayscale: #7E7E7E. Windows color (decimal): -11887507 or 7183434. OLE color: 7183434.
HSL color Cylindrical-coordinate representation of color #4A9C6D: hue angle of 145.61º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A9C6D is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 156 | 109 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.39 |
| HSL | 145.61º | 0.36% | 0.45% | - |
| HSV(B) | 145.61º | 0.53% | 0.61% | - |
| XYZ | 17.47 | 26.34 | 18.63 | - |
| YUV | 126.12 | 118.33 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 156 | 109 | 0.53 | 0 | 0.30 | 0.39 | 145.61 | 0.36 | 0.45 |
| Hex | 4A | 9C | 6D | 35 | 0 | 1E | 27 | 92 | 24 | 2D |
| Octal | 112 | 234 | 155 | 65 | 0 | 36 | 47 | 222 | 44 | 55 |
| Binary | 1001010 | 10011100 | 1101101 | 110101 | 0 | 11110 | 100111 | 10010010 | 100100 | 101101 |
Color Harmonies of #4A9C6D
Complementary color
Monochromatic Colors of #4A9C6D
Black with #4A9C6D
Text Example
Text Example
White with #4A9C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9C6D; }
p { color: rgb(74,156,109); }
H1.HeaderClassName
{
color: #4A9C6D;
}
.AnyTagClassName
{
color: #4A9C6D;
}
</style>
background-color css
<style>
a { background-color: #4A9C6D; }
a { background-color: rgb(74,156,109); }
div.DivClassName
{
background-color: #4A9C6D;
}
.BgClassName
{
background-color: #4A9C6D;
}
</style>
border-color css
<style>
span { border-color: #4A9C6D; }
span { border-color: rgb(74,156,109); }
td.TdClassName
{
border-color: #4A9C6D;
}
.TagClassName
{
border-color: #4A9C6D;
}
</style>