Shades of Myrtle #1C630B
Tints of Myrtle #1C630B
RGB
CMYK
RGB Variations
Color information
#1C630B (or 0x1C630B) is known color: Myrtle. HEX triplet: 1C, 63 and 0B. RGB value is (28,99,11). Sum of RGB (Red+Green+Blue) = 28+99+11=138 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.29% from 138); Green value is 99 (39.06% from 255 or 71.74% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 99 - color contains mainly: green. Hex color #1C630B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C630B is #E39CF4. Grayscale: #444444. Windows color (decimal): -14916853 or 746268. OLE color: 746268.
HSL color Cylindrical-coordinate representation of color #1C630B: hue angle of 108.41º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C630B is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 99 | 11 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.61 |
| HSL | 108.41º | 0.8% | 0.22% | - |
| HSV(B) | 108.41º | 0.89% | 0.39% | - |
| XYZ | 5 | 9.19 | 1.83 | - |
| YUV | 67.74 | 95.98 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 99 | 11 | 0.72 | 0 | 0.89 | 0.61 | 108.41 | 0.8 | 0.22 |
| Hex | 1C | 63 | B | 48 | 0 | 59 | 3D | 6C | 50 | 16 |
| Octal | 34 | 143 | 13 | 110 | 0 | 131 | 75 | 154 | 120 | 26 |
| Binary | 11100 | 1100011 | 1011 | 1001000 | 0 | 1011001 | 111101 | 1101100 | 1010000 | 10110 |
Color Harmonies of #1C630B
Complementary color
Monochromatic Colors of #1C630B
Black with #1C630B
Text Example
Text Example
White with #1C630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C630B; }
p { color: rgb(28,99,11); }
H1.HeaderClassName
{
color: #1C630B;
}
.AnyTagClassName
{
color: #1C630B;
}
</style>
background-color css
<style>
a { background-color: #1C630B; }
a { background-color: rgb(28,99,11); }
div.DivClassName
{
background-color: #1C630B;
}
.BgClassName
{
background-color: #1C630B;
}
</style>
border-color css
<style>
span { border-color: #1C630B; }
span { border-color: rgb(28,99,11); }
td.TdClassName
{
border-color: #1C630B;
}
.TagClassName
{
border-color: #1C630B;
}
</style>