Shades of Myrtle #1C4321
Tints of Myrtle #1C4321
RGB
CMYK
RGB Variations
Color information
#1C4321 (or 0x1C4321) is known color: Myrtle. HEX triplet: 1C, 43 and 21. RGB value is (28,67,33). Sum of RGB (Red+Green+Blue) = 28+67+33=128 (16% of max value = 765). Red value is 28 (11.33% from 255 or 21.88% from 128); Green value is 67 (26.56% from 255 or 52.34% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 67 - color contains mainly: green. Hex color #1C4321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4321 is #E3BCDE. Grayscale: #333333. Windows color (decimal): -14925023 or 2179868. OLE color: 2179868.
HSL color Cylindrical-coordinate representation of color #1C4321: hue angle of 127.69º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1C4321 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 28 | 67 | 33 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.74 |
| HSL | 127.69º | 0.41% | 0.19% | - |
| HSV(B) | 127.69º | 0.58% | 0.26% | - |
| XYZ | 2.76 | 4.37 | 2.14 | - |
| YUV | 51.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 67 | 33 | 0.58 | 0 | 0.51 | 0.74 | 127.69 | 0.41 | 0.19 |
| Hex | 1C | 43 | 21 | 3A | 0 | 33 | 4A | 80 | 29 | 13 |
| Octal | 34 | 103 | 41 | 72 | 0 | 63 | 112 | 200 | 51 | 23 |
| Binary | 11100 | 1000011 | 100001 | 111010 | 0 | 110011 | 1001010 | 10000000 | 101001 | 10011 |
Color Harmonies of #1C4321
Complementary color
Monochromatic Colors of #1C4321
Black with #1C4321
Text Example
Text Example
White with #1C4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4321; }
p { color: rgb(28,67,33); }
H1.HeaderClassName
{
color: #1C4321;
}
.AnyTagClassName
{
color: #1C4321;
}
</style>
background-color css
<style>
a { background-color: #1C4321; }
a { background-color: rgb(28,67,33); }
div.DivClassName
{
background-color: #1C4321;
}
.BgClassName
{
background-color: #1C4321;
}
</style>
border-color css
<style>
span { border-color: #1C4321; }
span { border-color: rgb(28,67,33); }
td.TdClassName
{
border-color: #1C4321;
}
.TagClassName
{
border-color: #1C4321;
}
</style>