Shades of Ocean Green #48A376
Tints of Ocean Green #48A376
RGB
CMYK
RGB Variations
Color information
#48A376 (or 0x48A376) is known color: Ocean Green. HEX triplet: 48, A3 and 76. RGB value is (72,163,118). Sum of RGB (Red+Green+Blue) = 72+163+118=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 163 (64.06% from 255 or 46.18% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 163 - color contains mainly: green. Hex color #48A376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A376 is #B75C89. Grayscale: #828282. Windows color (decimal): -12016778 or 7775048. OLE color: 7775048.
HSL color Cylindrical-coordinate representation of color #48A376: hue angle of 150.33º 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 #48A376 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 163 | 118 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.36 |
| HSL | 150.33º | 0.39% | 0.46% | - |
| HSV(B) | 150.33º | 0.56% | 0.64% | - |
| XYZ | 19.04 | 28.88 | 21.71 | - |
| YUV | 130.66 | 120.85 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 163 | 118 | 0.56 | 0 | 0.28 | 0.36 | 150.33 | 0.39 | 0.46 |
| Hex | 48 | A3 | 76 | 38 | 0 | 1C | 24 | 96 | 27 | 2E |
| Octal | 110 | 243 | 166 | 70 | 0 | 34 | 44 | 226 | 47 | 56 |
| Binary | 1001000 | 10100011 | 1110110 | 111000 | 0 | 11100 | 100100 | 10010110 | 100111 | 101110 |
Color Harmonies of #48A376
Complementary color
Monochromatic Colors of #48A376
Black with #48A376
Text Example
Text Example
White with #48A376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A376; }
p { color: rgb(72,163,118); }
H1.HeaderClassName
{
color: #48A376;
}
.AnyTagClassName
{
color: #48A376;
}
</style>
background-color css
<style>
a { background-color: #48A376; }
a { background-color: rgb(72,163,118); }
div.DivClassName
{
background-color: #48A376;
}
.BgClassName
{
background-color: #48A376;
}
</style>
border-color css
<style>
span { border-color: #48A376; }
span { border-color: rgb(72,163,118); }
td.TdClassName
{
border-color: #48A376;
}
.TagClassName
{
border-color: #48A376;
}
</style>