Shades of Pine Tree #193404
Tints of Pine Tree #193404
RGB
CMYK
RGB Variations
Color information
#193404 (or 0x193404) is known color: Pine Tree. HEX triplet: 19, 34 and 04. RGB value is (25,52,4). Sum of RGB (Red+Green+Blue) = 25+52+4=81 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.86% from 81); Green value is 52 (20.70% from 255 or 64.20% from 81); Blue value is 4 (1.95% from 255 or 4.94% from 81); Max value from RGB is 52 - color contains mainly: green. Hex color #193404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193404 is #E6CBFB. Grayscale: #262626. Windows color (decimal): -15125500 or 275481. OLE color: 275481.
HSL color Cylindrical-coordinate representation of color #193404: hue angle of 93.75º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #193404 is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 52 | 4 | - |
| CMYK | 0.52 | 0 | 0.92 | 0.80 |
| HSL | 93.75º | 0.86% | 0.11% | - |
| HSV(B) | 93.75º | 0.92% | 0.2% | - |
| XYZ | 1.65 | 2.67 | 0.54 | - |
| YUV | 38.46 | 108.55 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 4 | 0.52 | 0 | 0.92 | 0.80 | 93.75 | 0.86 | 0.11 |
| Hex | 19 | 34 | 4 | 34 | 0 | 5C | 50 | 5E | 56 | B |
| Octal | 31 | 64 | 4 | 64 | 0 | 134 | 120 | 136 | 126 | 13 |
| Binary | 11001 | 110100 | 100 | 110100 | 0 | 1011100 | 1010000 | 1011110 | 1010110 | 1011 |
Color Harmonies of #193404
Complementary color
Monochromatic Colors of #193404
Black with #193404
Text Example
Text Example
White with #193404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193404; }
p { color: rgb(25,52,4); }
H1.HeaderClassName
{
color: #193404;
}
.AnyTagClassName
{
color: #193404;
}
</style>
background-color css
<style>
a { background-color: #193404; }
a { background-color: rgb(25,52,4); }
div.DivClassName
{
background-color: #193404;
}
.BgClassName
{
background-color: #193404;
}
</style>
border-color css
<style>
span { border-color: #193404; }
span { border-color: rgb(25,52,4); }
td.TdClassName
{
border-color: #193404;
}
.TagClassName
{
border-color: #193404;
}
</style>