Shades of Ocean Green #4A9E7D
Tints of Ocean Green #4A9E7D
RGB
CMYK
RGB Variations
Color information
#4A9E7D (or 0x4A9E7D) is known color: Ocean Green. HEX triplet: 4A, 9E and 7D. RGB value is (74,158,125). Sum of RGB (Red+Green+Blue) = 74+158+125=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 158 - color contains mainly: green. Hex color #4A9E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9E7D is #B56182. Grayscale: #818181. Windows color (decimal): -11886979 or 8232522. OLE color: 8232522.
HSL color Cylindrical-coordinate representation of color #4A9E7D: hue angle of 156.43º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A9E7D is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 74 | 158 | 125 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.38 |
| HSL | 156.43º | 0.36% | 0.45% | - |
| HSV(B) | 156.43º | 0.53% | 0.62% | - |
| XYZ | 18.75 | 27.39 | 23.7 | - |
| YUV | 129.12 | 125.67 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 158 | 125 | 0.53 | 0 | 0.21 | 0.38 | 156.43 | 0.36 | 0.45 |
| Hex | 4A | 9E | 7D | 35 | 0 | 15 | 26 | 9C | 24 | 2D |
| Octal | 112 | 236 | 175 | 65 | 0 | 25 | 46 | 234 | 44 | 55 |
| Binary | 1001010 | 10011110 | 1111101 | 110101 | 0 | 10101 | 100110 | 10011100 | 100100 | 101101 |
Color Harmonies of #4A9E7D
Complementary color
Monochromatic Colors of #4A9E7D
Black with #4A9E7D
Text Example
Text Example
White with #4A9E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9E7D; }
p { color: rgb(74,158,125); }
H1.HeaderClassName
{
color: #4A9E7D;
}
.AnyTagClassName
{
color: #4A9E7D;
}
</style>
background-color css
<style>
a { background-color: #4A9E7D; }
a { background-color: rgb(74,158,125); }
div.DivClassName
{
background-color: #4A9E7D;
}
.BgClassName
{
background-color: #4A9E7D;
}
</style>
border-color css
<style>
span { border-color: #4A9E7D; }
span { border-color: rgb(74,158,125); }
td.TdClassName
{
border-color: #4A9E7D;
}
.TagClassName
{
border-color: #4A9E7D;
}
</style>