Shades of Myrtle #1C4312
Tints of Myrtle #1C4312
RGB
CMYK
RGB Variations
Color information
#1C4312 (or 0x1C4312) is known color: Myrtle. HEX triplet: 1C, 43 and 12. RGB value is (28,67,18). Sum of RGB (Red+Green+Blue) = 28+67+18=113 (14% of max value = 765). Red value is 28 (11.33% from 255 or 24.78% from 113); Green value is 67 (26.56% from 255 or 59.29% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 67 - color contains mainly: green. Hex color #1C4312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4312 is #E3BCED. Grayscale: #313131. Windows color (decimal): -14925038 or 1196828. OLE color: 1196828.
HSL color Cylindrical-coordinate representation of color #1C4312: hue angle of 107.76º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C4312 is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 28 | 67 | 18 | - |
| CMYK | 0.58 | 0 | 0.73 | 0.74 |
| HSL | 107.76º | 0.58% | 0.17% | - |
| HSV(B) | 107.76º | 0.73% | 0.26% | - |
| XYZ | 2.6 | 4.3 | 1.27 | - |
| YUV | 49.75 | 110.08 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 67 | 18 | 0.58 | 0 | 0.73 | 0.74 | 107.76 | 0.58 | 0.17 |
| Hex | 1C | 43 | 12 | 3A | 0 | 49 | 4A | 6C | 3A | 11 |
| Octal | 34 | 103 | 22 | 72 | 0 | 111 | 112 | 154 | 72 | 21 |
| Binary | 11100 | 1000011 | 10010 | 111010 | 0 | 1001001 | 1001010 | 1101100 | 111010 | 10001 |
Color Harmonies of #1C4312
Complementary color
Monochromatic Colors of #1C4312
Black with #1C4312
Text Example
Text Example
White with #1C4312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4312; }
p { color: rgb(28,67,18); }
H1.HeaderClassName
{
color: #1C4312;
}
.AnyTagClassName
{
color: #1C4312;
}
</style>
background-color css
<style>
a { background-color: #1C4312; }
a { background-color: rgb(28,67,18); }
div.DivClassName
{
background-color: #1C4312;
}
.BgClassName
{
background-color: #1C4312;
}
</style>
border-color css
<style>
span { border-color: #1C4312; }
span { border-color: rgb(28,67,18); }
td.TdClassName
{
border-color: #1C4312;
}
.TagClassName
{
border-color: #1C4312;
}
</style>