Shades of Dark Green #062511
Tints of Dark Green #062511
RGB
CMYK
RGB Variations
Color information
#062511 (or 0x062511) is known color: Dark Green. HEX triplet: 06, 25 and 11. RGB value is (6,37,17). Sum of RGB (Red+Green+Blue) = 6+37+17=60 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10% from 60); Green value is 37 (14.84% from 255 or 61.67% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 37 - color contains mainly: green. Hex color #062511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062511 is #F9DAEE. Grayscale: #191919. Windows color (decimal): -16374511 or 1123590. OLE color: 1123590.
HSL color Cylindrical-coordinate representation of color #062511: hue angle of 141.29º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #062511 is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 37 | 17 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.85 |
| HSL | 141.29º | 0.72% | 0.08% | - |
| HSV(B) | 141.29º | 0.84% | 0.15% | - |
| XYZ | 0.84 | 1.4 | 0.76 | - |
| YUV | 25.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 37 | 17 | 0.84 | 0 | 0.54 | 0.85 | 141.29 | 0.72 | 0.08 |
| Hex | 6 | 25 | 11 | 54 | 0 | 36 | 55 | 8D | 48 | 8 |
| Octal | 6 | 45 | 21 | 124 | 0 | 66 | 125 | 215 | 110 | 10 |
| Binary | 110 | 100101 | 10001 | 1010100 | 0 | 110110 | 1010101 | 10001101 | 1001000 | 1000 |
Color Harmonies of #062511
Complementary color
Monochromatic Colors of #062511
Black with #062511
Text Example
Text Example
White with #062511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062511; }
p { color: rgb(6,37,17); }
H1.HeaderClassName
{
color: #062511;
}
.AnyTagClassName
{
color: #062511;
}
</style>
background-color css
<style>
a { background-color: #062511; }
a { background-color: rgb(6,37,17); }
div.DivClassName
{
background-color: #062511;
}
.BgClassName
{
background-color: #062511;
}
</style>
border-color css
<style>
span { border-color: #062511; }
span { border-color: rgb(6,37,17); }
td.TdClassName
{
border-color: #062511;
}
.TagClassName
{
border-color: #062511;
}
</style>