Shades of Myrtle #204C1B
Tints of Myrtle #204C1B
RGB
CMYK
RGB Variations
Color information
#204C1B (or 0x204C1B) is known color: Myrtle. HEX triplet: 20, 4C and 1B. RGB value is (32,76,27). Sum of RGB (Red+Green+Blue) = 32+76+27=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 76 (30.08% from 255 or 56.30% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 76 - color contains mainly: green. Hex color #204C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204C1B is #DFB3E4. Grayscale: #393939. Windows color (decimal): -14660581 or 1788960. OLE color: 1788960.
HSL color Cylindrical-coordinate representation of color #204C1B: hue angle of 113.88º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #204C1B is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 76 | 27 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.70 |
| HSL | 113.88º | 0.48% | 0.2% | - |
| HSV(B) | 113.88º | 0.64% | 0.3% | - |
| XYZ | 3.38 | 5.56 | 1.93 | - |
| YUV | 57.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 27 | 0.58 | 0 | 0.64 | 0.70 | 113.88 | 0.48 | 0.2 |
| Hex | 20 | 4C | 1B | 3A | 0 | 40 | 46 | 72 | 30 | 14 |
| Octal | 40 | 114 | 33 | 72 | 0 | 100 | 106 | 162 | 60 | 24 |
| Binary | 100000 | 1001100 | 11011 | 111010 | 0 | 1000000 | 1000110 | 1110010 | 110000 | 10100 |
Color Harmonies of #204C1B
Complementary color
Monochromatic Colors of #204C1B
Black with #204C1B
Text Example
Text Example
White with #204C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204C1B; }
p { color: rgb(32,76,27); }
H1.HeaderClassName
{
color: #204C1B;
}
.AnyTagClassName
{
color: #204C1B;
}
</style>
background-color css
<style>
a { background-color: #204C1B; }
a { background-color: rgb(32,76,27); }
div.DivClassName
{
background-color: #204C1B;
}
.BgClassName
{
background-color: #204C1B;
}
</style>
border-color css
<style>
span { border-color: #204C1B; }
span { border-color: rgb(32,76,27); }
td.TdClassName
{
border-color: #204C1B;
}
.TagClassName
{
border-color: #204C1B;
}
</style>