Shades of Deep Fir #063E17
Tints of Deep Fir #063E17
RGB
CMYK
RGB Variations
Color information
#063E17 (or 0x063E17) is known color: Deep Fir. HEX triplet: 06, 3E and 17. RGB value is (6,62,23). Sum of RGB (Red+Green+Blue) = 6+62+23=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 62 (24.61% from 255 or 68.13% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 62 - color contains mainly: green. Hex color #063E17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063E17 is #F9C1E8. Grayscale: #282828. Windows color (decimal): -16368105 or 1523206. OLE color: 1523206.
HSL color Cylindrical-coordinate representation of color #063E17: hue angle of 138.21º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063E17 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 62 | 23 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.76 |
| HSL | 138.21º | 0.82% | 0.13% | - |
| HSV(B) | 138.21º | 0.9% | 0.24% | - |
| XYZ | 1.95 | 3.55 | 1.39 | - |
| YUV | 40.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 23 | 0.90 | 0 | 0.63 | 0.76 | 138.21 | 0.82 | 0.13 |
| Hex | 6 | 3E | 17 | 5A | 0 | 3F | 4C | 8A | 52 | D |
| Octal | 6 | 76 | 27 | 132 | 0 | 77 | 114 | 212 | 122 | 15 |
| Binary | 110 | 111110 | 10111 | 1011010 | 0 | 111111 | 1001100 | 10001010 | 1010010 | 1101 |
Color Harmonies of #063E17
Complementary color
Monochromatic Colors of #063E17
Black with #063E17
Text Example
Text Example
White with #063E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063E17; }
p { color: rgb(6,62,23); }
H1.HeaderClassName
{
color: #063E17;
}
.AnyTagClassName
{
color: #063E17;
}
</style>
background-color css
<style>
a { background-color: #063E17; }
a { background-color: rgb(6,62,23); }
div.DivClassName
{
background-color: #063E17;
}
.BgClassName
{
background-color: #063E17;
}
</style>
border-color css
<style>
span { border-color: #063E17; }
span { border-color: rgb(6,62,23); }
td.TdClassName
{
border-color: #063E17;
}
.TagClassName
{
border-color: #063E17;
}
</style>