Shades of Myrtle #174512
Tints of Myrtle #174512
RGB
CMYK
RGB Variations
Color information
#174512 (or 0x174512) is known color: Myrtle. HEX triplet: 17, 45 and 12. RGB value is (23,69,18). Sum of RGB (Red+Green+Blue) = 23+69+18=110 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.91% from 110); Green value is 69 (27.34% from 255 or 62.73% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 69 - color contains mainly: green. Hex color #174512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #174512 is #E8BAED. Grayscale: #313131. Windows color (decimal): -15252206 or 1197335. OLE color: 1197335.
HSL color Cylindrical-coordinate representation of color #174512: hue angle of 114.12º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #174512 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 69 | 18 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.73 |
| HSL | 114.12º | 0.59% | 0.17% | - |
| HSV(B) | 114.12º | 0.74% | 0.27% | - |
| XYZ | 2.59 | 4.48 | 1.3 | - |
| YUV | 49.43 | 110.26 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 69 | 18 | 0.67 | 0 | 0.74 | 0.73 | 114.12 | 0.59 | 0.17 |
| Hex | 17 | 45 | 12 | 43 | 0 | 4A | 49 | 72 | 3B | 11 |
| Octal | 27 | 105 | 22 | 103 | 0 | 112 | 111 | 162 | 73 | 21 |
| Binary | 10111 | 1000101 | 10010 | 1000011 | 0 | 1001010 | 1001001 | 1110010 | 111011 | 10001 |
Color Harmonies of #174512
Complementary color
Monochromatic Colors of #174512
Black with #174512
Text Example
Text Example
White with #174512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174512; }
p { color: rgb(23,69,18); }
H1.HeaderClassName
{
color: #174512;
}
.AnyTagClassName
{
color: #174512;
}
</style>
background-color css
<style>
a { background-color: #174512; }
a { background-color: rgb(23,69,18); }
div.DivClassName
{
background-color: #174512;
}
.BgClassName
{
background-color: #174512;
}
</style>
border-color css
<style>
span { border-color: #174512; }
span { border-color: rgb(23,69,18); }
td.TdClassName
{
border-color: #174512;
}
.TagClassName
{
border-color: #174512;
}
</style>