Shades of Myrtle #17380C
Tints of Myrtle #17380C
RGB
CMYK
RGB Variations
Color information
#17380C (or 0x17380C) is known color: Myrtle. HEX triplet: 17, 38 and 0C. RGB value is (23,56,12). Sum of RGB (Red+Green+Blue) = 23+56+12=91 (12% of max value = 765). Red value is 23 (9.38% from 255 or 25.27% from 91); Green value is 56 (22.27% from 255 or 61.54% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 56 - color contains mainly: green. Hex color #17380C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17380C is #E8C7F3. Grayscale: #292929. Windows color (decimal): -15255540 or 800791. OLE color: 800791.
HSL color Cylindrical-coordinate representation of color #17380C: hue angle of 105º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17380C is Cyan = 0.59, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 23 | 56 | 12 | - |
| CMYK | 0.59 | 0 | 0.79 | 0.78 |
| HSL | 105º | 0.65% | 0.13% | - |
| HSV(B) | 105º | 0.79% | 0.22% | - |
| XYZ | 1.83 | 3.04 | 0.84 | - |
| YUV | 41.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 12 | 0.59 | 0 | 0.79 | 0.78 | 105 | 0.65 | 0.13 |
| Hex | 17 | 38 | C | 3B | 0 | 4F | 4E | 69 | 41 | D |
| Octal | 27 | 70 | 14 | 73 | 0 | 117 | 116 | 151 | 101 | 15 |
| Binary | 10111 | 111000 | 1100 | 111011 | 0 | 1001111 | 1001110 | 1101001 | 1000001 | 1101 |
Color Harmonies of #17380C
Complementary color
Monochromatic Colors of #17380C
Black with #17380C
Text Example
Text Example
White with #17380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17380C; }
p { color: rgb(23,56,12); }
H1.HeaderClassName
{
color: #17380C;
}
.AnyTagClassName
{
color: #17380C;
}
</style>
background-color css
<style>
a { background-color: #17380C; }
a { background-color: rgb(23,56,12); }
div.DivClassName
{
background-color: #17380C;
}
.BgClassName
{
background-color: #17380C;
}
</style>
border-color css
<style>
span { border-color: #17380C; }
span { border-color: rgb(23,56,12); }
td.TdClassName
{
border-color: #17380C;
}
.TagClassName
{
border-color: #17380C;
}
</style>