Shades of Ocean Green #4AB376
Tints of Ocean Green #4AB376
RGB
CMYK
RGB Variations
Color information
#4AB376 (or 0x4AB376) is known color: Ocean Green. HEX triplet: 4A, B3 and 76. RGB value is (74,179,118). Sum of RGB (Red+Green+Blue) = 74+179+118=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB376 is #B54C89. Grayscale: #8C8C8C. Windows color (decimal): -11881610 or 7779146. OLE color: 7779146.
HSL color Cylindrical-coordinate representation of color #4AB376: hue angle of 145.14º 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 #4AB376 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 179 | 118 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.30 |
| HSL | 145.14º | 0.42% | 0.5% | - |
| HSV(B) | 145.14º | 0.59% | 0.7% | - |
| XYZ | 22.21 | 35 | 22.73 | - |
| YUV | 140.65 | 115.21 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 118 | 0.59 | 0 | 0.34 | 0.30 | 145.14 | 0.42 | 0.5 |
| Hex | 4A | B3 | 76 | 3B | 0 | 22 | 1E | 91 | 2A | 32 |
| Octal | 112 | 263 | 166 | 73 | 0 | 42 | 36 | 221 | 52 | 62 |
| Binary | 1001010 | 10110011 | 1110110 | 111011 | 0 | 100010 | 11110 | 10010001 | 101010 | 110010 |
Color Harmonies of #4AB376
Complementary color
Monochromatic Colors of #4AB376
Black with #4AB376
Text Example
Text Example
White with #4AB376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB376; }
p { color: rgb(74,179,118); }
H1.HeaderClassName
{
color: #4AB376;
}
.AnyTagClassName
{
color: #4AB376;
}
</style>
background-color css
<style>
a { background-color: #4AB376; }
a { background-color: rgb(74,179,118); }
div.DivClassName
{
background-color: #4AB376;
}
.BgClassName
{
background-color: #4AB376;
}
</style>
border-color css
<style>
span { border-color: #4AB376; }
span { border-color: rgb(74,179,118); }
td.TdClassName
{
border-color: #4AB376;
}
.TagClassName
{
border-color: #4AB376;
}
</style>