Shades of Myrtle #165C05
Tints of Myrtle #165C05
RGB
CMYK
RGB Variations
Color information
#165C05 (or 0x165C05) is known color: Myrtle. HEX triplet: 16, 5C and 05. RGB value is (22,92,5). Sum of RGB (Red+Green+Blue) = 22+92+5=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 92 (36.33% from 255 or 77.31% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 92 - color contains mainly: green. Hex color #165C05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165C05 is #E9A3FA. Grayscale: #3D3D3D. Windows color (decimal): -15311867 or 351254. OLE color: 351254.
HSL color Cylindrical-coordinate representation of color #165C05: hue angle of 108.28º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #165C05 is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 92 | 5 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.64 |
| HSL | 108.28º | 0.9% | 0.19% | - |
| HSV(B) | 108.28º | 0.95% | 0.36% | - |
| XYZ | 4.19 | 7.84 | 1.44 | - |
| YUV | 61.15 | 96.31 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 5 | 0.76 | 0 | 0.95 | 0.64 | 108.28 | 0.9 | 0.19 |
| Hex | 16 | 5C | 5 | 4C | 0 | 5F | 40 | 6C | 5A | 13 |
| Octal | 26 | 134 | 5 | 114 | 0 | 137 | 100 | 154 | 132 | 23 |
| Binary | 10110 | 1011100 | 101 | 1001100 | 0 | 1011111 | 1000000 | 1101100 | 1011010 | 10011 |
Color Harmonies of #165C05
Complementary color
Monochromatic Colors of #165C05
Black with #165C05
Text Example
Text Example
White with #165C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165C05; }
p { color: rgb(22,92,5); }
H1.HeaderClassName
{
color: #165C05;
}
.AnyTagClassName
{
color: #165C05;
}
</style>
background-color css
<style>
a { background-color: #165C05; }
a { background-color: rgb(22,92,5); }
div.DivClassName
{
background-color: #165C05;
}
.BgClassName
{
background-color: #165C05;
}
</style>
border-color css
<style>
span { border-color: #165C05; }
span { border-color: rgb(22,92,5); }
td.TdClassName
{
border-color: #165C05;
}
.TagClassName
{
border-color: #165C05;
}
</style>