Shades of Ocean Green #4AB478
Tints of Ocean Green #4AB478
RGB
CMYK
RGB Variations
Color information
#4AB478 (or 0x4AB478) is known color: Ocean Green. HEX triplet: 4A, B4 and 78. RGB value is (74,180,120). Sum of RGB (Red+Green+Blue) = 74+180+120=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB478 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB478 is #B54B87. Grayscale: #8D8D8D. Windows color (decimal): -11881352 or 7910474. OLE color: 7910474.
HSL color Cylindrical-coordinate representation of color #4AB478: hue angle of 146.04º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB478 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 180 | 120 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.29 |
| HSL | 146.04º | 0.42% | 0.5% | - |
| HSV(B) | 146.04º | 0.59% | 0.71% | - |
| XYZ | 22.54 | 35.45 | 23.42 | - |
| YUV | 141.47 | 115.88 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 180 | 120 | 0.59 | 0 | 0.33 | 0.29 | 146.04 | 0.42 | 0.5 |
| Hex | 4A | B4 | 78 | 3B | 0 | 21 | 1D | 92 | 2A | 32 |
| Octal | 112 | 264 | 170 | 73 | 0 | 41 | 35 | 222 | 52 | 62 |
| Binary | 1001010 | 10110100 | 1111000 | 111011 | 0 | 100001 | 11101 | 10010010 | 101010 | 110010 |
Color Harmonies of #4AB478
Complementary color
Monochromatic Colors of #4AB478
Black with #4AB478
Text Example
Text Example
White with #4AB478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB478; }
p { color: rgb(74,180,120); }
H1.HeaderClassName
{
color: #4AB478;
}
.AnyTagClassName
{
color: #4AB478;
}
</style>
background-color css
<style>
a { background-color: #4AB478; }
a { background-color: rgb(74,180,120); }
div.DivClassName
{
background-color: #4AB478;
}
.BgClassName
{
background-color: #4AB478;
}
</style>
border-color css
<style>
span { border-color: #4AB478; }
span { border-color: rgb(74,180,120); }
td.TdClassName
{
border-color: #4AB478;
}
.TagClassName
{
border-color: #4AB478;
}
</style>