Shades of Jewel #1B6844
Tints of Jewel #1B6844
RGB
CMYK
RGB Variations
Color information
#1B6844 (or 0x1B6844) is known color: Jewel. HEX triplet: 1B, 68 and 44. RGB value is (27,104,68). Sum of RGB (Red+Green+Blue) = 27+104+68=199 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.57% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #1B6844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6844 is #E497BB. Grayscale: #4C4C4C. Windows color (decimal): -14981052 or 4483099. OLE color: 4483099.
HSL color Cylindrical-coordinate representation of color #1B6844: hue angle of 151.95º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B6844 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 104 | 68 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.59 |
| HSL | 151.95º | 0.59% | 0.26% | - |
| HSV(B) | 151.95º | 0.74% | 0.41% | - |
| XYZ | 6.45 | 10.55 | 7.17 | - |
| YUV | 76.87 | 122.99 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 104 | 68 | 0.74 | 0 | 0.35 | 0.59 | 151.95 | 0.59 | 0.26 |
| Hex | 1B | 68 | 44 | 4A | 0 | 23 | 3B | 98 | 3B | 1A |
| Octal | 33 | 150 | 104 | 112 | 0 | 43 | 73 | 230 | 73 | 32 |
| Binary | 11011 | 1101000 | 1000100 | 1001010 | 0 | 100011 | 111011 | 10011000 | 111011 | 11010 |
Color Harmonies of #1B6844
Complementary color
Monochromatic Colors of #1B6844
Black with #1B6844
Text Example
Text Example
White with #1B6844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6844; }
p { color: rgb(27,104,68); }
H1.HeaderClassName
{
color: #1B6844;
}
.AnyTagClassName
{
color: #1B6844;
}
</style>
background-color css
<style>
a { background-color: #1B6844; }
a { background-color: rgb(27,104,68); }
div.DivClassName
{
background-color: #1B6844;
}
.BgClassName
{
background-color: #1B6844;
}
</style>
border-color css
<style>
span { border-color: #1B6844; }
span { border-color: rgb(27,104,68); }
td.TdClassName
{
border-color: #1B6844;
}
.TagClassName
{
border-color: #1B6844;
}
</style>