Shades of Myrtle #123208
Tints of Myrtle #123208
RGB
CMYK
RGB Variations
Color information
#123208 (or 0x123208) is known color: Myrtle. HEX triplet: 12, 32 and 08. RGB value is (18,50,8). Sum of RGB (Red+Green+Blue) = 18+50+8=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 50 (19.92% from 255 or 65.79% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 50 - color contains mainly: green. Hex color #123208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123208 is #EDCDF7. Grayscale: #232323. Windows color (decimal): -15584760 or 537106. OLE color: 537106.
HSL color Cylindrical-coordinate representation of color #123208: hue angle of 105.71º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123208 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 50 | 8 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.80 |
| HSL | 105.71º | 0.72% | 0.11% | - |
| HSV(B) | 105.71º | 0.84% | 0.2% | - |
| XYZ | 1.43 | 2.43 | 0.62 | - |
| YUV | 35.64 | 112.4 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 8 | 0.64 | 0 | 0.84 | 0.80 | 105.71 | 0.72 | 0.11 |
| Hex | 12 | 32 | 8 | 40 | 0 | 54 | 50 | 6A | 48 | B |
| Octal | 22 | 62 | 10 | 100 | 0 | 124 | 120 | 152 | 110 | 13 |
| Binary | 10010 | 110010 | 1000 | 1000000 | 0 | 1010100 | 1010000 | 1101010 | 1001000 | 1011 |
Color Harmonies of #123208
Complementary color
Monochromatic Colors of #123208
Black with #123208
Text Example
Text Example
White with #123208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123208; }
p { color: rgb(18,50,8); }
H1.HeaderClassName
{
color: #123208;
}
.AnyTagClassName
{
color: #123208;
}
</style>
background-color css
<style>
a { background-color: #123208; }
a { background-color: rgb(18,50,8); }
div.DivClassName
{
background-color: #123208;
}
.BgClassName
{
background-color: #123208;
}
</style>
border-color css
<style>
span { border-color: #123208; }
span { border-color: rgb(18,50,8); }
td.TdClassName
{
border-color: #123208;
}
.TagClassName
{
border-color: #123208;
}
</style>