Shades of Myrtle #1C521D
Tints of Myrtle #1C521D
RGB
CMYK
RGB Variations
Color information
#1C521D (or 0x1C521D) is known color: Myrtle. HEX triplet: 1C, 52 and 1D. RGB value is (28,82,29). Sum of RGB (Red+Green+Blue) = 28+82+29=139 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.14% from 139); Green value is 82 (32.42% from 255 or 58.99% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 82 - color contains mainly: green. Hex color #1C521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C521D is #E3ADE2. Grayscale: #3B3B3B. Windows color (decimal): -14921187 or 1921564. OLE color: 1921564.
HSL color Cylindrical-coordinate representation of color #1C521D: hue angle of 121.11º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C521D is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 82 | 29 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.68 |
| HSL | 121.11º | 0.49% | 0.22% | - |
| HSV(B) | 121.11º | 0.66% | 0.32% | - |
| XYZ | 3.72 | 6.37 | 2.2 | - |
| YUV | 59.81 | 110.61 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 82 | 29 | 0.66 | 0 | 0.65 | 0.68 | 121.11 | 0.49 | 0.22 |
| Hex | 1C | 52 | 1D | 42 | 0 | 41 | 44 | 79 | 31 | 16 |
| Octal | 34 | 122 | 35 | 102 | 0 | 101 | 104 | 171 | 61 | 26 |
| Binary | 11100 | 1010010 | 11101 | 1000010 | 0 | 1000001 | 1000100 | 1111001 | 110001 | 10110 |
Color Harmonies of #1C521D
Complementary color
Monochromatic Colors of #1C521D
Black with #1C521D
Text Example
Text Example
White with #1C521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C521D; }
p { color: rgb(28,82,29); }
H1.HeaderClassName
{
color: #1C521D;
}
.AnyTagClassName
{
color: #1C521D;
}
</style>
background-color css
<style>
a { background-color: #1C521D; }
a { background-color: rgb(28,82,29); }
div.DivClassName
{
background-color: #1C521D;
}
.BgClassName
{
background-color: #1C521D;
}
</style>
border-color css
<style>
span { border-color: #1C521D; }
span { border-color: rgb(28,82,29); }
td.TdClassName
{
border-color: #1C521D;
}
.TagClassName
{
border-color: #1C521D;
}
</style>