Shades of Jewel #1B6B49
Tints of Jewel #1B6B49
RGB
CMYK
RGB Variations
Color information
#1B6B49 (or 0x1B6B49) is known color: Jewel. HEX triplet: 1B, 6B and 49. RGB value is (27,107,73). Sum of RGB (Red+Green+Blue) = 27+107+73=207 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.04% from 207); Green value is 107 (42.19% from 255 or 51.69% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 107 - color contains mainly: green. Hex color #1B6B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6B49 is #E494B6. Grayscale: #4F4F4F. Windows color (decimal): -14980279 or 4811547. OLE color: 4811547.
HSL color Cylindrical-coordinate representation of color #1B6B49: hue angle of 154.5º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6B49 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 107 | 73 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.58 |
| HSL | 154.5º | 0.6% | 0.26% | - |
| HSV(B) | 154.5º | 0.75% | 0.42% | - |
| XYZ | 6.91 | 11.23 | 8.11 | - |
| YUV | 79.2 | 124.5 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 107 | 73 | 0.75 | 0 | 0.32 | 0.58 | 154.5 | 0.6 | 0.26 |
| Hex | 1B | 6B | 49 | 4B | 0 | 20 | 3A | 9A | 3C | 1A |
| Octal | 33 | 153 | 111 | 113 | 0 | 40 | 72 | 232 | 74 | 32 |
| Binary | 11011 | 1101011 | 1001001 | 1001011 | 0 | 100000 | 111010 | 10011010 | 111100 | 11010 |
Color Harmonies of #1B6B49
Complementary color
Monochromatic Colors of #1B6B49
Black with #1B6B49
Text Example
Text Example
White with #1B6B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6B49; }
p { color: rgb(27,107,73); }
H1.HeaderClassName
{
color: #1B6B49;
}
.AnyTagClassName
{
color: #1B6B49;
}
</style>
background-color css
<style>
a { background-color: #1B6B49; }
a { background-color: rgb(27,107,73); }
div.DivClassName
{
background-color: #1B6B49;
}
.BgClassName
{
background-color: #1B6B49;
}
</style>
border-color css
<style>
span { border-color: #1B6B49; }
span { border-color: rgb(27,107,73); }
td.TdClassName
{
border-color: #1B6B49;
}
.TagClassName
{
border-color: #1B6B49;
}
</style>