Shades of Ocean Green #48A570
Tints of Ocean Green #48A570
RGB
CMYK
RGB Variations
Color information
#48A570 (or 0x48A570) is known color: Ocean Green. HEX triplet: 48, A5 and 70. RGB value is (72,165,112). Sum of RGB (Red+Green+Blue) = 72+165+112=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 165 - color contains mainly: green. Hex color #48A570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A570 is #B75A8F. Grayscale: #838383. Windows color (decimal): -12016272 or 7382344. OLE color: 7382344.
HSL color Cylindrical-coordinate representation of color #48A570: hue angle of 145.81º 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 #48A570 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 72 | 165 | 112 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.35 |
| HSL | 145.81º | 0.39% | 0.46% | - |
| HSV(B) | 145.81º | 0.56% | 0.65% | - |
| XYZ | 19.05 | 29.46 | 20.01 | - |
| YUV | 131.15 | 117.19 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 165 | 112 | 0.56 | 0 | 0.32 | 0.35 | 145.81 | 0.39 | 0.46 |
| Hex | 48 | A5 | 70 | 38 | 0 | 20 | 23 | 92 | 27 | 2E |
| Octal | 110 | 245 | 160 | 70 | 0 | 40 | 43 | 222 | 47 | 56 |
| Binary | 1001000 | 10100101 | 1110000 | 111000 | 0 | 100000 | 100011 | 10010010 | 100111 | 101110 |
Color Harmonies of #48A570
Complementary color
Monochromatic Colors of #48A570
Black with #48A570
Text Example
Text Example
White with #48A570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A570; }
p { color: rgb(72,165,112); }
H1.HeaderClassName
{
color: #48A570;
}
.AnyTagClassName
{
color: #48A570;
}
</style>
background-color css
<style>
a { background-color: #48A570; }
a { background-color: rgb(72,165,112); }
div.DivClassName
{
background-color: #48A570;
}
.BgClassName
{
background-color: #48A570;
}
</style>
border-color css
<style>
span { border-color: #48A570; }
span { border-color: rgb(72,165,112); }
td.TdClassName
{
border-color: #48A570;
}
.TagClassName
{
border-color: #48A570;
}
</style>