Shades of Myrtle #125319
Tints of Myrtle #125319
RGB
CMYK
RGB Variations
Color information
#125319 (or 0x125319) is known color: Myrtle. HEX triplet: 12, 53 and 19. RGB value is (18,83,25). Sum of RGB (Red+Green+Blue) = 18+83+25=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 83 (32.81% from 255 or 65.87% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 83 - color contains mainly: green. Hex color #125319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125319 is #EDACE6. Grayscale: #393939. Windows color (decimal): -15576295 or 1659666. OLE color: 1659666.
HSL color Cylindrical-coordinate representation of color #125319: hue angle of 126.46º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125319 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 83 | 25 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.67 |
| HSL | 126.46º | 0.64% | 0.2% | - |
| HSV(B) | 126.46º | 0.78% | 0.33% | - |
| XYZ | 3.52 | 6.39 | 1.97 | - |
| YUV | 56.95 | 109.97 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 25 | 0.78 | 0 | 0.70 | 0.67 | 126.46 | 0.64 | 0.2 |
| Hex | 12 | 53 | 19 | 4E | 0 | 46 | 43 | 7E | 40 | 14 |
| Octal | 22 | 123 | 31 | 116 | 0 | 106 | 103 | 176 | 100 | 24 |
| Binary | 10010 | 1010011 | 11001 | 1001110 | 0 | 1000110 | 1000011 | 1111110 | 1000000 | 10100 |
Color Harmonies of #125319
Complementary color
Monochromatic Colors of #125319
Black with #125319
Text Example
Text Example
White with #125319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125319; }
p { color: rgb(18,83,25); }
H1.HeaderClassName
{
color: #125319;
}
.AnyTagClassName
{
color: #125319;
}
</style>
background-color css
<style>
a { background-color: #125319; }
a { background-color: rgb(18,83,25); }
div.DivClassName
{
background-color: #125319;
}
.BgClassName
{
background-color: #125319;
}
</style>
border-color css
<style>
span { border-color: #125319; }
span { border-color: rgb(18,83,25); }
td.TdClassName
{
border-color: #125319;
}
.TagClassName
{
border-color: #125319;
}
</style>