Shades of Myrtle #132C0F
Tints of Myrtle #132C0F
RGB
CMYK
RGB Variations
Color information
#132C0F (or 0x132C0F) is known color: Myrtle. HEX triplet: 13, 2C and 0F. RGB value is (19,44,15). Sum of RGB (Red+Green+Blue) = 19+44+15=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 44 (17.58% from 255 or 56.41% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 44 - color contains mainly: green. Hex color #132C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132C0F is #ECD3F0. Grayscale: #212121. Windows color (decimal): -15520753 or 994323. OLE color: 994323.
HSL color Cylindrical-coordinate representation of color #132C0F: hue angle of 111.72º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #132C0F is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 44 | 15 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.83 |
| HSL | 111.72º | 0.49% | 0.12% | - |
| HSV(B) | 111.72º | 0.66% | 0.17% | - |
| XYZ | 1.26 | 1.97 | 0.77 | - |
| YUV | 33.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 15 | 0.57 | 0 | 0.66 | 0.83 | 111.72 | 0.49 | 0.12 |
| Hex | 13 | 2C | F | 39 | 0 | 42 | 53 | 70 | 31 | C |
| Octal | 23 | 54 | 17 | 71 | 0 | 102 | 123 | 160 | 61 | 14 |
| Binary | 10011 | 101100 | 1111 | 111001 | 0 | 1000010 | 1010011 | 1110000 | 110001 | 1100 |
Color Harmonies of #132C0F
Complementary color
Monochromatic Colors of #132C0F
Black with #132C0F
Text Example
Text Example
White with #132C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132C0F; }
p { color: rgb(19,44,15); }
H1.HeaderClassName
{
color: #132C0F;
}
.AnyTagClassName
{
color: #132C0F;
}
</style>
background-color css
<style>
a { background-color: #132C0F; }
a { background-color: rgb(19,44,15); }
div.DivClassName
{
background-color: #132C0F;
}
.BgClassName
{
background-color: #132C0F;
}
</style>
border-color css
<style>
span { border-color: #132C0F; }
span { border-color: rgb(19,44,15); }
td.TdClassName
{
border-color: #132C0F;
}
.TagClassName
{
border-color: #132C0F;
}
</style>