Shades of Myrtle #1C3B09
Tints of Myrtle #1C3B09
RGB
CMYK
RGB Variations
Color information
#1C3B09 (or 0x1C3B09) is known color: Myrtle. HEX triplet: 1C, 3B and 09. RGB value is (28,59,9). Sum of RGB (Red+Green+Blue) = 28+59+9=96 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.17% from 96); Green value is 59 (23.44% from 255 or 61.46% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 59 - color contains mainly: green. Hex color #1C3B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3B09 is #E3C4F6. Grayscale: #2C2C2C. Windows color (decimal): -14927095 or 604956. OLE color: 604956.
HSL color Cylindrical-coordinate representation of color #1C3B09: hue angle of 97.2º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C3B09 is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 28 | 59 | 9 | - |
| CMYK | 0.53 | 0 | 0.85 | 0.77 |
| HSL | 97.2º | 0.74% | 0.13% | - |
| HSV(B) | 97.2º | 0.85% | 0.23% | - |
| XYZ | 2.09 | 3.39 | 0.8 | - |
| YUV | 44.03 | 108.23 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 59 | 9 | 0.53 | 0 | 0.85 | 0.77 | 97.2 | 0.74 | 0.13 |
| Hex | 1C | 3B | 9 | 35 | 0 | 55 | 4D | 61 | 4A | D |
| Octal | 34 | 73 | 11 | 65 | 0 | 125 | 115 | 141 | 112 | 15 |
| Binary | 11100 | 111011 | 1001 | 110101 | 0 | 1010101 | 1001101 | 1100001 | 1001010 | 1101 |
Color Harmonies of #1C3B09
Complementary color
Monochromatic Colors of #1C3B09
Black with #1C3B09
Text Example
Text Example
White with #1C3B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3B09; }
p { color: rgb(28,59,9); }
H1.HeaderClassName
{
color: #1C3B09;
}
.AnyTagClassName
{
color: #1C3B09;
}
</style>
background-color css
<style>
a { background-color: #1C3B09; }
a { background-color: rgb(28,59,9); }
div.DivClassName
{
background-color: #1C3B09;
}
.BgClassName
{
background-color: #1C3B09;
}
</style>
border-color css
<style>
span { border-color: #1C3B09; }
span { border-color: rgb(28,59,9); }
td.TdClassName
{
border-color: #1C3B09;
}
.TagClassName
{
border-color: #1C3B09;
}
</style>