Shades of Ocean Green #49B566
Tints of Ocean Green #49B566
RGB
CMYK
RGB Variations
Color information
#49B566 (or 0x49B566) is known color: Ocean Green. HEX triplet: 49, B5 and 66. RGB value is (73,181,102). Sum of RGB (Red+Green+Blue) = 73+181+102=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #49B566 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B566 is #B64A99. Grayscale: #8B8B8B. Windows color (decimal): -11946650 or 6731081. OLE color: 6731081.
HSL color Cylindrical-coordinate representation of color #49B566: hue angle of 136.11º 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 #49B566 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 181 | 102 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.29 |
| HSL | 136.11º | 0.43% | 0.5% | - |
| HSV(B) | 136.11º | 0.6% | 0.71% | - |
| XYZ | 21.67 | 35.42 | 18.27 | - |
| YUV | 139.7 | 106.72 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 181 | 102 | 0.60 | 0 | 0.44 | 0.29 | 136.11 | 0.43 | 0.5 |
| Hex | 49 | B5 | 66 | 3C | 0 | 2C | 1D | 88 | 2B | 32 |
| Octal | 111 | 265 | 146 | 74 | 0 | 54 | 35 | 210 | 53 | 62 |
| Binary | 1001001 | 10110101 | 1100110 | 111100 | 0 | 101100 | 11101 | 10001000 | 101011 | 110010 |
Color Harmonies of #49B566
Complementary color
Monochromatic Colors of #49B566
Black with #49B566
Text Example
Text Example
White with #49B566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B566; }
p { color: rgb(73,181,102); }
H1.HeaderClassName
{
color: #49B566;
}
.AnyTagClassName
{
color: #49B566;
}
</style>
background-color css
<style>
a { background-color: #49B566; }
a { background-color: rgb(73,181,102); }
div.DivClassName
{
background-color: #49B566;
}
.BgClassName
{
background-color: #49B566;
}
</style>
border-color css
<style>
span { border-color: #49B566; }
span { border-color: rgb(73,181,102); }
td.TdClassName
{
border-color: #49B566;
}
.TagClassName
{
border-color: #49B566;
}
</style>