Shades of Myrtle #15530A
Tints of Myrtle #15530A
RGB
CMYK
RGB Variations
Color information
#15530A (or 0x15530A) is known color: Myrtle. HEX triplet: 15, 53 and 0A. RGB value is (21,83,10). Sum of RGB (Red+Green+Blue) = 21+83+10=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 83 (32.81% from 255 or 72.81% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 83 - color contains mainly: green. Hex color #15530A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #15530A is #EAACF5. Grayscale: #383838. Windows color (decimal): -15379702 or 676629. OLE color: 676629.
HSL color Cylindrical-coordinate representation of color #15530A: hue angle of 110.96º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15530A is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 83 | 10 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.67 |
| HSL | 110.96º | 0.78% | 0.18% | - |
| HSV(B) | 110.96º | 0.88% | 0.33% | - |
| XYZ | 3.46 | 6.37 | 1.33 | - |
| YUV | 56.14 | 101.96 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 10 | 0.75 | 0 | 0.88 | 0.67 | 110.96 | 0.78 | 0.18 |
| Hex | 15 | 53 | A | 4B | 0 | 58 | 43 | 6F | 4E | 12 |
| Octal | 25 | 123 | 12 | 113 | 0 | 130 | 103 | 157 | 116 | 22 |
| Binary | 10101 | 1010011 | 1010 | 1001011 | 0 | 1011000 | 1000011 | 1101111 | 1001110 | 10010 |
Color Harmonies of #15530A
Complementary color
Monochromatic Colors of #15530A
Black with #15530A
Text Example
Text Example
White with #15530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15530A; }
p { color: rgb(21,83,10); }
H1.HeaderClassName
{
color: #15530A;
}
.AnyTagClassName
{
color: #15530A;
}
</style>
background-color css
<style>
a { background-color: #15530A; }
a { background-color: rgb(21,83,10); }
div.DivClassName
{
background-color: #15530A;
}
.BgClassName
{
background-color: #15530A;
}
</style>
border-color css
<style>
span { border-color: #15530A; }
span { border-color: rgb(21,83,10); }
td.TdClassName
{
border-color: #15530A;
}
.TagClassName
{
border-color: #15530A;
}
</style>