Shades of Myrtle #195B12
Tints of Myrtle #195B12
RGB
CMYK
RGB Variations
Color information
#195B12 (or 0x195B12) is known color: Myrtle. HEX triplet: 19, 5B and 12. RGB value is (25,91,18). Sum of RGB (Red+Green+Blue) = 25+91+18=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 91 (35.94% from 255 or 67.91% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 91 - color contains mainly: green. Hex color #195B12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195B12 is #E6A4ED. Grayscale: #3F3F3F. Windows color (decimal): -15115502 or 1202969. OLE color: 1202969.
HSL color Cylindrical-coordinate representation of color #195B12: hue angle of 114.25º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #195B12 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 91 | 18 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.64 |
| HSL | 114.25º | 0.67% | 0.21% | - |
| HSV(B) | 114.25º | 0.8% | 0.36% | - |
| XYZ | 4.25 | 7.73 | 1.84 | - |
| YUV | 62.94 | 102.63 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 91 | 18 | 0.73 | 0 | 0.80 | 0.64 | 114.25 | 0.67 | 0.21 |
| Hex | 19 | 5B | 12 | 49 | 0 | 50 | 40 | 72 | 43 | 15 |
| Octal | 31 | 133 | 22 | 111 | 0 | 120 | 100 | 162 | 103 | 25 |
| Binary | 11001 | 1011011 | 10010 | 1001001 | 0 | 1010000 | 1000000 | 1110010 | 1000011 | 10101 |
Color Harmonies of #195B12
Complementary color
Monochromatic Colors of #195B12
Black with #195B12
Text Example
Text Example
White with #195B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195B12; }
p { color: rgb(25,91,18); }
H1.HeaderClassName
{
color: #195B12;
}
.AnyTagClassName
{
color: #195B12;
}
</style>
background-color css
<style>
a { background-color: #195B12; }
a { background-color: rgb(25,91,18); }
div.DivClassName
{
background-color: #195B12;
}
.BgClassName
{
background-color: #195B12;
}
</style>
border-color css
<style>
span { border-color: #195B12; }
span { border-color: rgb(25,91,18); }
td.TdClassName
{
border-color: #195B12;
}
.TagClassName
{
border-color: #195B12;
}
</style>