Shades of Myrtle #195008
Tints of Myrtle #195008
RGB
CMYK
RGB Variations
Color information
#195008 (or 0x195008) is known color: Myrtle. HEX triplet: 19, 50 and 08. RGB value is (25,80,8). Sum of RGB (Red+Green+Blue) = 25+80+8=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 80 (31.64% from 255 or 70.80% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 80 - color contains mainly: green. Hex color #195008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195008 is #E6AFF7. Grayscale: #373737. Windows color (decimal): -15118328 or 544793. OLE color: 544793.
HSL color Cylindrical-coordinate representation of color #195008: hue angle of 105.83º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #195008 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 80 | 8 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.69 |
| HSL | 105.83º | 0.82% | 0.17% | - |
| HSV(B) | 105.83º | 0.9% | 0.31% | - |
| XYZ | 3.31 | 5.96 | 1.21 | - |
| YUV | 55.35 | 101.28 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 8 | 0.69 | 0 | 0.90 | 0.69 | 105.83 | 0.82 | 0.17 |
| Hex | 19 | 50 | 8 | 45 | 0 | 5A | 45 | 6A | 52 | 11 |
| Octal | 31 | 120 | 10 | 105 | 0 | 132 | 105 | 152 | 122 | 21 |
| Binary | 11001 | 1010000 | 1000 | 1000101 | 0 | 1011010 | 1000101 | 1101010 | 1010010 | 10001 |
Color Harmonies of #195008
Complementary color
Monochromatic Colors of #195008
Black with #195008
Text Example
Text Example
White with #195008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195008; }
p { color: rgb(25,80,8); }
H1.HeaderClassName
{
color: #195008;
}
.AnyTagClassName
{
color: #195008;
}
</style>
background-color css
<style>
a { background-color: #195008; }
a { background-color: rgb(25,80,8); }
div.DivClassName
{
background-color: #195008;
}
.BgClassName
{
background-color: #195008;
}
</style>
border-color css
<style>
span { border-color: #195008; }
span { border-color: rgb(25,80,8); }
td.TdClassName
{
border-color: #195008;
}
.TagClassName
{
border-color: #195008;
}
</style>