Shades of Pine Tree #224405
Tints of Pine Tree #224405
RGB
CMYK
RGB Variations
Color information
#224405 (or 0x224405) is known color: Pine Tree. HEX triplet: 22, 44 and 05. RGB value is (34,68,5). Sum of RGB (Red+Green+Blue) = 34+68+5=107 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.78% from 107); Green value is 68 (26.95% from 255 or 63.55% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 68 - color contains mainly: green. Hex color #224405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224405 is #DDBBFA. Grayscale: #323232. Windows color (decimal): -14531579 or 345122. OLE color: 345122.
HSL color Cylindrical-coordinate representation of color #224405: hue angle of 92.38º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #224405 is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 68 | 5 | - |
| CMYK | 0.50 | 0 | 0.93 | 0.73 |
| HSL | 92.38º | 0.86% | 0.14% | - |
| HSV(B) | 92.38º | 0.93% | 0.27% | - |
| XYZ | 2.75 | 4.49 | 0.86 | - |
| YUV | 50.65 | 102.24 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 68 | 5 | 0.50 | 0 | 0.93 | 0.73 | 92.38 | 0.86 | 0.14 |
| Hex | 22 | 44 | 5 | 32 | 0 | 5D | 49 | 5C | 56 | E |
| Octal | 42 | 104 | 5 | 62 | 0 | 135 | 111 | 134 | 126 | 16 |
| Binary | 100010 | 1000100 | 101 | 110010 | 0 | 1011101 | 1001001 | 1011100 | 1010110 | 1110 |
Color Harmonies of #224405
Complementary color
Monochromatic Colors of #224405
Black with #224405
Text Example
Text Example
White with #224405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224405; }
p { color: rgb(34,68,5); }
H1.HeaderClassName
{
color: #224405;
}
.AnyTagClassName
{
color: #224405;
}
</style>
background-color css
<style>
a { background-color: #224405; }
a { background-color: rgb(34,68,5); }
div.DivClassName
{
background-color: #224405;
}
.BgClassName
{
background-color: #224405;
}
</style>
border-color css
<style>
span { border-color: #224405; }
span { border-color: rgb(34,68,5); }
td.TdClassName
{
border-color: #224405;
}
.TagClassName
{
border-color: #224405;
}
</style>