Shades of Myrtle #1C5B00
Tints of Myrtle #1C5B00
RGB
CMYK
RGB Variations
Color information
#1C5B00 (or 0x1C5B00) is known color: Myrtle. HEX triplet: 1C, 5B and 00. RGB value is (28,91,0). Sum of RGB (Red+Green+Blue) = 28+91+0=119 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.53% from 119); Green value is 91 (35.94% from 255 or 76.47% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 91 - color contains mainly: green. Hex color #1C5B00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5B00 is #E3A4FF. Grayscale: #3E3E3E. Windows color (decimal): -14918912 or 23324. OLE color: 23324.
HSL color Cylindrical-coordinate representation of color #1C5B00: hue angle of 101.54º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C5B00 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 91 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.64 |
| HSL | 101.54º | 1% | 0.18% | - |
| HSV(B) | 101.54º | 1% | 0.36% | - |
| XYZ | 4.22 | 7.73 | 1.27 | - |
| YUV | 61.79 | 93.13 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 91 | 0 | 0.69 | 0 | 1 | 0.64 | 101.54 | 1 | 0.18 |
| Hex | 1C | 5B | 0 | 45 | 0 | 64 | 40 | 66 | 64 | 12 |
| Octal | 34 | 133 | 0 | 105 | 0 | 144 | 100 | 146 | 144 | 22 |
| Binary | 11100 | 1011011 | 0 | 1000101 | 0 | 1100100 | 1000000 | 1100110 | 1100100 | 10010 |
Color Harmonies of #1C5B00
Complementary color
Monochromatic Colors of #1C5B00
Black with #1C5B00
Text Example
Text Example
White with #1C5B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5B00; }
p { color: rgb(28,91,0); }
H1.HeaderClassName
{
color: #1C5B00;
}
.AnyTagClassName
{
color: #1C5B00;
}
</style>
background-color css
<style>
a { background-color: #1C5B00; }
a { background-color: rgb(28,91,0); }
div.DivClassName
{
background-color: #1C5B00;
}
.BgClassName
{
background-color: #1C5B00;
}
</style>
border-color css
<style>
span { border-color: #1C5B00; }
span { border-color: rgb(28,91,0); }
td.TdClassName
{
border-color: #1C5B00;
}
.TagClassName
{
border-color: #1C5B00;
}
</style>