Shades of Myrtle #03530A
Tints of Myrtle #03530A
RGB
CMYK
RGB Variations
Color information
#03530A (or 0x03530A) is known color: Myrtle. HEX triplet: 03, 53 and 0A. RGB value is (3,83,10). Sum of RGB (Red+Green+Blue) = 3+83+10=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 83 (32.81% from 255 or 86.46% from 96); Blue value is 10 (4.30% from 255 or 10.42% from 96); Max value from RGB is 83 - color contains mainly: green. Hex color #03530A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03530A is #FCACF5. Grayscale: #323232. Windows color (decimal): -16559350 or 676611. OLE color: 676611.
HSL color Cylindrical-coordinate representation of color #03530A: hue angle of 125.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03530A is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 83 | 10 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.67 |
| HSL | 125.25º | 0.93% | 0.17% | - |
| HSV(B) | 125.25º | 0.96% | 0.33% | - |
| XYZ | 3.19 | 6.23 | 1.32 | - |
| YUV | 50.76 | 105 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 10 | 0.96 | 0 | 0.88 | 0.67 | 125.25 | 0.93 | 0.17 |
| Hex | 3 | 53 | A | 60 | 0 | 58 | 43 | 7D | 5D | 11 |
| Octal | 3 | 123 | 12 | 140 | 0 | 130 | 103 | 175 | 135 | 21 |
| Binary | 11 | 1010011 | 1010 | 1100000 | 0 | 1011000 | 1000011 | 1111101 | 1011101 | 10001 |
Color Harmonies of #03530A
Complementary color
Monochromatic Colors of #03530A
Black with #03530A
Text Example
Text Example
White with #03530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03530A; }
p { color: rgb(3,83,10); }
H1.HeaderClassName
{
color: #03530A;
}
.AnyTagClassName
{
color: #03530A;
}
</style>
background-color css
<style>
a { background-color: #03530A; }
a { background-color: rgb(3,83,10); }
div.DivClassName
{
background-color: #03530A;
}
.BgClassName
{
background-color: #03530A;
}
</style>
border-color css
<style>
span { border-color: #03530A; }
span { border-color: rgb(3,83,10); }
td.TdClassName
{
border-color: #03530A;
}
.TagClassName
{
border-color: #03530A;
}
</style>