Shades of Ocean Green #48A579
Tints of Ocean Green #48A579
RGB
CMYK
RGB Variations
Color information
#48A579 (or 0x48A579) is known color: Ocean Green. HEX triplet: 48, A5 and 79. RGB value is (72,165,121). Sum of RGB (Red+Green+Blue) = 72+165+121=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 165 - color contains mainly: green. Hex color #48A579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A579 is #B75A86. Grayscale: #848484. Windows color (decimal): -12016263 or 7972168. OLE color: 7972168.
HSL color Cylindrical-coordinate representation of color #48A579: hue angle of 151.61º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A579 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 72 | 165 | 121 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.35 |
| HSL | 151.61º | 0.39% | 0.46% | - |
| HSV(B) | 151.61º | 0.56% | 0.65% | - |
| XYZ | 19.58 | 29.67 | 22.78 | - |
| YUV | 132.18 | 121.69 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 165 | 121 | 0.56 | 0 | 0.27 | 0.35 | 151.61 | 0.39 | 0.46 |
| Hex | 48 | A5 | 79 | 38 | 0 | 1B | 23 | 98 | 27 | 2E |
| Octal | 110 | 245 | 171 | 70 | 0 | 33 | 43 | 230 | 47 | 56 |
| Binary | 1001000 | 10100101 | 1111001 | 111000 | 0 | 11011 | 100011 | 10011000 | 100111 | 101110 |
Color Harmonies of #48A579
Complementary color
Monochromatic Colors of #48A579
Black with #48A579
Text Example
Text Example
White with #48A579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A579; }
p { color: rgb(72,165,121); }
H1.HeaderClassName
{
color: #48A579;
}
.AnyTagClassName
{
color: #48A579;
}
</style>
background-color css
<style>
a { background-color: #48A579; }
a { background-color: rgb(72,165,121); }
div.DivClassName
{
background-color: #48A579;
}
.BgClassName
{
background-color: #48A579;
}
</style>
border-color css
<style>
span { border-color: #48A579; }
span { border-color: rgb(72,165,121); }
td.TdClassName
{
border-color: #48A579;
}
.TagClassName
{
border-color: #48A579;
}
</style>