Shades of Keppel #49B68D
Tints of Keppel #49B68D
RGB
CMYK
RGB Variations
Color information
#49B68D (or 0x49B68D) is known color: Keppel. HEX triplet: 49, B6 and 8D. RGB value is (73,182,141). Sum of RGB (Red+Green+Blue) = 73+182+141=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 182 - color contains mainly: green. Hex color #49B68D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B68D is #B64972. Grayscale: #909090. Windows color (decimal): -11946355 or 9287241. OLE color: 9287241.
HSL color Cylindrical-coordinate representation of color #49B68D: hue angle of 157.43º 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 #49B68D is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 182 | 141 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.29 |
| HSL | 157.43º | 0.43% | 0.5% | - |
| HSV(B) | 157.43º | 0.6% | 0.71% | - |
| XYZ | 24.28 | 36.8 | 31.02 | - |
| YUV | 144.74 | 125.89 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 182 | 141 | 0.60 | 0 | 0.23 | 0.29 | 157.43 | 0.43 | 0.5 |
| Hex | 49 | B6 | 8D | 3C | 0 | 17 | 1D | 9D | 2B | 32 |
| Octal | 111 | 266 | 215 | 74 | 0 | 27 | 35 | 235 | 53 | 62 |
| Binary | 1001001 | 10110110 | 10001101 | 111100 | 0 | 10111 | 11101 | 10011101 | 101011 | 110010 |
Color Harmonies of #49B68D
Complementary color
Monochromatic Colors of #49B68D
Black with #49B68D
Text Example
Text Example
White with #49B68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B68D; }
p { color: rgb(73,182,141); }
H1.HeaderClassName
{
color: #49B68D;
}
.AnyTagClassName
{
color: #49B68D;
}
</style>
background-color css
<style>
a { background-color: #49B68D; }
a { background-color: rgb(73,182,141); }
div.DivClassName
{
background-color: #49B68D;
}
.BgClassName
{
background-color: #49B68D;
}
</style>
border-color css
<style>
span { border-color: #49B68D; }
span { border-color: rgb(73,182,141); }
td.TdClassName
{
border-color: #49B68D;
}
.TagClassName
{
border-color: #49B68D;
}
</style>