Shades of Ocean Green #48A775
Tints of Ocean Green #48A775
RGB
CMYK
RGB Variations
Color information
#48A775 (or 0x48A775) is known color: Ocean Green. HEX triplet: 48, A7 and 75. RGB value is (72,167,117). Sum of RGB (Red+Green+Blue) = 72+167+117=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 167 - color contains mainly: green. Hex color #48A775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A775 is #B7588A. Grayscale: #858585. Windows color (decimal): -12015755 or 7710536. OLE color: 7710536.
HSL color Cylindrical-coordinate representation of color #48A775: hue angle of 148.42º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A775 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 72 | 167 | 117 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.35 |
| HSL | 148.42º | 0.4% | 0.47% | - |
| HSV(B) | 148.42º | 0.57% | 0.65% | - |
| XYZ | 19.7 | 30.3 | 21.64 | - |
| YUV | 132.9 | 119.03 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 167 | 117 | 0.57 | 0 | 0.30 | 0.35 | 148.42 | 0.4 | 0.47 |
| Hex | 48 | A7 | 75 | 39 | 0 | 1E | 23 | 94 | 28 | 2F |
| Octal | 110 | 247 | 165 | 71 | 0 | 36 | 43 | 224 | 50 | 57 |
| Binary | 1001000 | 10100111 | 1110101 | 111001 | 0 | 11110 | 100011 | 10010100 | 101000 | 101111 |
Color Harmonies of #48A775
Complementary color
Monochromatic Colors of #48A775
Black with #48A775
Text Example
Text Example
White with #48A775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A775; }
p { color: rgb(72,167,117); }
H1.HeaderClassName
{
color: #48A775;
}
.AnyTagClassName
{
color: #48A775;
}
</style>
background-color css
<style>
a { background-color: #48A775; }
a { background-color: rgb(72,167,117); }
div.DivClassName
{
background-color: #48A775;
}
.BgClassName
{
background-color: #48A775;
}
</style>
border-color css
<style>
span { border-color: #48A775; }
span { border-color: rgb(72,167,117); }
td.TdClassName
{
border-color: #48A775;
}
.TagClassName
{
border-color: #48A775;
}
</style>