Shades of Myrtle #205A1F
Tints of Myrtle #205A1F
RGB
CMYK
RGB Variations
Color information
#205A1F (or 0x205A1F) is known color: Myrtle. HEX triplet: 20, 5A and 1F. RGB value is (32,90,31). Sum of RGB (Red+Green+Blue) = 32+90+31=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 90 (35.55% from 255 or 58.82% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 90 - color contains mainly: green. Hex color #205A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205A1F is #DFA5E0. Grayscale: #424242. Windows color (decimal): -14656993 or 2054688. OLE color: 2054688.
HSL color Cylindrical-coordinate representation of color #205A1F: hue angle of 118.98º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205A1F is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 90 | 31 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.65 |
| HSL | 118.98º | 0.49% | 0.24% | - |
| HSV(B) | 118.98º | 0.66% | 0.35% | - |
| XYZ | 4.5 | 7.72 | 2.55 | - |
| YUV | 65.93 | 108.28 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 31 | 0.64 | 0 | 0.66 | 0.65 | 118.98 | 0.49 | 0.24 |
| Hex | 20 | 5A | 1F | 40 | 0 | 42 | 41 | 77 | 31 | 18 |
| Octal | 40 | 132 | 37 | 100 | 0 | 102 | 101 | 167 | 61 | 30 |
| Binary | 100000 | 1011010 | 11111 | 1000000 | 0 | 1000010 | 1000001 | 1110111 | 110001 | 11000 |
Color Harmonies of #205A1F
Complementary color
Monochromatic Colors of #205A1F
Black with #205A1F
Text Example
Text Example
White with #205A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A1F; }
p { color: rgb(32,90,31); }
H1.HeaderClassName
{
color: #205A1F;
}
.AnyTagClassName
{
color: #205A1F;
}
</style>
background-color css
<style>
a { background-color: #205A1F; }
a { background-color: rgb(32,90,31); }
div.DivClassName
{
background-color: #205A1F;
}
.BgClassName
{
background-color: #205A1F;
}
</style>
border-color css
<style>
span { border-color: #205A1F; }
span { border-color: rgb(32,90,31); }
td.TdClassName
{
border-color: #205A1F;
}
.TagClassName
{
border-color: #205A1F;
}
</style>