Shades of Myrtle #12360A
Tints of Myrtle #12360A
RGB
CMYK
RGB Variations
Color information
#12360A (or 0x12360A) is known color: Myrtle. HEX triplet: 12, 36 and 0A. RGB value is (18,54,10). Sum of RGB (Red+Green+Blue) = 18+54+10=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 54 (21.48% from 255 or 65.85% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 54 - color contains mainly: green. Hex color #12360A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12360A is #EDC9F5. Grayscale: #262626. Windows color (decimal): -15583734 or 669202. OLE color: 669202.
HSL color Cylindrical-coordinate representation of color #12360A: hue angle of 109.09º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12360A is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 54 | 10 | - |
| CMYK | 0.67 | 0 | 0.81 | 0.79 |
| HSL | 109.09º | 0.69% | 0.13% | - |
| HSV(B) | 109.09º | 0.81% | 0.21% | - |
| XYZ | 1.62 | 2.79 | 0.74 | - |
| YUV | 38.22 | 112.07 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 54 | 10 | 0.67 | 0 | 0.81 | 0.79 | 109.09 | 0.69 | 0.13 |
| Hex | 12 | 36 | A | 43 | 0 | 51 | 4F | 6D | 45 | D |
| Octal | 22 | 66 | 12 | 103 | 0 | 121 | 117 | 155 | 105 | 15 |
| Binary | 10010 | 110110 | 1010 | 1000011 | 0 | 1010001 | 1001111 | 1101101 | 1000101 | 1101 |
Color Harmonies of #12360A
Complementary color
Monochromatic Colors of #12360A
Black with #12360A
Text Example
Text Example
White with #12360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12360A; }
p { color: rgb(18,54,10); }
H1.HeaderClassName
{
color: #12360A;
}
.AnyTagClassName
{
color: #12360A;
}
</style>
background-color css
<style>
a { background-color: #12360A; }
a { background-color: rgb(18,54,10); }
div.DivClassName
{
background-color: #12360A;
}
.BgClassName
{
background-color: #12360A;
}
</style>
border-color css
<style>
span { border-color: #12360A; }
span { border-color: rgb(18,54,10); }
td.TdClassName
{
border-color: #12360A;
}
.TagClassName
{
border-color: #12360A;
}
</style>