Shades of Ocean Green #48A36D
Tints of Ocean Green #48A36D
RGB
CMYK
RGB Variations
Color information
#48A36D (or 0x48A36D) is known color: Ocean Green. HEX triplet: 48, A3 and 6D. RGB value is (72,163,109). Sum of RGB (Red+Green+Blue) = 72+163+109=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 163 - color contains mainly: green. Hex color #48A36D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A36D is #B75C92. Grayscale: #818181. Windows color (decimal): -12016787 or 7185224. OLE color: 7185224.
HSL color Cylindrical-coordinate representation of color #48A36D: hue angle of 144.4º 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 #48A36D is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 163 | 109 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.36 |
| HSL | 144.4º | 0.39% | 0.46% | - |
| HSV(B) | 144.4º | 0.56% | 0.64% | - |
| XYZ | 18.53 | 28.68 | 19.03 | - |
| YUV | 129.64 | 116.35 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 163 | 109 | 0.56 | 0 | 0.33 | 0.36 | 144.4 | 0.39 | 0.46 |
| Hex | 48 | A3 | 6D | 38 | 0 | 21 | 24 | 90 | 27 | 2E |
| Octal | 110 | 243 | 155 | 70 | 0 | 41 | 44 | 220 | 47 | 56 |
| Binary | 1001000 | 10100011 | 1101101 | 111000 | 0 | 100001 | 100100 | 10010000 | 100111 | 101110 |
Color Harmonies of #48A36D
Complementary color
Monochromatic Colors of #48A36D
Black with #48A36D
Text Example
Text Example
White with #48A36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A36D; }
p { color: rgb(72,163,109); }
H1.HeaderClassName
{
color: #48A36D;
}
.AnyTagClassName
{
color: #48A36D;
}
</style>
background-color css
<style>
a { background-color: #48A36D; }
a { background-color: rgb(72,163,109); }
div.DivClassName
{
background-color: #48A36D;
}
.BgClassName
{
background-color: #48A36D;
}
</style>
border-color css
<style>
span { border-color: #48A36D; }
span { border-color: rgb(72,163,109); }
td.TdClassName
{
border-color: #48A36D;
}
.TagClassName
{
border-color: #48A36D;
}
</style>