Shades of Myrtle #194C21
Tints of Myrtle #194C21
RGB
CMYK
RGB Variations
Color information
#194C21 (or 0x194C21) is known color: Myrtle. HEX triplet: 19, 4C and 21. RGB value is (25,76,33). Sum of RGB (Red+Green+Blue) = 25+76+33=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 76 (30.08% from 255 or 56.72% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 76 - color contains mainly: green. Hex color #194C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C21 is #E6B3DE. Grayscale: #373737. Windows color (decimal): -15119327 or 2182169. OLE color: 2182169.
HSL color Cylindrical-coordinate representation of color #194C21: hue angle of 129.41º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194C21 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 76 | 33 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.70 |
| HSL | 129.41º | 0.5% | 0.2% | - |
| HSV(B) | 129.41º | 0.67% | 0.3% | - |
| XYZ | 3.26 | 5.49 | 2.33 | - |
| YUV | 55.85 | 115.1 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 33 | 0.67 | 0 | 0.57 | 0.70 | 129.41 | 0.5 | 0.2 |
| Hex | 19 | 4C | 21 | 43 | 0 | 39 | 46 | 81 | 32 | 14 |
| Octal | 31 | 114 | 41 | 103 | 0 | 71 | 106 | 201 | 62 | 24 |
| Binary | 11001 | 1001100 | 100001 | 1000011 | 0 | 111001 | 1000110 | 10000001 | 110010 | 10100 |
Color Harmonies of #194C21
Complementary color
Monochromatic Colors of #194C21
Black with #194C21
Text Example
Text Example
White with #194C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C21; }
p { color: rgb(25,76,33); }
H1.HeaderClassName
{
color: #194C21;
}
.AnyTagClassName
{
color: #194C21;
}
</style>
background-color css
<style>
a { background-color: #194C21; }
a { background-color: rgb(25,76,33); }
div.DivClassName
{
background-color: #194C21;
}
.BgClassName
{
background-color: #194C21;
}
</style>
border-color css
<style>
span { border-color: #194C21; }
span { border-color: rgb(25,76,33); }
td.TdClassName
{
border-color: #194C21;
}
.TagClassName
{
border-color: #194C21;
}
</style>