Shades of Myrtle #134200
Tints of Myrtle #134200
RGB
CMYK
RGB Variations
Color information
#134200 (or 0x134200) is known color: Myrtle. HEX triplet: 13, 42 and 00. RGB value is (19,66,0). Sum of RGB (Red+Green+Blue) = 19+66+0=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 66 (26.17% from 255 or 77.65% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 66 - color contains mainly: green. Hex color #134200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134200 is #ECBDFF. Grayscale: #2C2C2C. Windows color (decimal): -15515136 or 16915. OLE color: 16915.
HSL color Cylindrical-coordinate representation of color #134200: hue angle of 102.73º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #134200 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 66 | 0 | - |
| CMYK | 0.71 | 0 | 1 | 0.74 |
| HSL | 102.73º | 1% | 0.13% | - |
| HSV(B) | 102.73º | 1% | 0.26% | - |
| XYZ | 2.22 | 4.03 | 0.66 | - |
| YUV | 44.42 | 102.93 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 0 | 0.71 | 0 | 1 | 0.74 | 102.73 | 1 | 0.13 |
| Hex | 13 | 42 | 0 | 47 | 0 | 64 | 4A | 67 | 64 | D |
| Octal | 23 | 102 | 0 | 107 | 0 | 144 | 112 | 147 | 144 | 15 |
| Binary | 10011 | 1000010 | 0 | 1000111 | 0 | 1100100 | 1001010 | 1100111 | 1100100 | 1101 |
Color Harmonies of #134200
Complementary color
Monochromatic Colors of #134200
Black with #134200
Text Example
Text Example
White with #134200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134200; }
p { color: rgb(19,66,0); }
H1.HeaderClassName
{
color: #134200;
}
.AnyTagClassName
{
color: #134200;
}
</style>
background-color css
<style>
a { background-color: #134200; }
a { background-color: rgb(19,66,0); }
div.DivClassName
{
background-color: #134200;
}
.BgClassName
{
background-color: #134200;
}
</style>
border-color css
<style>
span { border-color: #134200; }
span { border-color: rgb(19,66,0); }
td.TdClassName
{
border-color: #134200;
}
.TagClassName
{
border-color: #134200;
}
</style>