Shades of Myrtle #12380A
Tints of Myrtle #12380A
RGB
CMYK
RGB Variations
Color information
#12380A (or 0x12380A) is known color: Myrtle. HEX triplet: 12, 38 and 0A. RGB value is (18,56,10). Sum of RGB (Red+Green+Blue) = 18+56+10=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 56 (22.27% from 255 or 66.67% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 56 - color contains mainly: green. Hex color #12380A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12380A is #EDC7F5. Grayscale: #272727. Windows color (decimal): -15583222 or 669714. OLE color: 669714.
HSL color Cylindrical-coordinate representation of color #12380A: hue angle of 109.57º degrees, saturation: 0.7, 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 #12380A is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 56 | 10 | - |
| CMYK | 0.68 | 0 | 0.82 | 0.78 |
| HSL | 109.57º | 0.7% | 0.13% | - |
| HSV(B) | 109.57º | 0.82% | 0.22% | - |
| XYZ | 1.72 | 2.98 | 0.77 | - |
| YUV | 39.39 | 111.41 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 10 | 0.68 | 0 | 0.82 | 0.78 | 109.57 | 0.7 | 0.13 |
| Hex | 12 | 38 | A | 44 | 0 | 52 | 4E | 6E | 46 | D |
| Octal | 22 | 70 | 12 | 104 | 0 | 122 | 116 | 156 | 106 | 15 |
| Binary | 10010 | 111000 | 1010 | 1000100 | 0 | 1010010 | 1001110 | 1101110 | 1000110 | 1101 |
Color Harmonies of #12380A
Complementary color
Monochromatic Colors of #12380A
Black with #12380A
Text Example
Text Example
White with #12380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12380A; }
p { color: rgb(18,56,10); }
H1.HeaderClassName
{
color: #12380A;
}
.AnyTagClassName
{
color: #12380A;
}
</style>
background-color css
<style>
a { background-color: #12380A; }
a { background-color: rgb(18,56,10); }
div.DivClassName
{
background-color: #12380A;
}
.BgClassName
{
background-color: #12380A;
}
</style>
border-color css
<style>
span { border-color: #12380A; }
span { border-color: rgb(18,56,10); }
td.TdClassName
{
border-color: #12380A;
}
.TagClassName
{
border-color: #12380A;
}
</style>