Shades of Myrtle #204C1C
Tints of Myrtle #204C1C
RGB
CMYK
RGB Variations
Color information
#204C1C (or 0x204C1C) is known color: Myrtle. HEX triplet: 20, 4C and 1C. RGB value is (32,76,28). Sum of RGB (Red+Green+Blue) = 32+76+28=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 76 (30.08% from 255 or 55.88% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 76 - color contains mainly: green. Hex color #204C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204C1C is #DFB3E3. Grayscale: #393939. Windows color (decimal): -14660580 or 1854496. OLE color: 1854496.
HSL color Cylindrical-coordinate representation of color #204C1C: hue angle of 115º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #204C1C is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 76 | 28 | - |
| CMYK | 0.58 | 0 | 0.63 | 0.70 |
| HSL | 115º | 0.46% | 0.2% | - |
| HSV(B) | 115º | 0.63% | 0.3% | - |
| XYZ | 3.39 | 5.56 | 1.99 | - |
| YUV | 57.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 28 | 0.58 | 0 | 0.63 | 0.70 | 115 | 0.46 | 0.2 |
| Hex | 20 | 4C | 1C | 3A | 0 | 3F | 46 | 73 | 2E | 14 |
| Octal | 40 | 114 | 34 | 72 | 0 | 77 | 106 | 163 | 56 | 24 |
| Binary | 100000 | 1001100 | 11100 | 111010 | 0 | 111111 | 1000110 | 1110011 | 101110 | 10100 |
Color Harmonies of #204C1C
Complementary color
Monochromatic Colors of #204C1C
Black with #204C1C
Text Example
Text Example
White with #204C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204C1C; }
p { color: rgb(32,76,28); }
H1.HeaderClassName
{
color: #204C1C;
}
.AnyTagClassName
{
color: #204C1C;
}
</style>
background-color css
<style>
a { background-color: #204C1C; }
a { background-color: rgb(32,76,28); }
div.DivClassName
{
background-color: #204C1C;
}
.BgClassName
{
background-color: #204C1C;
}
</style>
border-color css
<style>
span { border-color: #204C1C; }
span { border-color: rgb(32,76,28); }
td.TdClassName
{
border-color: #204C1C;
}
.TagClassName
{
border-color: #204C1C;
}
</style>