Shades of Pine Tree #193600
Tints of Pine Tree #193600
RGB
CMYK
RGB Variations
Color information
#193600 (or 0x193600) is known color: Pine Tree. HEX triplet: 19, 36 and 00. RGB value is (25,54,0). Sum of RGB (Red+Green+Blue) = 25+54+0=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 54 (21.48% from 255 or 68.35% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 54 - color contains mainly: green. Hex color #193600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193600 is #E6C9FF. Grayscale: #272727. Windows color (decimal): -15124992 or 13849. OLE color: 13849.
HSL color Cylindrical-coordinate representation of color #193600: hue angle of 92.22º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #193600 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 54 | 0 | - |
| CMYK | 0.54 | 0 | 1 | 0.79 |
| HSL | 92.22º | 1% | 0.11% | - |
| HSV(B) | 92.22º | 1% | 0.21% | - |
| XYZ | 1.72 | 2.85 | 0.46 | - |
| YUV | 39.17 | 105.89 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 0 | 0.54 | 0 | 1 | 0.79 | 92.22 | 1 | 0.11 |
| Hex | 19 | 36 | 0 | 36 | 0 | 64 | 4F | 5C | 64 | B |
| Octal | 31 | 66 | 0 | 66 | 0 | 144 | 117 | 134 | 144 | 13 |
| Binary | 11001 | 110110 | 0 | 110110 | 0 | 1100100 | 1001111 | 1011100 | 1100100 | 1011 |
Color Harmonies of #193600
Complementary color
Monochromatic Colors of #193600
Black with #193600
Text Example
Text Example
White with #193600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193600; }
p { color: rgb(25,54,0); }
H1.HeaderClassName
{
color: #193600;
}
.AnyTagClassName
{
color: #193600;
}
</style>
background-color css
<style>
a { background-color: #193600; }
a { background-color: rgb(25,54,0); }
div.DivClassName
{
background-color: #193600;
}
.BgClassName
{
background-color: #193600;
}
</style>
border-color css
<style>
span { border-color: #193600; }
span { border-color: rgb(25,54,0); }
td.TdClassName
{
border-color: #193600;
}
.TagClassName
{
border-color: #193600;
}
</style>