Shades of Myrtle #123B08
Tints of Myrtle #123B08
RGB
CMYK
RGB Variations
Color information
#123B08 (or 0x123B08) is known color: Myrtle. HEX triplet: 12, 3B and 08. RGB value is (18,59,8). Sum of RGB (Red+Green+Blue) = 18+59+8=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 59 (23.44% from 255 or 69.41% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 59 - color contains mainly: green. Hex color #123B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123B08 is #EDC4F7. Grayscale: #292929. Windows color (decimal): -15582456 or 539410. OLE color: 539410.
HSL color Cylindrical-coordinate representation of color #123B08: hue angle of 108.24º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123B08 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 59 | 8 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.77 |
| HSL | 108.24º | 0.76% | 0.13% | - |
| HSV(B) | 108.24º | 0.86% | 0.23% | - |
| XYZ | 1.86 | 3.27 | 0.76 | - |
| YUV | 40.93 | 109.42 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 8 | 0.69 | 0 | 0.86 | 0.77 | 108.24 | 0.76 | 0.13 |
| Hex | 12 | 3B | 8 | 45 | 0 | 56 | 4D | 6C | 4C | D |
| Octal | 22 | 73 | 10 | 105 | 0 | 126 | 115 | 154 | 114 | 15 |
| Binary | 10010 | 111011 | 1000 | 1000101 | 0 | 1010110 | 1001101 | 1101100 | 1001100 | 1101 |
Color Harmonies of #123B08
Complementary color
Monochromatic Colors of #123B08
Black with #123B08
Text Example
Text Example
White with #123B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B08; }
p { color: rgb(18,59,8); }
H1.HeaderClassName
{
color: #123B08;
}
.AnyTagClassName
{
color: #123B08;
}
</style>
background-color css
<style>
a { background-color: #123B08; }
a { background-color: rgb(18,59,8); }
div.DivClassName
{
background-color: #123B08;
}
.BgClassName
{
background-color: #123B08;
}
</style>
border-color css
<style>
span { border-color: #123B08; }
span { border-color: rgb(18,59,8); }
td.TdClassName
{
border-color: #123B08;
}
.TagClassName
{
border-color: #123B08;
}
</style>