Shades of Myrtle #1C530F
Tints of Myrtle #1C530F
RGB
CMYK
RGB Variations
Color information
#1C530F (or 0x1C530F) is known color: Myrtle. HEX triplet: 1C, 53 and 0F. RGB value is (28,83,15). Sum of RGB (Red+Green+Blue) = 28+83+15=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 83 (32.81% from 255 or 65.87% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 83 - color contains mainly: green. Hex color #1C530F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C530F is #E3ACF0. Grayscale: #3B3B3B. Windows color (decimal): -14920945 or 1004316. OLE color: 1004316.
HSL color Cylindrical-coordinate representation of color #1C530F: hue angle of 108.53º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C530F is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 83 | 15 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.67 |
| HSL | 108.53º | 0.69% | 0.19% | - |
| HSV(B) | 108.53º | 0.82% | 0.33% | - |
| XYZ | 3.66 | 6.47 | 1.51 | - |
| YUV | 58.8 | 103.28 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 83 | 15 | 0.66 | 0 | 0.82 | 0.67 | 108.53 | 0.69 | 0.19 |
| Hex | 1C | 53 | F | 42 | 0 | 52 | 43 | 6D | 45 | 13 |
| Octal | 34 | 123 | 17 | 102 | 0 | 122 | 103 | 155 | 105 | 23 |
| Binary | 11100 | 1010011 | 1111 | 1000010 | 0 | 1010010 | 1000011 | 1101101 | 1000101 | 10011 |
Color Harmonies of #1C530F
Complementary color
Monochromatic Colors of #1C530F
Black with #1C530F
Text Example
Text Example
White with #1C530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C530F; }
p { color: rgb(28,83,15); }
H1.HeaderClassName
{
color: #1C530F;
}
.AnyTagClassName
{
color: #1C530F;
}
</style>
background-color css
<style>
a { background-color: #1C530F; }
a { background-color: rgb(28,83,15); }
div.DivClassName
{
background-color: #1C530F;
}
.BgClassName
{
background-color: #1C530F;
}
</style>
border-color css
<style>
span { border-color: #1C530F; }
span { border-color: rgb(28,83,15); }
td.TdClassName
{
border-color: #1C530F;
}
.TagClassName
{
border-color: #1C530F;
}
</style>