Shades of Myrtle #195308
Tints of Myrtle #195308
RGB
CMYK
RGB Variations
Color information
#195308 (or 0x195308) is known color: Myrtle. HEX triplet: 19, 53 and 08. RGB value is (25,83,8). Sum of RGB (Red+Green+Blue) = 25+83+8=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 83 (32.81% from 255 or 71.55% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 83 - color contains mainly: green. Hex color #195308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195308 is #E6ACF7. Grayscale: #393939. Windows color (decimal): -15117560 or 545561. OLE color: 545561.
HSL color Cylindrical-coordinate representation of color #195308: hue angle of 106.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #195308 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 83 | 8 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.67 |
| HSL | 106.4º | 0.82% | 0.18% | - |
| HSV(B) | 106.4º | 0.9% | 0.33% | - |
| XYZ | 3.54 | 6.41 | 1.28 | - |
| YUV | 57.11 | 100.28 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 8 | 0.70 | 0 | 0.90 | 0.67 | 106.4 | 0.82 | 0.18 |
| Hex | 19 | 53 | 8 | 46 | 0 | 5A | 43 | 6A | 52 | 12 |
| Octal | 31 | 123 | 10 | 106 | 0 | 132 | 103 | 152 | 122 | 22 |
| Binary | 11001 | 1010011 | 1000 | 1000110 | 0 | 1011010 | 1000011 | 1101010 | 1010010 | 10010 |
Color Harmonies of #195308
Complementary color
Monochromatic Colors of #195308
Black with #195308
Text Example
Text Example
White with #195308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195308; }
p { color: rgb(25,83,8); }
H1.HeaderClassName
{
color: #195308;
}
.AnyTagClassName
{
color: #195308;
}
</style>
background-color css
<style>
a { background-color: #195308; }
a { background-color: rgb(25,83,8); }
div.DivClassName
{
background-color: #195308;
}
.BgClassName
{
background-color: #195308;
}
</style>
border-color css
<style>
span { border-color: #195308; }
span { border-color: rgb(25,83,8); }
td.TdClassName
{
border-color: #195308;
}
.TagClassName
{
border-color: #195308;
}
</style>