Shades of Ocean Green #48B574
Tints of Ocean Green #48B574
RGB
CMYK
RGB Variations
Color information
#48B574 (or 0x48B574) is known color: Ocean Green. HEX triplet: 48, B5 and 74. RGB value is (72,181,116). Sum of RGB (Red+Green+Blue) = 72+181+116=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #48B574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B574 is #B74A8B. Grayscale: #8D8D8D. Windows color (decimal): -12012172 or 7648584. OLE color: 7648584.
HSL color Cylindrical-coordinate representation of color #48B574: hue angle of 144.22º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B574 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 181 | 116 | - |
| CMYK | 0.60 | 0 | 0.36 | 0.29 |
| HSL | 144.22º | 0.43% | 0.5% | - |
| HSV(B) | 144.22º | 0.6% | 0.71% | - |
| XYZ | 22.35 | 35.69 | 22.23 | - |
| YUV | 141 | 113.89 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 181 | 116 | 0.60 | 0 | 0.36 | 0.29 | 144.22 | 0.43 | 0.5 |
| Hex | 48 | B5 | 74 | 3C | 0 | 24 | 1D | 90 | 2B | 32 |
| Octal | 110 | 265 | 164 | 74 | 0 | 44 | 35 | 220 | 53 | 62 |
| Binary | 1001000 | 10110101 | 1110100 | 111100 | 0 | 100100 | 11101 | 10010000 | 101011 | 110010 |
Color Harmonies of #48B574
Complementary color
Monochromatic Colors of #48B574
Black with #48B574
Text Example
Text Example
White with #48B574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B574; }
p { color: rgb(72,181,116); }
H1.HeaderClassName
{
color: #48B574;
}
.AnyTagClassName
{
color: #48B574;
}
</style>
background-color css
<style>
a { background-color: #48B574; }
a { background-color: rgb(72,181,116); }
div.DivClassName
{
background-color: #48B574;
}
.BgClassName
{
background-color: #48B574;
}
</style>
border-color css
<style>
span { border-color: #48B574; }
span { border-color: rgb(72,181,116); }
td.TdClassName
{
border-color: #48B574;
}
.TagClassName
{
border-color: #48B574;
}
</style>