Shades of Myrtle #175020
Tints of Myrtle #175020
RGB
CMYK
RGB Variations
Color information
#175020 (or 0x175020) is known color: Myrtle. HEX triplet: 17, 50 and 20. RGB value is (23,80,32). Sum of RGB (Red+Green+Blue) = 23+80+32=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #175020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175020 is #E8AFDF. Grayscale: #393939. Windows color (decimal): -15249376 or 2117655. OLE color: 2117655.
HSL color Cylindrical-coordinate representation of color #175020: hue angle of 129.47º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #175020 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 80 | 32 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.69 |
| HSL | 129.47º | 0.55% | 0.2% | - |
| HSV(B) | 129.47º | 0.71% | 0.31% | - |
| XYZ | 3.48 | 6.02 | 2.35 | - |
| YUV | 57.49 | 113.62 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 80 | 32 | 0.71 | 0 | 0.60 | 0.69 | 129.47 | 0.55 | 0.2 |
| Hex | 17 | 50 | 20 | 47 | 0 | 3C | 45 | 81 | 37 | 14 |
| Octal | 27 | 120 | 40 | 107 | 0 | 74 | 105 | 201 | 67 | 24 |
| Binary | 10111 | 1010000 | 100000 | 1000111 | 0 | 111100 | 1000101 | 10000001 | 110111 | 10100 |
Color Harmonies of #175020
Complementary color
Monochromatic Colors of #175020
Black with #175020
Text Example
Text Example
White with #175020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175020; }
p { color: rgb(23,80,32); }
H1.HeaderClassName
{
color: #175020;
}
.AnyTagClassName
{
color: #175020;
}
</style>
background-color css
<style>
a { background-color: #175020; }
a { background-color: rgb(23,80,32); }
div.DivClassName
{
background-color: #175020;
}
.BgClassName
{
background-color: #175020;
}
</style>
border-color css
<style>
span { border-color: #175020; }
span { border-color: rgb(23,80,32); }
td.TdClassName
{
border-color: #175020;
}
.TagClassName
{
border-color: #175020;
}
</style>