Shades of Myrtle #125C19
Tints of Myrtle #125C19
RGB
CMYK
RGB Variations
Color information
#125C19 (or 0x125C19) is known color: Myrtle. HEX triplet: 12, 5C and 19. RGB value is (18,92,25). Sum of RGB (Red+Green+Blue) = 18+92+25=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 92 (36.33% from 255 or 68.15% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 92 - color contains mainly: green. Hex color #125C19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125C19 is #EDA3E6. Grayscale: #3E3E3E. Windows color (decimal): -15573991 or 1661970. OLE color: 1661970.
HSL color Cylindrical-coordinate representation of color #125C19: hue angle of 125.68º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125C19 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 92 | 25 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.64 |
| HSL | 125.68º | 0.67% | 0.22% | - |
| HSV(B) | 125.68º | 0.8% | 0.36% | - |
| XYZ | 4.25 | 7.85 | 2.21 | - |
| YUV | 62.24 | 106.98 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 25 | 0.80 | 0 | 0.73 | 0.64 | 125.68 | 0.67 | 0.22 |
| Hex | 12 | 5C | 19 | 50 | 0 | 49 | 40 | 7E | 43 | 16 |
| Octal | 22 | 134 | 31 | 120 | 0 | 111 | 100 | 176 | 103 | 26 |
| Binary | 10010 | 1011100 | 11001 | 1010000 | 0 | 1001001 | 1000000 | 1111110 | 1000011 | 10110 |
Color Harmonies of #125C19
Complementary color
Monochromatic Colors of #125C19
Black with #125C19
Text Example
Text Example
White with #125C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C19; }
p { color: rgb(18,92,25); }
H1.HeaderClassName
{
color: #125C19;
}
.AnyTagClassName
{
color: #125C19;
}
</style>
background-color css
<style>
a { background-color: #125C19; }
a { background-color: rgb(18,92,25); }
div.DivClassName
{
background-color: #125C19;
}
.BgClassName
{
background-color: #125C19;
}
</style>
border-color css
<style>
span { border-color: #125C19; }
span { border-color: rgb(18,92,25); }
td.TdClassName
{
border-color: #125C19;
}
.TagClassName
{
border-color: #125C19;
}
</style>