Shades of Myrtle #195F12
Tints of Myrtle #195F12
RGB
CMYK
RGB Variations
Color information
#195F12 (or 0x195F12) is known color: Myrtle. HEX triplet: 19, 5F and 12. RGB value is (25,95,18). Sum of RGB (Red+Green+Blue) = 25+95+18=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 95 (37.5% from 255 or 68.84% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 95 - color contains mainly: green. Hex color #195F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195F12 is #E6A0ED. Grayscale: #414141. Windows color (decimal): -15114478 or 1203993. OLE color: 1203993.
HSL color Cylindrical-coordinate representation of color #195F12: hue angle of 114.55º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #195F12 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 95 | 18 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.63 |
| HSL | 114.55º | 0.68% | 0.22% | - |
| HSV(B) | 114.55º | 0.81% | 0.37% | - |
| XYZ | 4.6 | 8.43 | 1.96 | - |
| YUV | 65.29 | 101.31 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 95 | 18 | 0.74 | 0 | 0.81 | 0.63 | 114.55 | 0.68 | 0.22 |
| Hex | 19 | 5F | 12 | 4A | 0 | 51 | 3F | 73 | 44 | 16 |
| Octal | 31 | 137 | 22 | 112 | 0 | 121 | 77 | 163 | 104 | 26 |
| Binary | 11001 | 1011111 | 10010 | 1001010 | 0 | 1010001 | 111111 | 1110011 | 1000100 | 10110 |
Color Harmonies of #195F12
Complementary color
Monochromatic Colors of #195F12
Black with #195F12
Text Example
Text Example
White with #195F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195F12; }
p { color: rgb(25,95,18); }
H1.HeaderClassName
{
color: #195F12;
}
.AnyTagClassName
{
color: #195F12;
}
</style>
background-color css
<style>
a { background-color: #195F12; }
a { background-color: rgb(25,95,18); }
div.DivClassName
{
background-color: #195F12;
}
.BgClassName
{
background-color: #195F12;
}
</style>
border-color css
<style>
span { border-color: #195F12; }
span { border-color: rgb(25,95,18); }
td.TdClassName
{
border-color: #195F12;
}
.TagClassName
{
border-color: #195F12;
}
</style>