Shades of Dark Green #06332C
Tints of Dark Green #06332C
RGB
CMYK
RGB Variations
Color information
#06332C (or 0x06332C) is known color: Dark Green. HEX triplet: 06, 33 and 2C. RGB value is (6,51,44). Sum of RGB (Red+Green+Blue) = 6+51+44=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #06332C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06332C is #F9CCD3. Grayscale: #242424. Windows color (decimal): -16370900 or 2896646. OLE color: 2896646.
HSL color Cylindrical-coordinate representation of color #06332C: hue angle of 170.67º 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 #06332C is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 6 | 51 | 44 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.8 |
| HSL | 170.67º | 0.79% | 0.11% | - |
| HSV(B) | 170.67º | 0.88% | 0.2% | - |
| XYZ | 1.71 | 2.59 | 2.79 | - |
| YUV | 36.75 | 132.09 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 51 | 44 | 0.88 | 0 | 0.14 | 0.8 | 170.67 | 0.79 | 0.11 |
| Hex | 6 | 33 | 2C | 58 | 0 | E | 50 | AB | 4F | B |
| Octal | 6 | 63 | 54 | 130 | 0 | 16 | 120 | 253 | 117 | 13 |
| Binary | 110 | 110011 | 101100 | 1011000 | 0 | 1110 | 1010000 | 10101011 | 1001111 | 1011 |
Color Harmonies of #06332C
Complementary color
Monochromatic Colors of #06332C
Black with #06332C
Text Example
Text Example
White with #06332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06332C; }
p { color: rgb(6,51,44); }
H1.HeaderClassName
{
color: #06332C;
}
.AnyTagClassName
{
color: #06332C;
}
</style>
background-color css
<style>
a { background-color: #06332C; }
a { background-color: rgb(6,51,44); }
div.DivClassName
{
background-color: #06332C;
}
.BgClassName
{
background-color: #06332C;
}
</style>
border-color css
<style>
span { border-color: #06332C; }
span { border-color: rgb(6,51,44); }
td.TdClassName
{
border-color: #06332C;
}
.TagClassName
{
border-color: #06332C;
}
</style>