Shades of Myrtle #04430C
Tints of Myrtle #04430C
RGB
CMYK
RGB Variations
Color information
#04430C (or 0x04430C) is known color: Myrtle. HEX triplet: 04, 43 and 0C. RGB value is (4,67,12). Sum of RGB (Red+Green+Blue) = 4+67+12=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 67 (26.56% from 255 or 80.72% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 67 - color contains mainly: green. Hex color #04430C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04430C is #FBBCF3. Grayscale: #2A2A2A. Windows color (decimal): -16497908 or 803588. OLE color: 803588.
HSL color Cylindrical-coordinate representation of color #04430C: hue angle of 127.62º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04430C is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 67 | 12 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.74 |
| HSL | 127.62º | 0.89% | 0.14% | - |
| HSV(B) | 127.62º | 0.94% | 0.26% | - |
| XYZ | 2.12 | 4.07 | 1.02 | - |
| YUV | 41.89 | 111.13 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 67 | 12 | 0.94 | 0 | 0.82 | 0.74 | 127.62 | 0.89 | 0.14 |
| Hex | 4 | 43 | C | 5E | 0 | 52 | 4A | 80 | 59 | E |
| Octal | 4 | 103 | 14 | 136 | 0 | 122 | 112 | 200 | 131 | 16 |
| Binary | 100 | 1000011 | 1100 | 1011110 | 0 | 1010010 | 1001010 | 10000000 | 1011001 | 1110 |
Color Harmonies of #04430C
Complementary color
Monochromatic Colors of #04430C
Black with #04430C
Text Example
Text Example
White with #04430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04430C; }
p { color: rgb(4,67,12); }
H1.HeaderClassName
{
color: #04430C;
}
.AnyTagClassName
{
color: #04430C;
}
</style>
background-color css
<style>
a { background-color: #04430C; }
a { background-color: rgb(4,67,12); }
div.DivClassName
{
background-color: #04430C;
}
.BgClassName
{
background-color: #04430C;
}
</style>
border-color css
<style>
span { border-color: #04430C; }
span { border-color: rgb(4,67,12); }
td.TdClassName
{
border-color: #04430C;
}
.TagClassName
{
border-color: #04430C;
}
</style>