Shades of Dark Green #062518
Tints of Dark Green #062518
RGB
CMYK
RGB Variations
Color information
#062518 (or 0x062518) is known color: Dark Green. HEX triplet: 06, 25 and 18. RGB value is (6,37,24). Sum of RGB (Red+Green+Blue) = 6+37+24=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 24 (9.77% from 255 or 35.82% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #062518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062518 is #F9DAE7. Grayscale: #1A1A1A. Windows color (decimal): -16374504 or 1582342. OLE color: 1582342.
HSL color Cylindrical-coordinate representation of color #062518: hue angle of 154.84º 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 #062518 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 37 | 24 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.85 |
| HSL | 154.84º | 0.72% | 0.08% | - |
| HSV(B) | 154.84º | 0.84% | 0.15% | - |
| XYZ | 0.9 | 1.43 | 1.09 | - |
| YUV | 26.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 37 | 24 | 0.84 | 0 | 0.35 | 0.85 | 154.84 | 0.72 | 0.08 |
| Hex | 6 | 25 | 18 | 54 | 0 | 23 | 55 | 9B | 48 | 8 |
| Octal | 6 | 45 | 30 | 124 | 0 | 43 | 125 | 233 | 110 | 10 |
| Binary | 110 | 100101 | 11000 | 1010100 | 0 | 100011 | 1010101 | 10011011 | 1001000 | 1000 |
Color Harmonies of #062518
Complementary color
Monochromatic Colors of #062518
Black with #062518
Text Example
Text Example
White with #062518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062518; }
p { color: rgb(6,37,24); }
H1.HeaderClassName
{
color: #062518;
}
.AnyTagClassName
{
color: #062518;
}
</style>
background-color css
<style>
a { background-color: #062518; }
a { background-color: rgb(6,37,24); }
div.DivClassName
{
background-color: #062518;
}
.BgClassName
{
background-color: #062518;
}
</style>
border-color css
<style>
span { border-color: #062518; }
span { border-color: rgb(6,37,24); }
td.TdClassName
{
border-color: #062518;
}
.TagClassName
{
border-color: #062518;
}
</style>