Shades of Keppel #49B68B
Tints of Keppel #49B68B
RGB
CMYK
RGB Variations
Color information
#49B68B (or 0x49B68B) is known color: Keppel. HEX triplet: 49, B6 and 8B. RGB value is (73,182,139). Sum of RGB (Red+Green+Blue) = 73+182+139=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 182 - color contains mainly: green. Hex color #49B68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B68B is #B64974. Grayscale: #909090. Windows color (decimal): -11946357 or 9156169. OLE color: 9156169.
HSL color Cylindrical-coordinate representation of color #49B68B: hue angle of 156.33º 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 #49B68B is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 182 | 139 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.29 |
| HSL | 156.33º | 0.43% | 0.5% | - |
| HSV(B) | 156.33º | 0.6% | 0.71% | - |
| XYZ | 24.14 | 36.74 | 30.24 | - |
| YUV | 144.51 | 124.89 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 182 | 139 | 0.60 | 0 | 0.24 | 0.29 | 156.33 | 0.43 | 0.5 |
| Hex | 49 | B6 | 8B | 3C | 0 | 18 | 1D | 9C | 2B | 32 |
| Octal | 111 | 266 | 213 | 74 | 0 | 30 | 35 | 234 | 53 | 62 |
| Binary | 1001001 | 10110110 | 10001011 | 111100 | 0 | 11000 | 11101 | 10011100 | 101011 | 110010 |
Color Harmonies of #49B68B
Complementary color
Monochromatic Colors of #49B68B
Black with #49B68B
Text Example
Text Example
White with #49B68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B68B; }
p { color: rgb(73,182,139); }
H1.HeaderClassName
{
color: #49B68B;
}
.AnyTagClassName
{
color: #49B68B;
}
</style>
background-color css
<style>
a { background-color: #49B68B; }
a { background-color: rgb(73,182,139); }
div.DivClassName
{
background-color: #49B68B;
}
.BgClassName
{
background-color: #49B68B;
}
</style>
border-color css
<style>
span { border-color: #49B68B; }
span { border-color: rgb(73,182,139); }
td.TdClassName
{
border-color: #49B68B;
}
.TagClassName
{
border-color: #49B68B;
}
</style>