Shades of Ocean Green #4AB37B
Tints of Ocean Green #4AB37B
RGB
CMYK
RGB Variations
Color information
#4AB37B (or 0x4AB37B) is known color: Ocean Green. HEX triplet: 4A, B3 and 7B. RGB value is (74,179,123). Sum of RGB (Red+Green+Blue) = 74+179+123=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB37B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB37B is #B54C84. Grayscale: #8D8D8D. Windows color (decimal): -11881605 or 8106826. OLE color: 8106826.
HSL color Cylindrical-coordinate representation of color #4AB37B: hue angle of 148º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB37B is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 179 | 123 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.30 |
| HSL | 148º | 0.42% | 0.5% | - |
| HSV(B) | 148º | 0.59% | 0.7% | - |
| XYZ | 22.52 | 35.13 | 24.33 | - |
| YUV | 141.22 | 117.71 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 123 | 0.59 | 0 | 0.31 | 0.30 | 148 | 0.42 | 0.5 |
| Hex | 4A | B3 | 7B | 3B | 0 | 1F | 1E | 94 | 2A | 32 |
| Octal | 112 | 263 | 173 | 73 | 0 | 37 | 36 | 224 | 52 | 62 |
| Binary | 1001010 | 10110011 | 1111011 | 111011 | 0 | 11111 | 11110 | 10010100 | 101010 | 110010 |
Color Harmonies of #4AB37B
Complementary color
Monochromatic Colors of #4AB37B
Black with #4AB37B
Text Example
Text Example
White with #4AB37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB37B; }
p { color: rgb(74,179,123); }
H1.HeaderClassName
{
color: #4AB37B;
}
.AnyTagClassName
{
color: #4AB37B;
}
</style>
background-color css
<style>
a { background-color: #4AB37B; }
a { background-color: rgb(74,179,123); }
div.DivClassName
{
background-color: #4AB37B;
}
.BgClassName
{
background-color: #4AB37B;
}
</style>
border-color css
<style>
span { border-color: #4AB37B; }
span { border-color: rgb(74,179,123); }
td.TdClassName
{
border-color: #4AB37B;
}
.TagClassName
{
border-color: #4AB37B;
}
</style>