Shades of Myrtle #195304
Tints of Myrtle #195304
RGB
CMYK
RGB Variations
Color information
#195304 (or 0x195304) is known color: Myrtle. HEX triplet: 19, 53 and 04. RGB value is (25,83,4). Sum of RGB (Red+Green+Blue) = 25+83+4=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 83 (32.81% from 255 or 74.11% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 83 - color contains mainly: green. Hex color #195304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195304 is #E6ACFB. Grayscale: #383838. Windows color (decimal): -15117564 or 283417. OLE color: 283417.
HSL color Cylindrical-coordinate representation of color #195304: hue angle of 104.05º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #195304 is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 83 | 4 | - |
| CMYK | 0.70 | 0 | 0.95 | 0.67 |
| HSL | 104.05º | 0.91% | 0.17% | - |
| HSV(B) | 104.05º | 0.95% | 0.33% | - |
| XYZ | 3.52 | 6.4 | 1.17 | - |
| YUV | 56.65 | 98.28 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 4 | 0.70 | 0 | 0.95 | 0.67 | 104.05 | 0.91 | 0.17 |
| Hex | 19 | 53 | 4 | 46 | 0 | 5F | 43 | 68 | 5B | 11 |
| Octal | 31 | 123 | 4 | 106 | 0 | 137 | 103 | 150 | 133 | 21 |
| Binary | 11001 | 1010011 | 100 | 1000110 | 0 | 1011111 | 1000011 | 1101000 | 1011011 | 10001 |
Color Harmonies of #195304
Complementary color
Monochromatic Colors of #195304
Black with #195304
Text Example
Text Example
White with #195304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195304; }
p { color: rgb(25,83,4); }
H1.HeaderClassName
{
color: #195304;
}
.AnyTagClassName
{
color: #195304;
}
</style>
background-color css
<style>
a { background-color: #195304; }
a { background-color: rgb(25,83,4); }
div.DivClassName
{
background-color: #195304;
}
.BgClassName
{
background-color: #195304;
}
</style>
border-color css
<style>
span { border-color: #195304; }
span { border-color: rgb(25,83,4); }
td.TdClassName
{
border-color: #195304;
}
.TagClassName
{
border-color: #195304;
}
</style>