Shades of Keppel #49B591
Tints of Keppel #49B591
RGB
CMYK
RGB Variations
Color information
#49B591 (or 0x49B591) is known color: Keppel. HEX triplet: 49, B5 and 91. RGB value is (73,181,145). Sum of RGB (Red+Green+Blue) = 73+181+145=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 181 - color contains mainly: green. Hex color #49B591 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B591 is #B64A6E. Grayscale: #909090. Windows color (decimal): -11946607 or 9549129. OLE color: 9549129.
HSL color Cylindrical-coordinate representation of color #49B591: hue angle of 160º 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 #49B591 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 181 | 145 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.29 |
| HSL | 160º | 0.43% | 0.5% | - |
| HSV(B) | 160º | 0.6% | 0.71% | - |
| XYZ | 24.38 | 36.51 | 32.55 | - |
| YUV | 144.6 | 128.22 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 181 | 145 | 0.60 | 0 | 0.20 | 0.29 | 160 | 0.43 | 0.5 |
| Hex | 49 | B5 | 91 | 3C | 0 | 14 | 1D | A0 | 2B | 32 |
| Octal | 111 | 265 | 221 | 74 | 0 | 24 | 35 | 240 | 53 | 62 |
| Binary | 1001001 | 10110101 | 10010001 | 111100 | 0 | 10100 | 11101 | 10100000 | 101011 | 110010 |
Color Harmonies of #49B591
Complementary color
Monochromatic Colors of #49B591
Black with #49B591
Text Example
Text Example
White with #49B591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B591; }
p { color: rgb(73,181,145); }
H1.HeaderClassName
{
color: #49B591;
}
.AnyTagClassName
{
color: #49B591;
}
</style>
background-color css
<style>
a { background-color: #49B591; }
a { background-color: rgb(73,181,145); }
div.DivClassName
{
background-color: #49B591;
}
.BgClassName
{
background-color: #49B591;
}
</style>
border-color css
<style>
span { border-color: #49B591; }
span { border-color: rgb(73,181,145); }
td.TdClassName
{
border-color: #49B591;
}
.TagClassName
{
border-color: #49B591;
}
</style>