Shades of Dark Green #06331C
Tints of Dark Green #06331C
RGB
CMYK
RGB Variations
Color information
#06331C (or 0x06331C) is known color: Dark Green. HEX triplet: 06, 33 and 1C. RGB value is (6,51,28). Sum of RGB (Red+Green+Blue) = 6+51+28=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 51 (20.31% from 255 or 60% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 51 - color contains mainly: green. Hex color #06331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06331C is #F9CCE3. Grayscale: #222222. Windows color (decimal): -16370916 or 1848070. OLE color: 1848070.
HSL color Cylindrical-coordinate representation of color #06331C: hue angle of 149.33º 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 #06331C is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 6 | 51 | 28 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.8 |
| HSL | 149.33º | 0.79% | 0.11% | - |
| HSV(B) | 149.33º | 0.88% | 0.2% | - |
| XYZ | 1.47 | 2.49 | 1.5 | - |
| YUV | 34.92 | 124.09 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 51 | 28 | 0.88 | 0 | 0.45 | 0.8 | 149.33 | 0.79 | 0.11 |
| Hex | 6 | 33 | 1C | 58 | 0 | 2D | 50 | 95 | 4F | B |
| Octal | 6 | 63 | 34 | 130 | 0 | 55 | 120 | 225 | 117 | 13 |
| Binary | 110 | 110011 | 11100 | 1011000 | 0 | 101101 | 1010000 | 10010101 | 1001111 | 1011 |
Color Harmonies of #06331C
Complementary color
Monochromatic Colors of #06331C
Black with #06331C
Text Example
Text Example
White with #06331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06331C; }
p { color: rgb(6,51,28); }
H1.HeaderClassName
{
color: #06331C;
}
.AnyTagClassName
{
color: #06331C;
}
</style>
background-color css
<style>
a { background-color: #06331C; }
a { background-color: rgb(6,51,28); }
div.DivClassName
{
background-color: #06331C;
}
.BgClassName
{
background-color: #06331C;
}
</style>
border-color css
<style>
span { border-color: #06331C; }
span { border-color: rgb(6,51,28); }
td.TdClassName
{
border-color: #06331C;
}
.TagClassName
{
border-color: #06331C;
}
</style>