Shades of Dark Green #06341B
Tints of Dark Green #06341B
RGB
CMYK
RGB Variations
Color information
#06341B (or 0x06341B) is known color: Dark Green. HEX triplet: 06, 34 and 1B. RGB value is (6,52,27). Sum of RGB (Red+Green+Blue) = 6+52+27=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 52 (20.70% from 255 or 61.18% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 52 - color contains mainly: green. Hex color #06341B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06341B is #F9CBE4. Grayscale: #232323. Windows color (decimal): -16370661 or 1782790. OLE color: 1782790.
HSL color Cylindrical-coordinate representation of color #06341B: hue angle of 147.39º 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 #06341B is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 52 | 27 | - |
| CMYK | 0.88 | 0 | 0.48 | 0.80 |
| HSL | 147.39º | 0.79% | 0.11% | - |
| HSV(B) | 147.39º | 0.88% | 0.2% | - |
| XYZ | 1.5 | 2.57 | 1.45 | - |
| YUV | 35.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 52 | 27 | 0.88 | 0 | 0.48 | 0.80 | 147.39 | 0.79 | 0.11 |
| Hex | 6 | 34 | 1B | 58 | 0 | 30 | 50 | 93 | 4F | B |
| Octal | 6 | 64 | 33 | 130 | 0 | 60 | 120 | 223 | 117 | 13 |
| Binary | 110 | 110100 | 11011 | 1011000 | 0 | 110000 | 1010000 | 10010011 | 1001111 | 1011 |
Color Harmonies of #06341B
Complementary color
Monochromatic Colors of #06341B
Black with #06341B
Text Example
Text Example
White with #06341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06341B; }
p { color: rgb(6,52,27); }
H1.HeaderClassName
{
color: #06341B;
}
.AnyTagClassName
{
color: #06341B;
}
</style>
background-color css
<style>
a { background-color: #06341B; }
a { background-color: rgb(6,52,27); }
div.DivClassName
{
background-color: #06341B;
}
.BgClassName
{
background-color: #06341B;
}
</style>
border-color css
<style>
span { border-color: #06341B; }
span { border-color: rgb(6,52,27); }
td.TdClassName
{
border-color: #06341B;
}
.TagClassName
{
border-color: #06341B;
}
</style>