Shades of Ocean Green #49A378
Tints of Ocean Green #49A378
RGB
CMYK
RGB Variations
Color information
#49A378 (or 0x49A378) is known color: Ocean Green. HEX triplet: 49, A3 and 78. RGB value is (73,163,120). Sum of RGB (Red+Green+Blue) = 73+163+120=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 163 - color contains mainly: green. Hex color #49A378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A378 is #B65C87. Grayscale: #838383. Windows color (decimal): -11951240 or 7906121. OLE color: 7906121.
HSL color Cylindrical-coordinate representation of color #49A378: hue angle of 151.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A378 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 163 | 120 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.36 |
| HSL | 151.33º | 0.38% | 0.46% | - |
| HSV(B) | 151.33º | 0.55% | 0.64% | - |
| XYZ | 19.24 | 28.97 | 22.35 | - |
| YUV | 131.19 | 121.68 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 163 | 120 | 0.55 | 0 | 0.26 | 0.36 | 151.33 | 0.38 | 0.46 |
| Hex | 49 | A3 | 78 | 37 | 0 | 1A | 24 | 97 | 26 | 2E |
| Octal | 111 | 243 | 170 | 67 | 0 | 32 | 44 | 227 | 46 | 56 |
| Binary | 1001001 | 10100011 | 1111000 | 110111 | 0 | 11010 | 100100 | 10010111 | 100110 | 101110 |
Color Harmonies of #49A378
Complementary color
Monochromatic Colors of #49A378
Black with #49A378
Text Example
Text Example
White with #49A378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A378; }
p { color: rgb(73,163,120); }
H1.HeaderClassName
{
color: #49A378;
}
.AnyTagClassName
{
color: #49A378;
}
</style>
background-color css
<style>
a { background-color: #49A378; }
a { background-color: rgb(73,163,120); }
div.DivClassName
{
background-color: #49A378;
}
.BgClassName
{
background-color: #49A378;
}
</style>
border-color css
<style>
span { border-color: #49A378; }
span { border-color: rgb(73,163,120); }
td.TdClassName
{
border-color: #49A378;
}
.TagClassName
{
border-color: #49A378;
}
</style>