Shades of Pine Tree #040A01
Tints of Pine Tree #040A01
RGB
CMYK
RGB Variations
Color information
#040A01 (or 0x040A01) is known color: Pine Tree. HEX triplet: 04, 0A and 01. RGB value is (4,10,1). Sum of RGB (Red+Green+Blue) = 4+10+1=15 (1% of max value = 765). Red value is 4 (1.95% from 255 or 26.67% from 15); Green value is 10 (4.30% from 255 or 66.67% from 15); Blue value is 1 (0.78% from 255 or 6.67% from 15); Max value from RGB is 10 - color contains mainly: green. Hex color #040A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040A01 is #FBF5FE. Grayscale: #070707. Windows color (decimal): -16512511 or 68100. OLE color: 68100.
HSL color Cylindrical-coordinate representation of color #040A01: hue angle of 100º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #040A01 is Cyan = 0.6, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.96.
Color convert
RGB | 4 | 10 | 1 | - |
CMYK | 0.6 | 0 | 0.90 | 0.96 |
HSL | 100º | 0.82% | 0.02% | - |
HSV(B) | 100º | 0.9% | 0.04% | - |
XYZ | 0.16 | 0.25 | 0.07 | - |
YUV | 7.18 | 124.51 | 125.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 10 | 1 | 0.6 | 0 | 0.90 | 0.96 | 100 | 0.82 | 0.02 |
Hex | 4 | A | 1 | 3C | 0 | 5A | 60 | 64 | 52 | 2 |
Octal | 4 | 12 | 1 | 74 | 0 | 132 | 140 | 144 | 122 | 2 |
Binary | 100 | 1010 | 1 | 111100 | 0 | 1011010 | 1100000 | 1100100 | 1010010 | 10 |
Color Harmonies of #040A01
Complementary color
Monochromatic Colors of #040A01
Black with #040A01
Text Example
Text Example
White with #040A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A01; }
p { color: rgb(4,10,1); }
H1.HeaderClassName
{
color: #040A01;
}
.AnyTagClassName
{
color: #040A01;
}
</style>
background-color css
<style>
a { background-color: #040A01; }
a { background-color: rgb(4,10,1); }
div.DivClassName
{
background-color: #040A01;
}
.BgClassName
{
background-color: #040A01;
}
</style>
border-color css
<style>
span { border-color: #040A01; }
span { border-color: rgb(4,10,1); }
td.TdClassName
{
border-color: #040A01;
}
.TagClassName
{
border-color: #040A01;
}
</style>