Shades of Ocean Green #49B378
Tints of Ocean Green #49B378
RGB
CMYK
RGB Variations
Color information
#49B378 (or 0x49B378) is known color: Ocean Green. HEX triplet: 49, B3 and 78. RGB value is (73,179,120). Sum of RGB (Red+Green+Blue) = 73+179+120=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #49B378 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B378 is #B64C87. Grayscale: #8C8C8C. Windows color (decimal): -11947144 or 7910217. OLE color: 7910217.
HSL color Cylindrical-coordinate representation of color #49B378: hue angle of 146.6º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B378 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 179 | 120 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.30 |
| HSL | 146.6º | 0.42% | 0.49% | - |
| HSV(B) | 146.6º | 0.59% | 0.7% | - |
| XYZ | 22.26 | 35.01 | 23.35 | - |
| YUV | 140.58 | 116.38 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 179 | 120 | 0.59 | 0 | 0.33 | 0.30 | 146.6 | 0.42 | 0.49 |
| Hex | 49 | B3 | 78 | 3B | 0 | 21 | 1E | 93 | 2A | 31 |
| Octal | 111 | 263 | 170 | 73 | 0 | 41 | 36 | 223 | 52 | 61 |
| Binary | 1001001 | 10110011 | 1111000 | 111011 | 0 | 100001 | 11110 | 10010011 | 101010 | 110001 |
Color Harmonies of #49B378
Complementary color
Monochromatic Colors of #49B378
Black with #49B378
Text Example
Text Example
White with #49B378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B378; }
p { color: rgb(73,179,120); }
H1.HeaderClassName
{
color: #49B378;
}
.AnyTagClassName
{
color: #49B378;
}
</style>
background-color css
<style>
a { background-color: #49B378; }
a { background-color: rgb(73,179,120); }
div.DivClassName
{
background-color: #49B378;
}
.BgClassName
{
background-color: #49B378;
}
</style>
border-color css
<style>
span { border-color: #49B378; }
span { border-color: rgb(73,179,120); }
td.TdClassName
{
border-color: #49B378;
}
.TagClassName
{
border-color: #49B378;
}
</style>