Shades of Dark Green #06392F
Tints of Dark Green #06392F
RGB
CMYK
RGB Variations
Color information
#06392F (or 0x06392F) is known color: Dark Green. HEX triplet: 06, 39 and 2F. RGB value is (6,57,47). Sum of RGB (Red+Green+Blue) = 6+57+47=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 57 (22.66% from 255 or 51.82% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 57 - color contains mainly: green. Hex color #06392F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06392F is #F9C6D0. Grayscale: #282828. Windows color (decimal): -16369361 or 3094790. OLE color: 3094790.
HSL color Cylindrical-coordinate representation of color #06392F: hue angle of 168.24º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06392F is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 6 | 57 | 47 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.78 |
| HSL | 168.24º | 0.81% | 0.12% | - |
| HSV(B) | 168.24º | 0.89% | 0.22% | - |
| XYZ | 2.05 | 3.17 | 3.19 | - |
| YUV | 40.61 | 131.6 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 57 | 47 | 0.89 | 0 | 0.18 | 0.78 | 168.24 | 0.81 | 0.12 |
| Hex | 6 | 39 | 2F | 59 | 0 | 12 | 4E | A8 | 51 | C |
| Octal | 6 | 71 | 57 | 131 | 0 | 22 | 116 | 250 | 121 | 14 |
| Binary | 110 | 111001 | 101111 | 1011001 | 0 | 10010 | 1001110 | 10101000 | 1010001 | 1100 |
Color Harmonies of #06392F
Complementary color
Monochromatic Colors of #06392F
Black with #06392F
Text Example
Text Example
White with #06392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06392F; }
p { color: rgb(6,57,47); }
H1.HeaderClassName
{
color: #06392F;
}
.AnyTagClassName
{
color: #06392F;
}
</style>
background-color css
<style>
a { background-color: #06392F; }
a { background-color: rgb(6,57,47); }
div.DivClassName
{
background-color: #06392F;
}
.BgClassName
{
background-color: #06392F;
}
</style>
border-color css
<style>
span { border-color: #06392F; }
span { border-color: rgb(6,57,47); }
td.TdClassName
{
border-color: #06392F;
}
.TagClassName
{
border-color: #06392F;
}
</style>