Shades of Ocean Green #48956C
Tints of Ocean Green #48956C
RGB
CMYK
RGB Variations
Color information
#48956C (or 0x48956C) is known color: Ocean Green. HEX triplet: 48, 95 and 6C. RGB value is (72,149,108). Sum of RGB (Red+Green+Blue) = 72+149+108=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #48956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48956C is #B76A93. Grayscale: #797979. Windows color (decimal): -12020372 or 7116104. OLE color: 7116104.
HSL color Cylindrical-coordinate representation of color #48956C: hue angle of 148.05º 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 #48956C is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 149 | 108 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.42 |
| HSL | 148.05º | 0.35% | 0.43% | - |
| HSV(B) | 148.05º | 0.52% | 0.58% | - |
| XYZ | 16.13 | 23.96 | 17.96 | - |
| YUV | 121.3 | 120.49 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 149 | 108 | 0.52 | 0 | 0.28 | 0.42 | 148.05 | 0.35 | 0.43 |
| Hex | 48 | 95 | 6C | 34 | 0 | 1C | 2A | 94 | 23 | 2B |
| Octal | 110 | 225 | 154 | 64 | 0 | 34 | 52 | 224 | 43 | 53 |
| Binary | 1001000 | 10010101 | 1101100 | 110100 | 0 | 11100 | 101010 | 10010100 | 100011 | 101011 |
Color Harmonies of #48956C
Complementary color
Monochromatic Colors of #48956C
Black with #48956C
Text Example
Text Example
White with #48956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48956C; }
p { color: rgb(72,149,108); }
H1.HeaderClassName
{
color: #48956C;
}
.AnyTagClassName
{
color: #48956C;
}
</style>
background-color css
<style>
a { background-color: #48956C; }
a { background-color: rgb(72,149,108); }
div.DivClassName
{
background-color: #48956C;
}
.BgClassName
{
background-color: #48956C;
}
</style>
border-color css
<style>
span { border-color: #48956C; }
span { border-color: rgb(72,149,108); }
td.TdClassName
{
border-color: #48956C;
}
.TagClassName
{
border-color: #48956C;
}
</style>