Shades of Ocean Green #4AB475
Tints of Ocean Green #4AB475
RGB
CMYK
RGB Variations
Color information
#4AB475 (or 0x4AB475) is known color: Ocean Green. HEX triplet: 4A, B4 and 75. RGB value is (74,180,117). Sum of RGB (Red+Green+Blue) = 74+180+117=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB475 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB475 is #B54B8A. Grayscale: #8D8D8D. Windows color (decimal): -11881355 or 7713866. OLE color: 7713866.
HSL color Cylindrical-coordinate representation of color #4AB475: hue angle of 144.34º 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 #4AB475 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 180 | 117 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.29 |
| HSL | 144.34º | 0.42% | 0.5% | - |
| HSV(B) | 144.34º | 0.59% | 0.71% | - |
| XYZ | 22.36 | 35.38 | 22.48 | - |
| YUV | 141.12 | 114.38 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 180 | 117 | 0.59 | 0 | 0.35 | 0.29 | 144.34 | 0.42 | 0.5 |
| Hex | 4A | B4 | 75 | 3B | 0 | 23 | 1D | 90 | 2A | 32 |
| Octal | 112 | 264 | 165 | 73 | 0 | 43 | 35 | 220 | 52 | 62 |
| Binary | 1001010 | 10110100 | 1110101 | 111011 | 0 | 100011 | 11101 | 10010000 | 101010 | 110010 |
Color Harmonies of #4AB475
Complementary color
Monochromatic Colors of #4AB475
Black with #4AB475
Text Example
Text Example
White with #4AB475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB475; }
p { color: rgb(74,180,117); }
H1.HeaderClassName
{
color: #4AB475;
}
.AnyTagClassName
{
color: #4AB475;
}
</style>
background-color css
<style>
a { background-color: #4AB475; }
a { background-color: rgb(74,180,117); }
div.DivClassName
{
background-color: #4AB475;
}
.BgClassName
{
background-color: #4AB475;
}
</style>
border-color css
<style>
span { border-color: #4AB475; }
span { border-color: rgb(74,180,117); }
td.TdClassName
{
border-color: #4AB475;
}
.TagClassName
{
border-color: #4AB475;
}
</style>