Shades of Myrtle #165315
Tints of Myrtle #165315
RGB
CMYK
RGB Variations
Color information
#165315 (or 0x165315) is known color: Myrtle. HEX triplet: 16, 53 and 15. RGB value is (22,83,21). Sum of RGB (Red+Green+Blue) = 22+83+21=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 83 (32.81% from 255 or 65.87% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 83 - color contains mainly: green. Hex color #165315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165315 is #E9ACEA. Grayscale: #393939. Windows color (decimal): -15314155 or 1397526. OLE color: 1397526.
HSL color Cylindrical-coordinate representation of color #165315: hue angle of 119.03º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165315 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 83 | 21 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.67 |
| HSL | 119.03º | 0.6% | 0.2% | - |
| HSV(B) | 119.03º | 0.75% | 0.33% | - |
| XYZ | 3.56 | 6.41 | 1.76 | - |
| YUV | 57.69 | 107.29 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 83 | 21 | 0.73 | 0 | 0.75 | 0.67 | 119.03 | 0.6 | 0.2 |
| Hex | 16 | 53 | 15 | 49 | 0 | 4B | 43 | 77 | 3C | 14 |
| Octal | 26 | 123 | 25 | 111 | 0 | 113 | 103 | 167 | 74 | 24 |
| Binary | 10110 | 1010011 | 10101 | 1001001 | 0 | 1001011 | 1000011 | 1110111 | 111100 | 10100 |
Color Harmonies of #165315
Complementary color
Monochromatic Colors of #165315
Black with #165315
Text Example
Text Example
White with #165315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165315; }
p { color: rgb(22,83,21); }
H1.HeaderClassName
{
color: #165315;
}
.AnyTagClassName
{
color: #165315;
}
</style>
background-color css
<style>
a { background-color: #165315; }
a { background-color: rgb(22,83,21); }
div.DivClassName
{
background-color: #165315;
}
.BgClassName
{
background-color: #165315;
}
</style>
border-color css
<style>
span { border-color: #165315; }
span { border-color: rgb(22,83,21); }
td.TdClassName
{
border-color: #165315;
}
.TagClassName
{
border-color: #165315;
}
</style>