Shades of Jewel #1B6344
Tints of Jewel #1B6344
RGB
CMYK
RGB Variations
Color information
#1B6344 (or 0x1B6344) is known color: Jewel. HEX triplet: 1B, 63 and 44. RGB value is (27,99,68). Sum of RGB (Red+Green+Blue) = 27+99+68=194 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.92% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #1B6344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6344 is #E49CBB. Grayscale: #494949. Windows color (decimal): -14982332 or 4481819. OLE color: 4481819.
HSL color Cylindrical-coordinate representation of color #1B6344: hue angle of 154.17º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B6344 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 27 | 99 | 68 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.61 |
| HSL | 154.17º | 0.57% | 0.25% | - |
| HSV(B) | 154.17º | 0.73% | 0.39% | - |
| XYZ | 5.96 | 9.57 | 7 | - |
| YUV | 73.94 | 124.65 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 99 | 68 | 0.73 | 0 | 0.31 | 0.61 | 154.17 | 0.57 | 0.25 |
| Hex | 1B | 63 | 44 | 49 | 0 | 1F | 3D | 9A | 39 | 19 |
| Octal | 33 | 143 | 104 | 111 | 0 | 37 | 75 | 232 | 71 | 31 |
| Binary | 11011 | 1100011 | 1000100 | 1001001 | 0 | 11111 | 111101 | 10011010 | 111001 | 11001 |
Color Harmonies of #1B6344
Complementary color
Monochromatic Colors of #1B6344
Black with #1B6344
Text Example
Text Example
White with #1B6344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6344; }
p { color: rgb(27,99,68); }
H1.HeaderClassName
{
color: #1B6344;
}
.AnyTagClassName
{
color: #1B6344;
}
</style>
background-color css
<style>
a { background-color: #1B6344; }
a { background-color: rgb(27,99,68); }
div.DivClassName
{
background-color: #1B6344;
}
.BgClassName
{
background-color: #1B6344;
}
</style>
border-color css
<style>
span { border-color: #1B6344; }
span { border-color: rgb(27,99,68); }
td.TdClassName
{
border-color: #1B6344;
}
.TagClassName
{
border-color: #1B6344;
}
</style>