Shades of Jewel #1B6C4D
Tints of Jewel #1B6C4D
RGB
CMYK
RGB Variations
Color information
#1B6C4D (or 0x1B6C4D) is known color: Jewel. HEX triplet: 1B, 6C and 4D. RGB value is (27,108,77). Sum of RGB (Red+Green+Blue) = 27+108+77=212 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.74% from 212); Green value is 108 (42.58% from 255 or 50.94% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 108 - color contains mainly: green. Hex color #1B6C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6C4D is #E493B2. Grayscale: #505050. Windows color (decimal): -14980019 or 5073947. OLE color: 5073947.
HSL color Cylindrical-coordinate representation of color #1B6C4D: hue angle of 157.04º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6C4D is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 108 | 77 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.58 |
| HSL | 157.04º | 0.6% | 0.26% | - |
| HSV(B) | 157.04º | 0.75% | 0.42% | - |
| XYZ | 7.15 | 11.49 | 8.86 | - |
| YUV | 80.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 108 | 77 | 0.75 | 0 | 0.29 | 0.58 | 157.04 | 0.6 | 0.26 |
| Hex | 1B | 6C | 4D | 4B | 0 | 1D | 3A | 9D | 3C | 1A |
| Octal | 33 | 154 | 115 | 113 | 0 | 35 | 72 | 235 | 74 | 32 |
| Binary | 11011 | 1101100 | 1001101 | 1001011 | 0 | 11101 | 111010 | 10011101 | 111100 | 11010 |
Color Harmonies of #1B6C4D
Complementary color
Monochromatic Colors of #1B6C4D
Black with #1B6C4D
Text Example
Text Example
White with #1B6C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6C4D; }
p { color: rgb(27,108,77); }
H1.HeaderClassName
{
color: #1B6C4D;
}
.AnyTagClassName
{
color: #1B6C4D;
}
</style>
background-color css
<style>
a { background-color: #1B6C4D; }
a { background-color: rgb(27,108,77); }
div.DivClassName
{
background-color: #1B6C4D;
}
.BgClassName
{
background-color: #1B6C4D;
}
</style>
border-color css
<style>
span { border-color: #1B6C4D; }
span { border-color: rgb(27,108,77); }
td.TdClassName
{
border-color: #1B6C4D;
}
.TagClassName
{
border-color: #1B6C4D;
}
</style>