Shades of Maire #342E00
Tints of Maire #342E00
RGB
CMYK
RGB Variations
Color information
#342E00 (or 0x342E00) is known color: Maire. HEX triplet: 34, 2E and 00. RGB value is (52,46,0). Sum of RGB (Red+Green+Blue) = 52+46+0=98 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.06% from 98); Green value is 46 (18.36% from 255 or 46.94% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 52 - color contains mainly: red. Hex color #342E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342E00 is #CBD1FF. Grayscale: #2A2A2A. Windows color (decimal): -13357568 or 11828. OLE color: 11828.
HSL color Cylindrical-coordinate representation of color #342E00: hue angle of 53.08º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #342E00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 46 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.80 |
| HSL | 53.08º | 1% | 0.1% | - |
| HSV(B) | 53.08º | 1% | 0.2% | - |
| XYZ | 2.39 | 2.68 | 0.39 | - |
| YUV | 42.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 0 | 0 | 0.12 | 1 | 0.80 | 53.08 | 1 | 0.1 |
| Hex | 34 | 2E | 0 | 0 | C | 64 | 50 | 35 | 64 | A |
| Octal | 64 | 56 | 0 | 0 | 14 | 144 | 120 | 65 | 144 | 12 |
| Binary | 110100 | 101110 | 0 | 0 | 1100 | 1100100 | 1010000 | 110101 | 1100100 | 1010 |
Color Harmonies of #342E00
Complementary color
Monochromatic Colors of #342E00
Black with #342E00
Text Example
Text Example
White with #342E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342E00; }
p { color: rgb(52,46,0); }
H1.HeaderClassName
{
color: #342E00;
}
.AnyTagClassName
{
color: #342E00;
}
</style>
background-color css
<style>
a { background-color: #342E00; }
a { background-color: rgb(52,46,0); }
div.DivClassName
{
background-color: #342E00;
}
.BgClassName
{
background-color: #342E00;
}
</style>
border-color css
<style>
span { border-color: #342E00; }
span { border-color: rgb(52,46,0); }
td.TdClassName
{
border-color: #342E00;
}
.TagClassName
{
border-color: #342E00;
}
</style>