Shades of Pine Tree #193804
Tints of Pine Tree #193804
RGB
CMYK
RGB Variations
Color information
#193804 (or 0x193804) is known color: Pine Tree. HEX triplet: 19, 38 and 04. RGB value is (25,56,4). Sum of RGB (Red+Green+Blue) = 25+56+4=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 56 (22.27% from 255 or 65.88% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 56 - color contains mainly: green. Hex color #193804 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193804 is #E6C7FB. Grayscale: #282828. Windows color (decimal): -15124476 or 276505. OLE color: 276505.
HSL color Cylindrical-coordinate representation of color #193804: hue angle of 95.77º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #193804 is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 56 | 4 | - |
| CMYK | 0.55 | 0 | 0.93 | 0.78 |
| HSL | 95.77º | 0.87% | 0.12% | - |
| HSV(B) | 95.77º | 0.93% | 0.22% | - |
| XYZ | 1.84 | 3.04 | 0.61 | - |
| YUV | 40.8 | 107.23 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 4 | 0.55 | 0 | 0.93 | 0.78 | 95.77 | 0.87 | 0.12 |
| Hex | 19 | 38 | 4 | 37 | 0 | 5D | 4E | 60 | 57 | C |
| Octal | 31 | 70 | 4 | 67 | 0 | 135 | 116 | 140 | 127 | 14 |
| Binary | 11001 | 111000 | 100 | 110111 | 0 | 1011101 | 1001110 | 1100000 | 1010111 | 1100 |
Color Harmonies of #193804
Complementary color
Monochromatic Colors of #193804
Black with #193804
Text Example
Text Example
White with #193804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193804; }
p { color: rgb(25,56,4); }
H1.HeaderClassName
{
color: #193804;
}
.AnyTagClassName
{
color: #193804;
}
</style>
background-color css
<style>
a { background-color: #193804; }
a { background-color: rgb(25,56,4); }
div.DivClassName
{
background-color: #193804;
}
.BgClassName
{
background-color: #193804;
}
</style>
border-color css
<style>
span { border-color: #193804; }
span { border-color: rgb(25,56,4); }
td.TdClassName
{
border-color: #193804;
}
.TagClassName
{
border-color: #193804;
}
</style>