Shades of Myrtle #00520C
Tints of Myrtle #00520C
RGB
CMYK
RGB Variations
Color information
#00520C (or 0x00520C) is known color: Myrtle. HEX triplet: 00, 52 and 0C. RGB value is (0,82,12). Sum of RGB (Red+Green+Blue) = 0+82+12=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 82 (32.42% from 255 or 87.23% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 82 - color contains mainly: green. Hex color #00520C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00520C is #FFADF3. Grayscale: #313131. Windows color (decimal): -16756212 or 807424. OLE color: 807424.
HSL color Cylindrical-coordinate representation of color #00520C: hue angle of 128.78º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00520C is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 82 | 12 | - |
| CMYK | 1 | 0 | 0.85 | 0.68 |
| HSL | 128.78º | 1% | 0.16% | - |
| HSV(B) | 128.78º | 1% | 0.32% | - |
| XYZ | 3.08 | 6.06 | 1.36 | - |
| YUV | 49.5 | 106.83 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 12 | 1 | 0 | 0.85 | 0.68 | 128.78 | 1 | 0.16 |
| Hex | 0 | 52 | C | 64 | 0 | 55 | 44 | 81 | 64 | 10 |
| Octal | 0 | 122 | 14 | 144 | 0 | 125 | 104 | 201 | 144 | 20 |
| Binary | 0 | 1010010 | 1100 | 1100100 | 0 | 1010101 | 1000100 | 10000001 | 1100100 | 10000 |
Color Harmonies of #00520C
Complementary color
Monochromatic Colors of #00520C
Black with #00520C
Text Example
Text Example
White with #00520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00520C; }
p { color: rgb(0,82,12); }
H1.HeaderClassName
{
color: #00520C;
}
.AnyTagClassName
{
color: #00520C;
}
</style>
background-color css
<style>
a { background-color: #00520C; }
a { background-color: rgb(0,82,12); }
div.DivClassName
{
background-color: #00520C;
}
.BgClassName
{
background-color: #00520C;
}
</style>
border-color css
<style>
span { border-color: #00520C; }
span { border-color: rgb(0,82,12); }
td.TdClassName
{
border-color: #00520C;
}
.TagClassName
{
border-color: #00520C;
}
</style>