Shades of Myrtle #165B1B
Tints of Myrtle #165B1B
RGB
CMYK
RGB Variations
Color information
#165B1B (or 0x165B1B) is known color: Myrtle. HEX triplet: 16, 5B and 1B. RGB value is (22,91,27). Sum of RGB (Red+Green+Blue) = 22+91+27=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 91 (35.94% from 255 or 65% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 91 - color contains mainly: green. Hex color #165B1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165B1B is #E9A4E4. Grayscale: #3F3F3F. Windows color (decimal): -15312101 or 1792790. OLE color: 1792790.
HSL color Cylindrical-coordinate representation of color #165B1B: hue angle of 124.35º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165B1B is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 91 | 27 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.64 |
| HSL | 124.35º | 0.61% | 0.22% | - |
| HSV(B) | 124.35º | 0.76% | 0.36% | - |
| XYZ | 4.27 | 7.73 | 2.3 | - |
| YUV | 63.07 | 107.64 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 27 | 0.76 | 0 | 0.70 | 0.64 | 124.35 | 0.61 | 0.22 |
| Hex | 16 | 5B | 1B | 4C | 0 | 46 | 40 | 7C | 3D | 16 |
| Octal | 26 | 133 | 33 | 114 | 0 | 106 | 100 | 174 | 75 | 26 |
| Binary | 10110 | 1011011 | 11011 | 1001100 | 0 | 1000110 | 1000000 | 1111100 | 111101 | 10110 |
Color Harmonies of #165B1B
Complementary color
Monochromatic Colors of #165B1B
Black with #165B1B
Text Example
Text Example
White with #165B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165B1B; }
p { color: rgb(22,91,27); }
H1.HeaderClassName
{
color: #165B1B;
}
.AnyTagClassName
{
color: #165B1B;
}
</style>
background-color css
<style>
a { background-color: #165B1B; }
a { background-color: rgb(22,91,27); }
div.DivClassName
{
background-color: #165B1B;
}
.BgClassName
{
background-color: #165B1B;
}
</style>
border-color css
<style>
span { border-color: #165B1B; }
span { border-color: rgb(22,91,27); }
td.TdClassName
{
border-color: #165B1B;
}
.TagClassName
{
border-color: #165B1B;
}
</style>