Shades of Myrtle #004102
Tints of Myrtle #004102
RGB
CMYK
RGB Variations
Color information
#004102 (or 0x004102) is known color: Myrtle. HEX triplet: 00, 41 and 02. RGB value is (0,65,2). Sum of RGB (Red+Green+Blue) = 0+65+2=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 65 (25.78% from 255 or 97.01% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 65 - color contains mainly: green. Hex color #004102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004102 is #FFBEFD. Grayscale: #262626. Windows color (decimal): -16760574 or 147712. OLE color: 147712.
HSL color Cylindrical-coordinate representation of color #004102: hue angle of 121.85º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004102 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 65 | 2 | - |
| CMYK | 1 | 0 | 0.97 | 0.75 |
| HSL | 121.85º | 1% | 0.13% | - |
| HSV(B) | 121.85º | 1% | 0.25% | - |
| XYZ | 1.9 | 3.78 | 0.69 | - |
| YUV | 38.38 | 107.47 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 2 | 1 | 0 | 0.97 | 0.75 | 121.85 | 1 | 0.13 |
| Hex | 0 | 41 | 2 | 64 | 0 | 61 | 4B | 7A | 64 | D |
| Octal | 0 | 101 | 2 | 144 | 0 | 141 | 113 | 172 | 144 | 15 |
| Binary | 0 | 1000001 | 10 | 1100100 | 0 | 1100001 | 1001011 | 1111010 | 1100100 | 1101 |
Color Harmonies of #004102
Complementary color
Monochromatic Colors of #004102
Black with #004102
Text Example
Text Example
White with #004102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004102; }
p { color: rgb(0,65,2); }
H1.HeaderClassName
{
color: #004102;
}
.AnyTagClassName
{
color: #004102;
}
</style>
background-color css
<style>
a { background-color: #004102; }
a { background-color: rgb(0,65,2); }
div.DivClassName
{
background-color: #004102;
}
.BgClassName
{
background-color: #004102;
}
</style>
border-color css
<style>
span { border-color: #004102; }
span { border-color: rgb(0,65,2); }
td.TdClassName
{
border-color: #004102;
}
.TagClassName
{
border-color: #004102;
}
</style>