Shades of Myrtle #13531C
Tints of Myrtle #13531C
RGB
CMYK
RGB Variations
Color information
#13531C (or 0x13531C) is known color: Myrtle. HEX triplet: 13, 53 and 1C. RGB value is (19,83,28). Sum of RGB (Red+Green+Blue) = 19+83+28=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 83 (32.81% from 255 or 63.85% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 83 - color contains mainly: green. Hex color #13531C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13531C is #ECACE3. Grayscale: #393939. Windows color (decimal): -15510756 or 1856275. OLE color: 1856275.
HSL color Cylindrical-coordinate representation of color #13531C: hue angle of 128.44º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13531C is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 28 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.67 |
| HSL | 128.44º | 0.63% | 0.2% | - |
| HSV(B) | 128.44º | 0.77% | 0.33% | - |
| XYZ | 3.57 | 6.41 | 2.15 | - |
| YUV | 57.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 28 | 0.77 | 0 | 0.66 | 0.67 | 128.44 | 0.63 | 0.2 |
| Hex | 13 | 53 | 1C | 4D | 0 | 42 | 43 | 80 | 3F | 14 |
| Octal | 23 | 123 | 34 | 115 | 0 | 102 | 103 | 200 | 77 | 24 |
| Binary | 10011 | 1010011 | 11100 | 1001101 | 0 | 1000010 | 1000011 | 10000000 | 111111 | 10100 |
Color Harmonies of #13531C
Complementary color
Monochromatic Colors of #13531C
Black with #13531C
Text Example
Text Example
White with #13531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13531C; }
p { color: rgb(19,83,28); }
H1.HeaderClassName
{
color: #13531C;
}
.AnyTagClassName
{
color: #13531C;
}
</style>
background-color css
<style>
a { background-color: #13531C; }
a { background-color: rgb(19,83,28); }
div.DivClassName
{
background-color: #13531C;
}
.BgClassName
{
background-color: #13531C;
}
</style>
border-color css
<style>
span { border-color: #13531C; }
span { border-color: rgb(19,83,28); }
td.TdClassName
{
border-color: #13531C;
}
.TagClassName
{
border-color: #13531C;
}
</style>