Shades of Ocean Green #48AD65
Tints of Ocean Green #48AD65
RGB
CMYK
RGB Variations
Color information
#48AD65 (or 0x48AD65) is known color: Ocean Green. HEX triplet: 48, AD and 65. RGB value is (72,173,101). Sum of RGB (Red+Green+Blue) = 72+173+101=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AD65 is #B7529A. Grayscale: #868686. Windows color (decimal): -12014235 or 6663496. OLE color: 6663496.
HSL color Cylindrical-coordinate representation of color #48AD65: hue angle of 137.23º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AD65 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 173 | 101 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.32 |
| HSL | 137.23º | 0.41% | 0.48% | - |
| HSV(B) | 137.23º | 0.58% | 0.68% | - |
| XYZ | 19.97 | 32.2 | 17.48 | - |
| YUV | 134.59 | 109.04 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 101 | 0.58 | 0 | 0.42 | 0.32 | 137.23 | 0.41 | 0.48 |
| Hex | 48 | AD | 65 | 3A | 0 | 2A | 20 | 89 | 29 | 30 |
| Octal | 110 | 255 | 145 | 72 | 0 | 52 | 40 | 211 | 51 | 60 |
| Binary | 1001000 | 10101101 | 1100101 | 111010 | 0 | 101010 | 100000 | 10001001 | 101001 | 110000 |
Color Harmonies of #48AD65
Complementary color
Monochromatic Colors of #48AD65
Black with #48AD65
Text Example
Text Example
White with #48AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AD65; }
p { color: rgb(72,173,101); }
H1.HeaderClassName
{
color: #48AD65;
}
.AnyTagClassName
{
color: #48AD65;
}
</style>
background-color css
<style>
a { background-color: #48AD65; }
a { background-color: rgb(72,173,101); }
div.DivClassName
{
background-color: #48AD65;
}
.BgClassName
{
background-color: #48AD65;
}
</style>
border-color css
<style>
span { border-color: #48AD65; }
span { border-color: rgb(72,173,101); }
td.TdClassName
{
border-color: #48AD65;
}
.TagClassName
{
border-color: #48AD65;
}
</style>