Shades of Myrtle #133805
Tints of Myrtle #133805
RGB
CMYK
RGB Variations
Color information
#133805 (or 0x133805) is known color: Myrtle. HEX triplet: 13, 38 and 05. RGB value is (19,56,5). Sum of RGB (Red+Green+Blue) = 19+56+5=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 56 (22.27% from 255 or 70% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 56 - color contains mainly: green. Hex color #133805 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133805 is #ECC7FA. Grayscale: #272727. Windows color (decimal): -15517691 or 342035. OLE color: 342035.
HSL color Cylindrical-coordinate representation of color #133805: hue angle of 103.53º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133805 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 56 | 5 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.78 |
| HSL | 103.53º | 0.84% | 0.12% | - |
| HSV(B) | 103.53º | 0.91% | 0.22% | - |
| XYZ | 1.71 | 2.98 | 0.63 | - |
| YUV | 39.12 | 108.74 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 5 | 0.66 | 0 | 0.91 | 0.78 | 103.53 | 0.84 | 0.12 |
| Hex | 13 | 38 | 5 | 42 | 0 | 5B | 4E | 68 | 54 | C |
| Octal | 23 | 70 | 5 | 102 | 0 | 133 | 116 | 150 | 124 | 14 |
| Binary | 10011 | 111000 | 101 | 1000010 | 0 | 1011011 | 1001110 | 1101000 | 1010100 | 1100 |
Color Harmonies of #133805
Complementary color
Monochromatic Colors of #133805
Black with #133805
Text Example
Text Example
White with #133805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133805; }
p { color: rgb(19,56,5); }
H1.HeaderClassName
{
color: #133805;
}
.AnyTagClassName
{
color: #133805;
}
</style>
background-color css
<style>
a { background-color: #133805; }
a { background-color: rgb(19,56,5); }
div.DivClassName
{
background-color: #133805;
}
.BgClassName
{
background-color: #133805;
}
</style>
border-color css
<style>
span { border-color: #133805; }
span { border-color: rgb(19,56,5); }
td.TdClassName
{
border-color: #133805;
}
.TagClassName
{
border-color: #133805;
}
</style>