Shades of Myrtle #17350A
Tints of Myrtle #17350A
RGB
CMYK
RGB Variations
Color information
#17350A (or 0x17350A) is known color: Myrtle. HEX triplet: 17, 35 and 0A. RGB value is (23,53,10). Sum of RGB (Red+Green+Blue) = 23+53+10=86 (11% of max value = 765). Red value is 23 (9.38% from 255 or 26.74% from 86); Green value is 53 (21.09% from 255 or 61.63% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 53 - color contains mainly: green. Hex color #17350A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17350A is #E8CAF5. Grayscale: #272727. Windows color (decimal): -15256310 or 668951. OLE color: 668951.
HSL color Cylindrical-coordinate representation of color #17350A: hue angle of 101.86º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17350A is Cyan = 0.57, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 23 | 53 | 10 | - |
| CMYK | 0.57 | 0 | 0.81 | 0.79 |
| HSL | 101.86º | 0.68% | 0.12% | - |
| HSV(B) | 101.86º | 0.81% | 0.21% | - |
| XYZ | 1.68 | 2.75 | 0.73 | - |
| YUV | 39.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 53 | 10 | 0.57 | 0 | 0.81 | 0.79 | 101.86 | 0.68 | 0.12 |
| Hex | 17 | 35 | A | 39 | 0 | 51 | 4F | 66 | 44 | C |
| Octal | 27 | 65 | 12 | 71 | 0 | 121 | 117 | 146 | 104 | 14 |
| Binary | 10111 | 110101 | 1010 | 111001 | 0 | 1010001 | 1001111 | 1100110 | 1000100 | 1100 |
Color Harmonies of #17350A
Complementary color
Monochromatic Colors of #17350A
Black with #17350A
Text Example
Text Example
White with #17350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17350A; }
p { color: rgb(23,53,10); }
H1.HeaderClassName
{
color: #17350A;
}
.AnyTagClassName
{
color: #17350A;
}
</style>
background-color css
<style>
a { background-color: #17350A; }
a { background-color: rgb(23,53,10); }
div.DivClassName
{
background-color: #17350A;
}
.BgClassName
{
background-color: #17350A;
}
</style>
border-color css
<style>
span { border-color: #17350A; }
span { border-color: rgb(23,53,10); }
td.TdClassName
{
border-color: #17350A;
}
.TagClassName
{
border-color: #17350A;
}
</style>