Shades of Ocean Green #48956B
Tints of Ocean Green #48956B
RGB
CMYK
RGB Variations
Color information
#48956B (or 0x48956B) is known color: Ocean Green. HEX triplet: 48, 95 and 6B. RGB value is (72,149,107). Sum of RGB (Red+Green+Blue) = 72+149+107=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #48956B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48956B is #B76A94. Grayscale: #797979. Windows color (decimal): -12020373 or 7050568. OLE color: 7050568.
HSL color Cylindrical-coordinate representation of color #48956B: hue angle of 147.27º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48956B is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 149 | 107 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.42 |
| HSL | 147.27º | 0.35% | 0.43% | - |
| HSV(B) | 147.27º | 0.52% | 0.58% | - |
| XYZ | 16.07 | 23.93 | 17.68 | - |
| YUV | 121.19 | 119.99 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 149 | 107 | 0.52 | 0 | 0.28 | 0.42 | 147.27 | 0.35 | 0.43 |
| Hex | 48 | 95 | 6B | 34 | 0 | 1C | 2A | 93 | 23 | 2B |
| Octal | 110 | 225 | 153 | 64 | 0 | 34 | 52 | 223 | 43 | 53 |
| Binary | 1001000 | 10010101 | 1101011 | 110100 | 0 | 11100 | 101010 | 10010011 | 100011 | 101011 |
Color Harmonies of #48956B
Complementary color
Monochromatic Colors of #48956B
Black with #48956B
Text Example
Text Example
White with #48956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48956B; }
p { color: rgb(72,149,107); }
H1.HeaderClassName
{
color: #48956B;
}
.AnyTagClassName
{
color: #48956B;
}
</style>
background-color css
<style>
a { background-color: #48956B; }
a { background-color: rgb(72,149,107); }
div.DivClassName
{
background-color: #48956B;
}
.BgClassName
{
background-color: #48956B;
}
</style>
border-color css
<style>
span { border-color: #48956B; }
span { border-color: rgb(72,149,107); }
td.TdClassName
{
border-color: #48956B;
}
.TagClassName
{
border-color: #48956B;
}
</style>