Shades of Myrtle #00530B
Tints of Myrtle #00530B
RGB
CMYK
RGB Variations
Color information
#00530B (or 0x00530B) is known color: Myrtle. HEX triplet: 00, 53 and 0B. RGB value is (0,83,11). Sum of RGB (Red+Green+Blue) = 0+83+11=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 83 (32.81% from 255 or 88.30% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 83 - color contains mainly: green. Hex color #00530B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00530B is #FFACF4. Grayscale: #323232. Windows color (decimal): -16755957 or 742144. OLE color: 742144.
HSL color Cylindrical-coordinate representation of color #00530B: hue angle of 127.95º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00530B is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 83 | 11 | - |
| CMYK | 1 | 0 | 0.87 | 0.67 |
| HSL | 127.95º | 1% | 0.16% | - |
| HSV(B) | 127.95º | 1% | 0.33% | - |
| XYZ | 3.15 | 6.21 | 1.35 | - |
| YUV | 49.98 | 106 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 11 | 1 | 0 | 0.87 | 0.67 | 127.95 | 1 | 0.16 |
| Hex | 0 | 53 | B | 64 | 0 | 57 | 43 | 80 | 64 | 10 |
| Octal | 0 | 123 | 13 | 144 | 0 | 127 | 103 | 200 | 144 | 20 |
| Binary | 0 | 1010011 | 1011 | 1100100 | 0 | 1010111 | 1000011 | 10000000 | 1100100 | 10000 |
Color Harmonies of #00530B
Complementary color
Monochromatic Colors of #00530B
Black with #00530B
Text Example
Text Example
White with #00530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00530B; }
p { color: rgb(0,83,11); }
H1.HeaderClassName
{
color: #00530B;
}
.AnyTagClassName
{
color: #00530B;
}
</style>
background-color css
<style>
a { background-color: #00530B; }
a { background-color: rgb(0,83,11); }
div.DivClassName
{
background-color: #00530B;
}
.BgClassName
{
background-color: #00530B;
}
</style>
border-color css
<style>
span { border-color: #00530B; }
span { border-color: rgb(0,83,11); }
td.TdClassName
{
border-color: #00530B;
}
.TagClassName
{
border-color: #00530B;
}
</style>