Shades of Ocean Green #4AAE67
Tints of Ocean Green #4AAE67
RGB
CMYK
RGB Variations
Color information
#4AAE67 (or 0x4AAE67) is known color: Ocean Green. HEX triplet: 4A, AE and 67. RGB value is (74,174,103). Sum of RGB (Red+Green+Blue) = 74+174+103=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAE67 is #B55198. Grayscale: #888888. Windows color (decimal): -11882905 or 6794826. OLE color: 6794826.
HSL color Cylindrical-coordinate representation of color #4AAE67: hue angle of 137.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAE67 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 174 | 103 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.32 |
| HSL | 137.4º | 0.4% | 0.49% | - |
| HSV(B) | 137.4º | 0.57% | 0.68% | - |
| XYZ | 20.41 | 32.71 | 18.07 | - |
| YUV | 136.01 | 109.37 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 174 | 103 | 0.57 | 0 | 0.41 | 0.32 | 137.4 | 0.4 | 0.49 |
| Hex | 4A | AE | 67 | 39 | 0 | 29 | 20 | 89 | 28 | 31 |
| Octal | 112 | 256 | 147 | 71 | 0 | 51 | 40 | 211 | 50 | 61 |
| Binary | 1001010 | 10101110 | 1100111 | 111001 | 0 | 101001 | 100000 | 10001001 | 101000 | 110001 |
Color Harmonies of #4AAE67
Complementary color
Monochromatic Colors of #4AAE67
Black with #4AAE67
Text Example
Text Example
White with #4AAE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAE67; }
p { color: rgb(74,174,103); }
H1.HeaderClassName
{
color: #4AAE67;
}
.AnyTagClassName
{
color: #4AAE67;
}
</style>
background-color css
<style>
a { background-color: #4AAE67; }
a { background-color: rgb(74,174,103); }
div.DivClassName
{
background-color: #4AAE67;
}
.BgClassName
{
background-color: #4AAE67;
}
</style>
border-color css
<style>
span { border-color: #4AAE67; }
span { border-color: rgb(74,174,103); }
td.TdClassName
{
border-color: #4AAE67;
}
.TagClassName
{
border-color: #4AAE67;
}
</style>