Shades of Myrtle #123508
Tints of Myrtle #123508
RGB
CMYK
RGB Variations
Color information
#123508 (or 0x123508) is known color: Myrtle. HEX triplet: 12, 35 and 08. RGB value is (18,53,8). Sum of RGB (Red+Green+Blue) = 18+53+8=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 53 (21.09% from 255 or 67.09% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 53 - color contains mainly: green. Hex color #123508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123508 is #EDCAF7. Grayscale: #252525. Windows color (decimal): -15583992 or 537874. OLE color: 537874.
HSL color Cylindrical-coordinate representation of color #123508: hue angle of 106.67º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123508 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 53 | 8 | - |
| CMYK | 0.66 | 0 | 0.85 | 0.79 |
| HSL | 106.67º | 0.74% | 0.12% | - |
| HSV(B) | 106.67º | 0.85% | 0.21% | - |
| XYZ | 1.57 | 2.69 | 0.67 | - |
| YUV | 37.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 8 | 0.66 | 0 | 0.85 | 0.79 | 106.67 | 0.74 | 0.12 |
| Hex | 12 | 35 | 8 | 42 | 0 | 55 | 4F | 6B | 4A | C |
| Octal | 22 | 65 | 10 | 102 | 0 | 125 | 117 | 153 | 112 | 14 |
| Binary | 10010 | 110101 | 1000 | 1000010 | 0 | 1010101 | 1001111 | 1101011 | 1001010 | 1100 |
Color Harmonies of #123508
Complementary color
Monochromatic Colors of #123508
Black with #123508
Text Example
Text Example
White with #123508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123508; }
p { color: rgb(18,53,8); }
H1.HeaderClassName
{
color: #123508;
}
.AnyTagClassName
{
color: #123508;
}
</style>
background-color css
<style>
a { background-color: #123508; }
a { background-color: rgb(18,53,8); }
div.DivClassName
{
background-color: #123508;
}
.BgClassName
{
background-color: #123508;
}
</style>
border-color css
<style>
span { border-color: #123508; }
span { border-color: rgb(18,53,8); }
td.TdClassName
{
border-color: #123508;
}
.TagClassName
{
border-color: #123508;
}
</style>