Shades of Ocean Green #49B567
Tints of Ocean Green #49B567
RGB
CMYK
RGB Variations
Color information
#49B567 (or 0x49B567) is known color: Ocean Green. HEX triplet: 49, B5 and 67. RGB value is (73,181,103). Sum of RGB (Red+Green+Blue) = 73+181+103=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #49B567 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B567 is #B64A98. Grayscale: #8C8C8C. Windows color (decimal): -11946649 or 6796617. OLE color: 6796617.
HSL color Cylindrical-coordinate representation of color #49B567: hue angle of 136.67º 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 #49B567 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 181 | 103 | - |
| CMYK | 0.60 | 0 | 0.43 | 0.29 |
| HSL | 136.67º | 0.43% | 0.5% | - |
| HSV(B) | 136.67º | 0.6% | 0.71% | - |
| XYZ | 21.72 | 35.44 | 18.53 | - |
| YUV | 139.82 | 107.22 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 181 | 103 | 0.60 | 0 | 0.43 | 0.29 | 136.67 | 0.43 | 0.5 |
| Hex | 49 | B5 | 67 | 3C | 0 | 2B | 1D | 89 | 2B | 32 |
| Octal | 111 | 265 | 147 | 74 | 0 | 53 | 35 | 211 | 53 | 62 |
| Binary | 1001001 | 10110101 | 1100111 | 111100 | 0 | 101011 | 11101 | 10001001 | 101011 | 110010 |
Color Harmonies of #49B567
Complementary color
Monochromatic Colors of #49B567
Black with #49B567
Text Example
Text Example
White with #49B567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B567; }
p { color: rgb(73,181,103); }
H1.HeaderClassName
{
color: #49B567;
}
.AnyTagClassName
{
color: #49B567;
}
</style>
background-color css
<style>
a { background-color: #49B567; }
a { background-color: rgb(73,181,103); }
div.DivClassName
{
background-color: #49B567;
}
.BgClassName
{
background-color: #49B567;
}
</style>
border-color css
<style>
span { border-color: #49B567; }
span { border-color: rgb(73,181,103); }
td.TdClassName
{
border-color: #49B567;
}
.TagClassName
{
border-color: #49B567;
}
</style>