Shades of Myrtle #1C371C
Tints of Myrtle #1C371C
RGB
CMYK
RGB Variations
Color information
#1C371C (or 0x1C371C) is known color: Myrtle. HEX triplet: 1C, 37 and 1C. RGB value is (28,55,28). Sum of RGB (Red+Green+Blue) = 28+55+28=111 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.23% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 55 - color contains mainly: green. Hex color #1C371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C371C is #E3C8E3. Grayscale: #2B2B2B. Windows color (decimal): -14928100 or 1849116. OLE color: 1849116.
HSL color Cylindrical-coordinate representation of color #1C371C: hue angle of 120º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1C371C is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 55 | 28 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.78 |
| HSL | 120º | 0.33% | 0.16% | - |
| HSV(B) | 120º | 0.49% | 0.22% | - |
| XYZ | 2.05 | 3.06 | 1.58 | - |
| YUV | 43.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 55 | 28 | 0.49 | 0 | 0.49 | 0.78 | 120 | 0.33 | 0.16 |
| Hex | 1C | 37 | 1C | 31 | 0 | 31 | 4E | 78 | 21 | 10 |
| Octal | 34 | 67 | 34 | 61 | 0 | 61 | 116 | 170 | 41 | 20 |
| Binary | 11100 | 110111 | 11100 | 110001 | 0 | 110001 | 1001110 | 1111000 | 100001 | 10000 |
Color Harmonies of #1C371C
Complementary color
Monochromatic Colors of #1C371C
Black with #1C371C
Text Example
Text Example
White with #1C371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C371C; }
p { color: rgb(28,55,28); }
H1.HeaderClassName
{
color: #1C371C;
}
.AnyTagClassName
{
color: #1C371C;
}
</style>
background-color css
<style>
a { background-color: #1C371C; }
a { background-color: rgb(28,55,28); }
div.DivClassName
{
background-color: #1C371C;
}
.BgClassName
{
background-color: #1C371C;
}
</style>
border-color css
<style>
span { border-color: #1C371C; }
span { border-color: rgb(28,55,28); }
td.TdClassName
{
border-color: #1C371C;
}
.TagClassName
{
border-color: #1C371C;
}
</style>