Shades of Myrtle #16370A
Tints of Myrtle #16370A
RGB
CMYK
RGB Variations
Color information
#16370A (or 0x16370A) is known color: Myrtle. HEX triplet: 16, 37 and 0A. RGB value is (22,55,10). Sum of RGB (Red+Green+Blue) = 22+55+10=87 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.29% from 87); Green value is 55 (21.88% from 255 or 63.22% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 55 - color contains mainly: green. Hex color #16370A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16370A is #E9C8F5. Grayscale: #282828. Windows color (decimal): -15321334 or 669462. OLE color: 669462.
HSL color Cylindrical-coordinate representation of color #16370A: hue angle of 104º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16370A is Cyan = 0.6, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 55 | 10 | - |
| CMYK | 0.6 | 0 | 0.82 | 0.78 |
| HSL | 104º | 0.69% | 0.13% | - |
| HSV(B) | 104º | 0.82% | 0.22% | - |
| XYZ | 1.75 | 2.92 | 0.76 | - |
| YUV | 40 | 111.07 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 10 | 0.6 | 0 | 0.82 | 0.78 | 104 | 0.69 | 0.13 |
| Hex | 16 | 37 | A | 3C | 0 | 52 | 4E | 68 | 45 | D |
| Octal | 26 | 67 | 12 | 74 | 0 | 122 | 116 | 150 | 105 | 15 |
| Binary | 10110 | 110111 | 1010 | 111100 | 0 | 1010010 | 1001110 | 1101000 | 1000101 | 1101 |
Color Harmonies of #16370A
Complementary color
Monochromatic Colors of #16370A
Black with #16370A
Text Example
Text Example
White with #16370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16370A; }
p { color: rgb(22,55,10); }
H1.HeaderClassName
{
color: #16370A;
}
.AnyTagClassName
{
color: #16370A;
}
</style>
background-color css
<style>
a { background-color: #16370A; }
a { background-color: rgb(22,55,10); }
div.DivClassName
{
background-color: #16370A;
}
.BgClassName
{
background-color: #16370A;
}
</style>
border-color css
<style>
span { border-color: #16370A; }
span { border-color: rgb(22,55,10); }
td.TdClassName
{
border-color: #16370A;
}
.TagClassName
{
border-color: #16370A;
}
</style>