Shades of Dark Green #06342D
Tints of Dark Green #06342D
RGB
CMYK
RGB Variations
Color information
#06342D (or 0x06342D) is known color: Dark Green. HEX triplet: 06, 34 and 2D. RGB value is (6,52,45). Sum of RGB (Red+Green+Blue) = 6+52+45=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #06342D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06342D is #F9CBD2. Grayscale: #252525. Windows color (decimal): -16370643 or 2962438. OLE color: 2962438.
HSL color Cylindrical-coordinate representation of color #06342D: hue angle of 170.87º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06342D is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 52 | 45 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.80 |
| HSL | 170.87º | 0.79% | 0.11% | - |
| HSV(B) | 170.87º | 0.88% | 0.2% | - |
| XYZ | 1.78 | 2.68 | 2.91 | - |
| YUV | 37.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 52 | 45 | 0.88 | 0 | 0.13 | 0.80 | 170.87 | 0.79 | 0.11 |
| Hex | 6 | 34 | 2D | 58 | 0 | D | 50 | AB | 4F | B |
| Octal | 6 | 64 | 55 | 130 | 0 | 15 | 120 | 253 | 117 | 13 |
| Binary | 110 | 110100 | 101101 | 1011000 | 0 | 1101 | 1010000 | 10101011 | 1001111 | 1011 |
Color Harmonies of #06342D
Complementary color
Monochromatic Colors of #06342D
Black with #06342D
Text Example
Text Example
White with #06342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06342D; }
p { color: rgb(6,52,45); }
H1.HeaderClassName
{
color: #06342D;
}
.AnyTagClassName
{
color: #06342D;
}
</style>
background-color css
<style>
a { background-color: #06342D; }
a { background-color: rgb(6,52,45); }
div.DivClassName
{
background-color: #06342D;
}
.BgClassName
{
background-color: #06342D;
}
</style>
border-color css
<style>
span { border-color: #06342D; }
span { border-color: rgb(6,52,45); }
td.TdClassName
{
border-color: #06342D;
}
.TagClassName
{
border-color: #06342D;
}
</style>