Shades of Myrtle #194C02
Tints of Myrtle #194C02
RGB
CMYK
RGB Variations
Color information
#194C02 (or 0x194C02) is known color: Myrtle. HEX triplet: 19, 4C and 02. RGB value is (25,76,2). Sum of RGB (Red+Green+Blue) = 25+76+2=103 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.27% from 103); Green value is 76 (30.08% from 255 or 73.79% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 76 - color contains mainly: green. Hex color #194C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194C02 is #E6B3FD. Grayscale: #343434. Windows color (decimal): -15119358 or 150553. OLE color: 150553.
HSL color Cylindrical-coordinate representation of color #194C02: hue angle of 101.35º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #194C02 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 76 | 2 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.70 |
| HSL | 101.35º | 0.95% | 0.15% | - |
| HSV(B) | 101.35º | 0.97% | 0.3% | - |
| XYZ | 3 | 5.38 | 0.94 | - |
| YUV | 52.32 | 99.6 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 2 | 0.67 | 0 | 0.97 | 0.70 | 101.35 | 0.95 | 0.15 |
| Hex | 19 | 4C | 2 | 43 | 0 | 61 | 46 | 65 | 5F | F |
| Octal | 31 | 114 | 2 | 103 | 0 | 141 | 106 | 145 | 137 | 17 |
| Binary | 11001 | 1001100 | 10 | 1000011 | 0 | 1100001 | 1000110 | 1100101 | 1011111 | 1111 |
Color Harmonies of #194C02
Complementary color
Monochromatic Colors of #194C02
Black with #194C02
Text Example
Text Example
White with #194C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C02; }
p { color: rgb(25,76,2); }
H1.HeaderClassName
{
color: #194C02;
}
.AnyTagClassName
{
color: #194C02;
}
</style>
background-color css
<style>
a { background-color: #194C02; }
a { background-color: rgb(25,76,2); }
div.DivClassName
{
background-color: #194C02;
}
.BgClassName
{
background-color: #194C02;
}
</style>
border-color css
<style>
span { border-color: #194C02; }
span { border-color: rgb(25,76,2); }
td.TdClassName
{
border-color: #194C02;
}
.TagClassName
{
border-color: #194C02;
}
</style>