Shades of Ocean Green #48A375
Tints of Ocean Green #48A375
RGB
CMYK
RGB Variations
Color information
#48A375 (or 0x48A375) is known color: Ocean Green. HEX triplet: 48, A3 and 75. RGB value is (72,163,117). Sum of RGB (Red+Green+Blue) = 72+163+117=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 163 (64.06% from 255 or 46.31% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 163 - color contains mainly: green. Hex color #48A375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A375 is #B75C8A. Grayscale: #828282. Windows color (decimal): -12016779 or 7709512. OLE color: 7709512.
HSL color Cylindrical-coordinate representation of color #48A375: hue angle of 149.67º 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 #48A375 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 163 | 117 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.36 |
| HSL | 149.67º | 0.39% | 0.46% | - |
| HSV(B) | 149.67º | 0.56% | 0.64% | - |
| XYZ | 18.98 | 28.86 | 21.4 | - |
| YUV | 130.55 | 120.35 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 163 | 117 | 0.56 | 0 | 0.28 | 0.36 | 149.67 | 0.39 | 0.46 |
| Hex | 48 | A3 | 75 | 38 | 0 | 1C | 24 | 96 | 27 | 2E |
| Octal | 110 | 243 | 165 | 70 | 0 | 34 | 44 | 226 | 47 | 56 |
| Binary | 1001000 | 10100011 | 1110101 | 111000 | 0 | 11100 | 100100 | 10010110 | 100111 | 101110 |
Color Harmonies of #48A375
Complementary color
Monochromatic Colors of #48A375
Black with #48A375
Text Example
Text Example
White with #48A375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A375; }
p { color: rgb(72,163,117); }
H1.HeaderClassName
{
color: #48A375;
}
.AnyTagClassName
{
color: #48A375;
}
</style>
background-color css
<style>
a { background-color: #48A375; }
a { background-color: rgb(72,163,117); }
div.DivClassName
{
background-color: #48A375;
}
.BgClassName
{
background-color: #48A375;
}
</style>
border-color css
<style>
span { border-color: #48A375; }
span { border-color: rgb(72,163,117); }
td.TdClassName
{
border-color: #48A375;
}
.TagClassName
{
border-color: #48A375;
}
</style>