Shades of Ocean Green #48A374
Tints of Ocean Green #48A374
RGB
CMYK
RGB Variations
Color information
#48A374 (or 0x48A374) is known color: Ocean Green. HEX triplet: 48, A3 and 74. RGB value is (72,163,116). Sum of RGB (Red+Green+Blue) = 72+163+116=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 163 - color contains mainly: green. Hex color #48A374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A374 is #B75C8B. Grayscale: #828282. Windows color (decimal): -12016780 or 7643976. OLE color: 7643976.
HSL color Cylindrical-coordinate representation of color #48A374: hue angle of 149.01º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A374 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 163 | 116 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.36 |
| HSL | 149.01º | 0.39% | 0.46% | - |
| HSV(B) | 149.01º | 0.56% | 0.64% | - |
| XYZ | 18.92 | 28.83 | 21.09 | - |
| YUV | 130.43 | 119.85 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 163 | 116 | 0.56 | 0 | 0.29 | 0.36 | 149.01 | 0.39 | 0.46 |
| Hex | 48 | A3 | 74 | 38 | 0 | 1D | 24 | 95 | 27 | 2E |
| Octal | 110 | 243 | 164 | 70 | 0 | 35 | 44 | 225 | 47 | 56 |
| Binary | 1001000 | 10100011 | 1110100 | 111000 | 0 | 11101 | 100100 | 10010101 | 100111 | 101110 |
Color Harmonies of #48A374
Complementary color
Monochromatic Colors of #48A374
Black with #48A374
Text Example
Text Example
White with #48A374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A374; }
p { color: rgb(72,163,116); }
H1.HeaderClassName
{
color: #48A374;
}
.AnyTagClassName
{
color: #48A374;
}
</style>
background-color css
<style>
a { background-color: #48A374; }
a { background-color: rgb(72,163,116); }
div.DivClassName
{
background-color: #48A374;
}
.BgClassName
{
background-color: #48A374;
}
</style>
border-color css
<style>
span { border-color: #48A374; }
span { border-color: rgb(72,163,116); }
td.TdClassName
{
border-color: #48A374;
}
.TagClassName
{
border-color: #48A374;
}
</style>