Shades of Jewel #1B6548
Tints of Jewel #1B6548
RGB
CMYK
RGB Variations
Color information
#1B6548 (or 0x1B6548) is known color: Jewel. HEX triplet: 1B, 65 and 48. RGB value is (27,101,72). Sum of RGB (Red+Green+Blue) = 27+101+72=200 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.5% from 200); Green value is 101 (39.84% from 255 or 50.5% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 101 - color contains mainly: green. Hex color #1B6548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6548 is #E49AB7. Grayscale: #4B4B4B. Windows color (decimal): -14981816 or 4744475. OLE color: 4744475.
HSL color Cylindrical-coordinate representation of color #1B6548: hue angle of 156.49º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B6548 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 27 | 101 | 72 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.60 |
| HSL | 156.49º | 0.58% | 0.25% | - |
| HSV(B) | 156.49º | 0.73% | 0.4% | - |
| XYZ | 6.28 | 10.01 | 7.73 | - |
| YUV | 75.57 | 125.98 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 101 | 72 | 0.73 | 0 | 0.29 | 0.60 | 156.49 | 0.58 | 0.25 |
| Hex | 1B | 65 | 48 | 49 | 0 | 1D | 3C | 9C | 3A | 19 |
| Octal | 33 | 145 | 110 | 111 | 0 | 35 | 74 | 234 | 72 | 31 |
| Binary | 11011 | 1100101 | 1001000 | 1001001 | 0 | 11101 | 111100 | 10011100 | 111010 | 11001 |
Color Harmonies of #1B6548
Complementary color
Monochromatic Colors of #1B6548
Black with #1B6548
Text Example
Text Example
White with #1B6548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6548; }
p { color: rgb(27,101,72); }
H1.HeaderClassName
{
color: #1B6548;
}
.AnyTagClassName
{
color: #1B6548;
}
</style>
background-color css
<style>
a { background-color: #1B6548; }
a { background-color: rgb(27,101,72); }
div.DivClassName
{
background-color: #1B6548;
}
.BgClassName
{
background-color: #1B6548;
}
</style>
border-color css
<style>
span { border-color: #1B6548; }
span { border-color: rgb(27,101,72); }
td.TdClassName
{
border-color: #1B6548;
}
.TagClassName
{
border-color: #1B6548;
}
</style>