Shades of Myrtle #133912
Tints of Myrtle #133912
RGB
CMYK
RGB Variations
Color information
#133912 (or 0x133912) is known color: Myrtle. HEX triplet: 13, 39 and 12. RGB value is (19,57,18). Sum of RGB (Red+Green+Blue) = 19+57+18=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 57 (22.66% from 255 or 60.64% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 57 - color contains mainly: green. Hex color #133912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133912 is #ECC6ED. Grayscale: #292929. Windows color (decimal): -15517422 or 1194259. OLE color: 1194259.
HSL color Cylindrical-coordinate representation of color #133912: hue angle of 118.46º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #133912 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 57 | 18 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.78 |
| HSL | 118.46º | 0.52% | 0.15% | - |
| HSV(B) | 118.46º | 0.68% | 0.22% | - |
| XYZ | 1.84 | 3.11 | 1.08 | - |
| YUV | 41.19 | 114.91 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 18 | 0.67 | 0 | 0.68 | 0.78 | 118.46 | 0.52 | 0.15 |
| Hex | 13 | 39 | 12 | 43 | 0 | 44 | 4E | 76 | 34 | F |
| Octal | 23 | 71 | 22 | 103 | 0 | 104 | 116 | 166 | 64 | 17 |
| Binary | 10011 | 111001 | 10010 | 1000011 | 0 | 1000100 | 1001110 | 1110110 | 110100 | 1111 |
Color Harmonies of #133912
Complementary color
Monochromatic Colors of #133912
Black with #133912
Text Example
Text Example
White with #133912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133912; }
p { color: rgb(19,57,18); }
H1.HeaderClassName
{
color: #133912;
}
.AnyTagClassName
{
color: #133912;
}
</style>
background-color css
<style>
a { background-color: #133912; }
a { background-color: rgb(19,57,18); }
div.DivClassName
{
background-color: #133912;
}
.BgClassName
{
background-color: #133912;
}
</style>
border-color css
<style>
span { border-color: #133912; }
span { border-color: rgb(19,57,18); }
td.TdClassName
{
border-color: #133912;
}
.TagClassName
{
border-color: #133912;
}
</style>