Shades of Myrtle #204319
Tints of Myrtle #204319
RGB
CMYK
RGB Variations
Color information
#204319 (or 0x204319) is known color: Myrtle. HEX triplet: 20, 43 and 19. RGB value is (32,67,25). Sum of RGB (Red+Green+Blue) = 32+67+25=124 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.81% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #204319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204319 is #DFBCE6. Grayscale: #333333. Windows color (decimal): -14662887 or 1655584. OLE color: 1655584.
HSL color Cylindrical-coordinate representation of color #204319: hue angle of 110º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #204319 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 67 | 25 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.74 |
| HSL | 110º | 0.46% | 0.18% | - |
| HSV(B) | 110º | 0.63% | 0.26% | - |
| XYZ | 2.78 | 4.39 | 1.62 | - |
| YUV | 51.75 | 112.9 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 25 | 0.52 | 0 | 0.63 | 0.74 | 110 | 0.46 | 0.18 |
| Hex | 20 | 43 | 19 | 34 | 0 | 3F | 4A | 6E | 2E | 12 |
| Octal | 40 | 103 | 31 | 64 | 0 | 77 | 112 | 156 | 56 | 22 |
| Binary | 100000 | 1000011 | 11001 | 110100 | 0 | 111111 | 1001010 | 1101110 | 101110 | 10010 |
Color Harmonies of #204319
Complementary color
Monochromatic Colors of #204319
Black with #204319
Text Example
Text Example
White with #204319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204319; }
p { color: rgb(32,67,25); }
H1.HeaderClassName
{
color: #204319;
}
.AnyTagClassName
{
color: #204319;
}
</style>
background-color css
<style>
a { background-color: #204319; }
a { background-color: rgb(32,67,25); }
div.DivClassName
{
background-color: #204319;
}
.BgClassName
{
background-color: #204319;
}
</style>
border-color css
<style>
span { border-color: #204319; }
span { border-color: rgb(32,67,25); }
td.TdClassName
{
border-color: #204319;
}
.TagClassName
{
border-color: #204319;
}
</style>