Shades of Jewel #1B6345
Tints of Jewel #1B6345
RGB
CMYK
RGB Variations
Color information
#1B6345 (or 0x1B6345) is known color: Jewel. HEX triplet: 1B, 63 and 45. RGB value is (27,99,69). Sum of RGB (Red+Green+Blue) = 27+99+69=195 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.85% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #1B6345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6345 is #E49CBA. Grayscale: #4A4A4A. Windows color (decimal): -14982331 or 4547355. OLE color: 4547355.
HSL color Cylindrical-coordinate representation of color #1B6345: hue angle of 155º 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 #1B6345 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 27 | 99 | 69 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.61 |
| HSL | 155º | 0.57% | 0.25% | - |
| HSV(B) | 155º | 0.73% | 0.39% | - |
| XYZ | 5.99 | 9.59 | 7.16 | - |
| YUV | 74.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 99 | 69 | 0.73 | 0 | 0.30 | 0.61 | 155 | 0.57 | 0.25 |
| Hex | 1B | 63 | 45 | 49 | 0 | 1E | 3D | 9B | 39 | 19 |
| Octal | 33 | 143 | 105 | 111 | 0 | 36 | 75 | 233 | 71 | 31 |
| Binary | 11011 | 1100011 | 1000101 | 1001001 | 0 | 11110 | 111101 | 10011011 | 111001 | 11001 |
Color Harmonies of #1B6345
Complementary color
Monochromatic Colors of #1B6345
Black with #1B6345
Text Example
Text Example
White with #1B6345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6345; }
p { color: rgb(27,99,69); }
H1.HeaderClassName
{
color: #1B6345;
}
.AnyTagClassName
{
color: #1B6345;
}
</style>
background-color css
<style>
a { background-color: #1B6345; }
a { background-color: rgb(27,99,69); }
div.DivClassName
{
background-color: #1B6345;
}
.BgClassName
{
background-color: #1B6345;
}
</style>
border-color css
<style>
span { border-color: #1B6345; }
span { border-color: rgb(27,99,69); }
td.TdClassName
{
border-color: #1B6345;
}
.TagClassName
{
border-color: #1B6345;
}
</style>