Shades of Ocean Green #4AB673
Tints of Ocean Green #4AB673
RGB
CMYK
RGB Variations
Color information
#4AB673 (or 0x4AB673) is known color: Ocean Green. HEX triplet: 4A, B6 and 73. RGB value is (74,182,115). Sum of RGB (Red+Green+Blue) = 74+182+115=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB673 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB673 is #B5498C. Grayscale: #8E8E8E. Windows color (decimal): -11880845 or 7583306. OLE color: 7583306.
HSL color Cylindrical-coordinate representation of color #4AB673: hue angle of 142.78º degrees, saturation: 0.43, 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 #4AB673 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 182 | 115 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.29 |
| HSL | 142.78º | 0.43% | 0.5% | - |
| HSV(B) | 142.78º | 0.59% | 0.71% | - |
| XYZ | 22.65 | 36.15 | 22 | - |
| YUV | 142.07 | 112.72 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 182 | 115 | 0.59 | 0 | 0.37 | 0.29 | 142.78 | 0.43 | 0.5 |
| Hex | 4A | B6 | 73 | 3B | 0 | 25 | 1D | 8F | 2B | 32 |
| Octal | 112 | 266 | 163 | 73 | 0 | 45 | 35 | 217 | 53 | 62 |
| Binary | 1001010 | 10110110 | 1110011 | 111011 | 0 | 100101 | 11101 | 10001111 | 101011 | 110010 |
Color Harmonies of #4AB673
Complementary color
Monochromatic Colors of #4AB673
Black with #4AB673
Text Example
Text Example
White with #4AB673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB673; }
p { color: rgb(74,182,115); }
H1.HeaderClassName
{
color: #4AB673;
}
.AnyTagClassName
{
color: #4AB673;
}
</style>
background-color css
<style>
a { background-color: #4AB673; }
a { background-color: rgb(74,182,115); }
div.DivClassName
{
background-color: #4AB673;
}
.BgClassName
{
background-color: #4AB673;
}
</style>
border-color css
<style>
span { border-color: #4AB673; }
span { border-color: rgb(74,182,115); }
td.TdClassName
{
border-color: #4AB673;
}
.TagClassName
{
border-color: #4AB673;
}
</style>