Shades of Myrtle #12380F
Tints of Myrtle #12380F
RGB
CMYK
RGB Variations
Color information
#12380F (or 0x12380F) is known color: Myrtle. HEX triplet: 12, 38 and 0F. RGB value is (18,56,15). Sum of RGB (Red+Green+Blue) = 18+56+15=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 56 (22.27% from 255 or 62.92% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 56 - color contains mainly: green. Hex color #12380F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12380F is #EDC7F0. Grayscale: #282828. Windows color (decimal): -15583217 or 997394. OLE color: 997394.
HSL color Cylindrical-coordinate representation of color #12380F: hue angle of 115.61º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #12380F is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 56 | 15 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.78 |
| HSL | 115.61º | 0.58% | 0.14% | - |
| HSV(B) | 115.61º | 0.73% | 0.22% | - |
| XYZ | 1.75 | 2.99 | 0.94 | - |
| YUV | 39.96 | 113.91 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 15 | 0.68 | 0 | 0.73 | 0.78 | 115.61 | 0.58 | 0.14 |
| Hex | 12 | 38 | F | 44 | 0 | 49 | 4E | 74 | 3A | E |
| Octal | 22 | 70 | 17 | 104 | 0 | 111 | 116 | 164 | 72 | 16 |
| Binary | 10010 | 111000 | 1111 | 1000100 | 0 | 1001001 | 1001110 | 1110100 | 111010 | 1110 |
Color Harmonies of #12380F
Complementary color
Monochromatic Colors of #12380F
Black with #12380F
Text Example
Text Example
White with #12380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12380F; }
p { color: rgb(18,56,15); }
H1.HeaderClassName
{
color: #12380F;
}
.AnyTagClassName
{
color: #12380F;
}
</style>
background-color css
<style>
a { background-color: #12380F; }
a { background-color: rgb(18,56,15); }
div.DivClassName
{
background-color: #12380F;
}
.BgClassName
{
background-color: #12380F;
}
</style>
border-color css
<style>
span { border-color: #12380F; }
span { border-color: rgb(18,56,15); }
td.TdClassName
{
border-color: #12380F;
}
.TagClassName
{
border-color: #12380F;
}
</style>