Shades of Jewel #1B6543
Tints of Jewel #1B6543
RGB
CMYK
RGB Variations
Color information
#1B6543 (or 0x1B6543) is known color: Jewel. HEX triplet: 1B, 65 and 43. RGB value is (27,101,67). Sum of RGB (Red+Green+Blue) = 27+101+67=195 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.85% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #1B6543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6543 is #E49ABC. Grayscale: #4B4B4B. Windows color (decimal): -14981821 or 4416795. OLE color: 4416795.
HSL color Cylindrical-coordinate representation of color #1B6543: hue angle of 152.43º 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 #1B6543 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 27 | 101 | 67 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.60 |
| HSL | 152.43º | 0.58% | 0.25% | - |
| HSV(B) | 152.43º | 0.73% | 0.4% | - |
| XYZ | 6.12 | 9.95 | 6.91 | - |
| YUV | 75 | 123.48 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 101 | 67 | 0.73 | 0 | 0.34 | 0.60 | 152.43 | 0.58 | 0.25 |
| Hex | 1B | 65 | 43 | 49 | 0 | 22 | 3C | 98 | 3A | 19 |
| Octal | 33 | 145 | 103 | 111 | 0 | 42 | 74 | 230 | 72 | 31 |
| Binary | 11011 | 1100101 | 1000011 | 1001001 | 0 | 100010 | 111100 | 10011000 | 111010 | 11001 |
Color Harmonies of #1B6543
Complementary color
Monochromatic Colors of #1B6543
Black with #1B6543
Text Example
Text Example
White with #1B6543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6543; }
p { color: rgb(27,101,67); }
H1.HeaderClassName
{
color: #1B6543;
}
.AnyTagClassName
{
color: #1B6543;
}
</style>
background-color css
<style>
a { background-color: #1B6543; }
a { background-color: rgb(27,101,67); }
div.DivClassName
{
background-color: #1B6543;
}
.BgClassName
{
background-color: #1B6543;
}
</style>
border-color css
<style>
span { border-color: #1B6543; }
span { border-color: rgb(27,101,67); }
td.TdClassName
{
border-color: #1B6543;
}
.TagClassName
{
border-color: #1B6543;
}
</style>