Shades of Myrtle #1A5C01
Tints of Myrtle #1A5C01
RGB
CMYK
RGB Variations
Color information
#1A5C01 (or 0x1A5C01) is known color: Myrtle. HEX triplet: 1A, 5C and 01. RGB value is (26,92,1). Sum of RGB (Red+Green+Blue) = 26+92+1=119 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.85% from 119); Green value is 92 (36.33% from 255 or 77.31% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 92 - color contains mainly: green. Hex color #1A5C01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5C01 is #E5A3FE. Grayscale: #3E3E3E. Windows color (decimal): -15049727 or 89114. OLE color: 89114.
HSL color Cylindrical-coordinate representation of color #1A5C01: hue angle of 103.52º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A5C01 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 92 | 1 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.64 |
| HSL | 103.52º | 0.98% | 0.18% | - |
| HSV(B) | 103.52º | 0.99% | 0.36% | - |
| XYZ | 4.26 | 7.88 | 1.32 | - |
| YUV | 61.89 | 93.63 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 92 | 1 | 0.72 | 0 | 0.99 | 0.64 | 103.52 | 0.98 | 0.18 |
| Hex | 1A | 5C | 1 | 48 | 0 | 63 | 40 | 68 | 62 | 12 |
| Octal | 32 | 134 | 1 | 110 | 0 | 143 | 100 | 150 | 142 | 22 |
| Binary | 11010 | 1011100 | 1 | 1001000 | 0 | 1100011 | 1000000 | 1101000 | 1100010 | 10010 |
Color Harmonies of #1A5C01
Complementary color
Monochromatic Colors of #1A5C01
Black with #1A5C01
Text Example
Text Example
White with #1A5C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5C01; }
p { color: rgb(26,92,1); }
H1.HeaderClassName
{
color: #1A5C01;
}
.AnyTagClassName
{
color: #1A5C01;
}
</style>
background-color css
<style>
a { background-color: #1A5C01; }
a { background-color: rgb(26,92,1); }
div.DivClassName
{
background-color: #1A5C01;
}
.BgClassName
{
background-color: #1A5C01;
}
</style>
border-color css
<style>
span { border-color: #1A5C01; }
span { border-color: rgb(26,92,1); }
td.TdClassName
{
border-color: #1A5C01;
}
.TagClassName
{
border-color: #1A5C01;
}
</style>