Shades of Myrtle #165312
Tints of Myrtle #165312
RGB
CMYK
RGB Variations
Color information
#165312 (or 0x165312) is known color: Myrtle. HEX triplet: 16, 53 and 12. RGB value is (22,83,18). Sum of RGB (Red+Green+Blue) = 22+83+18=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #165312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165312 is #E9ACED. Grayscale: #393939. Windows color (decimal): -15314158 or 1200918. OLE color: 1200918.
HSL color Cylindrical-coordinate representation of color #165312: hue angle of 116.31º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #165312 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 83 | 18 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.67 |
| HSL | 116.31º | 0.64% | 0.2% | - |
| HSV(B) | 116.31º | 0.78% | 0.33% | - |
| XYZ | 3.53 | 6.4 | 1.62 | - |
| YUV | 57.35 | 105.79 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 83 | 18 | 0.73 | 0 | 0.78 | 0.67 | 116.31 | 0.64 | 0.2 |
| Hex | 16 | 53 | 12 | 49 | 0 | 4E | 43 | 74 | 40 | 14 |
| Octal | 26 | 123 | 22 | 111 | 0 | 116 | 103 | 164 | 100 | 24 |
| Binary | 10110 | 1010011 | 10010 | 1001001 | 0 | 1001110 | 1000011 | 1110100 | 1000000 | 10100 |
Color Harmonies of #165312
Complementary color
Monochromatic Colors of #165312
Black with #165312
Text Example
Text Example
White with #165312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165312; }
p { color: rgb(22,83,18); }
H1.HeaderClassName
{
color: #165312;
}
.AnyTagClassName
{
color: #165312;
}
</style>
background-color css
<style>
a { background-color: #165312; }
a { background-color: rgb(22,83,18); }
div.DivClassName
{
background-color: #165312;
}
.BgClassName
{
background-color: #165312;
}
</style>
border-color css
<style>
span { border-color: #165312; }
span { border-color: rgb(22,83,18); }
td.TdClassName
{
border-color: #165312;
}
.TagClassName
{
border-color: #165312;
}
</style>