Shades of Myrtle #1C6305
Tints of Myrtle #1C6305
RGB
CMYK
RGB Variations
Color information
#1C6305 (or 0x1C6305) is known color: Myrtle. HEX triplet: 1C, 63 and 05. RGB value is (28,99,5). Sum of RGB (Red+Green+Blue) = 28+99+5=132 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.21% from 132); Green value is 99 (39.06% from 255 or 75% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 99 - color contains mainly: green. Hex color #1C6305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6305 is #E39CFA. Grayscale: #434343. Windows color (decimal): -14916859 or 353052. OLE color: 353052.
HSL color Cylindrical-coordinate representation of color #1C6305: hue angle of 105.32º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1C6305 is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 99 | 5 | - |
| CMYK | 0.72 | 0 | 0.95 | 0.61 |
| HSL | 105.32º | 0.9% | 0.2% | - |
| HSV(B) | 105.32º | 0.95% | 0.39% | - |
| XYZ | 4.97 | 9.18 | 1.65 | - |
| YUV | 67.06 | 92.98 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 99 | 5 | 0.72 | 0 | 0.95 | 0.61 | 105.32 | 0.9 | 0.2 |
| Hex | 1C | 63 | 5 | 48 | 0 | 5F | 3D | 69 | 5A | 14 |
| Octal | 34 | 143 | 5 | 110 | 0 | 137 | 75 | 151 | 132 | 24 |
| Binary | 11100 | 1100011 | 101 | 1001000 | 0 | 1011111 | 111101 | 1101001 | 1011010 | 10100 |
Color Harmonies of #1C6305
Complementary color
Monochromatic Colors of #1C6305
Black with #1C6305
Text Example
Text Example
White with #1C6305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6305; }
p { color: rgb(28,99,5); }
H1.HeaderClassName
{
color: #1C6305;
}
.AnyTagClassName
{
color: #1C6305;
}
</style>
background-color css
<style>
a { background-color: #1C6305; }
a { background-color: rgb(28,99,5); }
div.DivClassName
{
background-color: #1C6305;
}
.BgClassName
{
background-color: #1C6305;
}
</style>
border-color css
<style>
span { border-color: #1C6305; }
span { border-color: rgb(28,99,5); }
td.TdClassName
{
border-color: #1C6305;
}
.TagClassName
{
border-color: #1C6305;
}
</style>