Shades of Myrtle #194B07
Tints of Myrtle #194B07
RGB
CMYK
RGB Variations
Color information
#194B07 (or 0x194B07) is known color: Myrtle. HEX triplet: 19, 4B and 07. RGB value is (25,75,7). Sum of RGB (Red+Green+Blue) = 25+75+7=107 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.36% from 107); Green value is 75 (29.69% from 255 or 70.09% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 75 - color contains mainly: green. Hex color #194B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194B07 is #E6B4F8. Grayscale: #343434. Windows color (decimal): -15119609 or 477977. OLE color: 477977.
HSL color Cylindrical-coordinate representation of color #194B07: hue angle of 104.12º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #194B07 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 75 | 7 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.71 |
| HSL | 104.12º | 0.83% | 0.16% | - |
| HSV(B) | 104.12º | 0.91% | 0.29% | - |
| XYZ | 2.96 | 5.25 | 1.06 | - |
| YUV | 52.3 | 102.44 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 7 | 0.67 | 0 | 0.91 | 0.71 | 104.12 | 0.83 | 0.16 |
| Hex | 19 | 4B | 7 | 43 | 0 | 5B | 47 | 68 | 53 | 10 |
| Octal | 31 | 113 | 7 | 103 | 0 | 133 | 107 | 150 | 123 | 20 |
| Binary | 11001 | 1001011 | 111 | 1000011 | 0 | 1011011 | 1000111 | 1101000 | 1010011 | 10000 |
Color Harmonies of #194B07
Complementary color
Monochromatic Colors of #194B07
Black with #194B07
Text Example
Text Example
White with #194B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B07; }
p { color: rgb(25,75,7); }
H1.HeaderClassName
{
color: #194B07;
}
.AnyTagClassName
{
color: #194B07;
}
</style>
background-color css
<style>
a { background-color: #194B07; }
a { background-color: rgb(25,75,7); }
div.DivClassName
{
background-color: #194B07;
}
.BgClassName
{
background-color: #194B07;
}
</style>
border-color css
<style>
span { border-color: #194B07; }
span { border-color: rgb(25,75,7); }
td.TdClassName
{
border-color: #194B07;
}
.TagClassName
{
border-color: #194B07;
}
</style>