Shades of Myrtle #12380B
Tints of Myrtle #12380B
RGB
CMYK
RGB Variations
Color information
#12380B (or 0x12380B) is known color: Myrtle. HEX triplet: 12, 38 and 0B. RGB value is (18,56,11). Sum of RGB (Red+Green+Blue) = 18+56+11=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 56 (22.27% from 255 or 65.88% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 56 - color contains mainly: green. Hex color #12380B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12380B is #EDC7F4. Grayscale: #272727. Windows color (decimal): -15583221 or 735250. OLE color: 735250.
HSL color Cylindrical-coordinate representation of color #12380B: hue angle of 110.67º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12380B is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 56 | 11 | - |
| CMYK | 0.68 | 0 | 0.80 | 0.78 |
| HSL | 110.67º | 0.67% | 0.13% | - |
| HSV(B) | 110.67º | 0.8% | 0.22% | - |
| XYZ | 1.72 | 2.98 | 0.8 | - |
| YUV | 39.51 | 111.91 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 11 | 0.68 | 0 | 0.80 | 0.78 | 110.67 | 0.67 | 0.13 |
| Hex | 12 | 38 | B | 44 | 0 | 50 | 4E | 6F | 43 | D |
| Octal | 22 | 70 | 13 | 104 | 0 | 120 | 116 | 157 | 103 | 15 |
| Binary | 10010 | 111000 | 1011 | 1000100 | 0 | 1010000 | 1001110 | 1101111 | 1000011 | 1101 |
Color Harmonies of #12380B
Complementary color
Monochromatic Colors of #12380B
Black with #12380B
Text Example
Text Example
White with #12380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12380B; }
p { color: rgb(18,56,11); }
H1.HeaderClassName
{
color: #12380B;
}
.AnyTagClassName
{
color: #12380B;
}
</style>
background-color css
<style>
a { background-color: #12380B; }
a { background-color: rgb(18,56,11); }
div.DivClassName
{
background-color: #12380B;
}
.BgClassName
{
background-color: #12380B;
}
</style>
border-color css
<style>
span { border-color: #12380B; }
span { border-color: rgb(18,56,11); }
td.TdClassName
{
border-color: #12380B;
}
.TagClassName
{
border-color: #12380B;
}
</style>