Shades of Myrtle #204323
Tints of Myrtle #204323
RGB
CMYK
RGB Variations
Color information
#204323 (or 0x204323) is known color: Myrtle. HEX triplet: 20, 43 and 23. RGB value is (32,67,35). Sum of RGB (Red+Green+Blue) = 32+67+35=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #204323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204323 is #DFBCDC. Grayscale: #343434. Windows color (decimal): -14662877 or 2310944. OLE color: 2310944.
HSL color Cylindrical-coordinate representation of color #204323: hue angle of 125.14º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #204323 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 67 | 35 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.74 |
| HSL | 125.14º | 0.35% | 0.19% | - |
| HSV(B) | 125.14º | 0.52% | 0.26% | - |
| XYZ | 2.91 | 4.44 | 2.29 | - |
| YUV | 52.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 35 | 0.52 | 0 | 0.48 | 0.74 | 125.14 | 0.35 | 0.19 |
| Hex | 20 | 43 | 23 | 34 | 0 | 30 | 4A | 7D | 23 | 13 |
| Octal | 40 | 103 | 43 | 64 | 0 | 60 | 112 | 175 | 43 | 23 |
| Binary | 100000 | 1000011 | 100011 | 110100 | 0 | 110000 | 1001010 | 1111101 | 100011 | 10011 |
Color Harmonies of #204323
Complementary color
Monochromatic Colors of #204323
Black with #204323
Text Example
Text Example
White with #204323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204323; }
p { color: rgb(32,67,35); }
H1.HeaderClassName
{
color: #204323;
}
.AnyTagClassName
{
color: #204323;
}
</style>
background-color css
<style>
a { background-color: #204323; }
a { background-color: rgb(32,67,35); }
div.DivClassName
{
background-color: #204323;
}
.BgClassName
{
background-color: #204323;
}
</style>
border-color css
<style>
span { border-color: #204323; }
span { border-color: rgb(32,67,35); }
td.TdClassName
{
border-color: #204323;
}
.TagClassName
{
border-color: #204323;
}
</style>