Shades of Myrtle #123308
Tints of Myrtle #123308
RGB
CMYK
RGB Variations
Color information
#123308 (or 0x123308) is known color: Myrtle. HEX triplet: 12, 33 and 08. RGB value is (18,51,8). Sum of RGB (Red+Green+Blue) = 18+51+8=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 51 (20.31% from 255 or 66.23% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 51 - color contains mainly: green. Hex color #123308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123308 is #EDCCF7. Grayscale: #242424. Windows color (decimal): -15584504 or 537362. OLE color: 537362.
HSL color Cylindrical-coordinate representation of color #123308: hue angle of 106.05º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123308 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 18 | 51 | 8 | - |
| CMYK | 0.65 | 0 | 0.84 | 0.8 |
| HSL | 106.05º | 0.73% | 0.12% | - |
| HSV(B) | 106.05º | 0.84% | 0.2% | - |
| XYZ | 1.48 | 2.51 | 0.64 | - |
| YUV | 36.23 | 112.07 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 8 | 0.65 | 0 | 0.84 | 0.8 | 106.05 | 0.73 | 0.12 |
| Hex | 12 | 33 | 8 | 41 | 0 | 54 | 50 | 6A | 49 | C |
| Octal | 22 | 63 | 10 | 101 | 0 | 124 | 120 | 152 | 111 | 14 |
| Binary | 10010 | 110011 | 1000 | 1000001 | 0 | 1010100 | 1010000 | 1101010 | 1001001 | 1100 |
Color Harmonies of #123308
Complementary color
Monochromatic Colors of #123308
Black with #123308
Text Example
Text Example
White with #123308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123308; }
p { color: rgb(18,51,8); }
H1.HeaderClassName
{
color: #123308;
}
.AnyTagClassName
{
color: #123308;
}
</style>
background-color css
<style>
a { background-color: #123308; }
a { background-color: rgb(18,51,8); }
div.DivClassName
{
background-color: #123308;
}
.BgClassName
{
background-color: #123308;
}
</style>
border-color css
<style>
span { border-color: #123308; }
span { border-color: rgb(18,51,8); }
td.TdClassName
{
border-color: #123308;
}
.TagClassName
{
border-color: #123308;
}
</style>