Shades of Jewel #1B6446
Tints of Jewel #1B6446
RGB
CMYK
RGB Variations
Color information
#1B6446 (or 0x1B6446) is known color: Jewel. HEX triplet: 1B, 64 and 46. RGB value is (27,100,70). Sum of RGB (Red+Green+Blue) = 27+100+70=197 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.71% from 197); Green value is 100 (39.45% from 255 or 50.76% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 100 - color contains mainly: green. Hex color #1B6446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6446 is #E49BB9. Grayscale: #4A4A4A. Windows color (decimal): -14982074 or 4613147. OLE color: 4613147.
HSL color Cylindrical-coordinate representation of color #1B6446: hue angle of 155.34º 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 #1B6446 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 27 | 100 | 70 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.61 |
| HSL | 155.34º | 0.57% | 0.25% | - |
| HSV(B) | 155.34º | 0.73% | 0.39% | - |
| XYZ | 6.11 | 9.79 | 7.36 | - |
| YUV | 74.75 | 125.32 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 100 | 70 | 0.73 | 0 | 0.30 | 0.61 | 155.34 | 0.57 | 0.25 |
| Hex | 1B | 64 | 46 | 49 | 0 | 1E | 3D | 9B | 39 | 19 |
| Octal | 33 | 144 | 106 | 111 | 0 | 36 | 75 | 233 | 71 | 31 |
| Binary | 11011 | 1100100 | 1000110 | 1001001 | 0 | 11110 | 111101 | 10011011 | 111001 | 11001 |
Color Harmonies of #1B6446
Complementary color
Monochromatic Colors of #1B6446
Black with #1B6446
Text Example
Text Example
White with #1B6446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6446; }
p { color: rgb(27,100,70); }
H1.HeaderClassName
{
color: #1B6446;
}
.AnyTagClassName
{
color: #1B6446;
}
</style>
background-color css
<style>
a { background-color: #1B6446; }
a { background-color: rgb(27,100,70); }
div.DivClassName
{
background-color: #1B6446;
}
.BgClassName
{
background-color: #1B6446;
}
</style>
border-color css
<style>
span { border-color: #1B6446; }
span { border-color: rgb(27,100,70); }
td.TdClassName
{
border-color: #1B6446;
}
.TagClassName
{
border-color: #1B6446;
}
</style>