Shades of Pine Tree #040901
Tints of Pine Tree #040901
RGB
CMYK
RGB Variations
Color information
#040901 (or 0x040901) is known color: Pine Tree. HEX triplet: 04, 09 and 01. RGB value is (4,9,1). Sum of RGB (Red+Green+Blue) = 4+9+1=14 (1% of max value = 765). Red value is 4 (1.95% from 255 or 28.57% from 14); Green value is 9 (3.91% from 255 or 64.29% from 14); Blue value is 1 (0.78% from 255 or 7.14% from 14); Max value from RGB is 9 - color contains mainly: green. Hex color #040901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040901 is #FBF6FE. Grayscale: #060606. Windows color (decimal): -16512767 or 67844. OLE color: 67844.
HSL color Cylindrical-coordinate representation of color #040901: hue angle of 97.5º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #040901 is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 4 | 9 | 1 | - |
| CMYK | 0.56 | 0 | 0.89 | 0.96 |
| HSL | 97.5º | 0.8% | 0.02% | - |
| HSV(B) | 97.5º | 0.89% | 0.04% | - |
| XYZ | 0.15 | 0.22 | 0.06 | - |
| YUV | 6.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 9 | 1 | 0.56 | 0 | 0.89 | 0.96 | 97.5 | 0.8 | 0.02 |
| Hex | 4 | 9 | 1 | 38 | 0 | 59 | 60 | 62 | 50 | 2 |
| Octal | 4 | 11 | 1 | 70 | 0 | 131 | 140 | 142 | 120 | 2 |
| Binary | 100 | 1001 | 1 | 111000 | 0 | 1011001 | 1100000 | 1100010 | 1010000 | 10 |
Color Harmonies of #040901
Complementary color
Monochromatic Colors of #040901
Black with #040901
Text Example
Text Example
White with #040901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040901; }
p { color: rgb(4,9,1); }
H1.HeaderClassName
{
color: #040901;
}
.AnyTagClassName
{
color: #040901;
}
</style>
background-color css
<style>
a { background-color: #040901; }
a { background-color: rgb(4,9,1); }
div.DivClassName
{
background-color: #040901;
}
.BgClassName
{
background-color: #040901;
}
</style>
border-color css
<style>
span { border-color: #040901; }
span { border-color: rgb(4,9,1); }
td.TdClassName
{
border-color: #040901;
}
.TagClassName
{
border-color: #040901;
}
</style>