Shades of Ocean Green #4AB377
Tints of Ocean Green #4AB377
RGB
CMYK
RGB Variations
Color information
#4AB377 (or 0x4AB377) is known color: Ocean Green. HEX triplet: 4A, B3 and 77. RGB value is (74,179,119). Sum of RGB (Red+Green+Blue) = 74+179+119=372 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.89% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB377 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB377 is #B54C88. Grayscale: #8C8C8C. Windows color (decimal): -11881609 or 7844682. OLE color: 7844682.
HSL color Cylindrical-coordinate representation of color #4AB377: hue angle of 145.71º 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 #4AB377 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 179 | 119 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.30 |
| HSL | 145.71º | 0.42% | 0.5% | - |
| HSV(B) | 145.71º | 0.59% | 0.7% | - |
| XYZ | 22.27 | 35.03 | 23.04 | - |
| YUV | 140.77 | 115.71 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 119 | 0.59 | 0 | 0.34 | 0.30 | 145.71 | 0.42 | 0.5 |
| Hex | 4A | B3 | 77 | 3B | 0 | 22 | 1E | 92 | 2A | 32 |
| Octal | 112 | 263 | 167 | 73 | 0 | 42 | 36 | 222 | 52 | 62 |
| Binary | 1001010 | 10110011 | 1110111 | 111011 | 0 | 100010 | 11110 | 10010010 | 101010 | 110010 |
Color Harmonies of #4AB377
Complementary color
Monochromatic Colors of #4AB377
Black with #4AB377
Text Example
Text Example
White with #4AB377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB377; }
p { color: rgb(74,179,119); }
H1.HeaderClassName
{
color: #4AB377;
}
.AnyTagClassName
{
color: #4AB377;
}
</style>
background-color css
<style>
a { background-color: #4AB377; }
a { background-color: rgb(74,179,119); }
div.DivClassName
{
background-color: #4AB377;
}
.BgClassName
{
background-color: #4AB377;
}
</style>
border-color css
<style>
span { border-color: #4AB377; }
span { border-color: rgb(74,179,119); }
td.TdClassName
{
border-color: #4AB377;
}
.TagClassName
{
border-color: #4AB377;
}
</style>