Shades of Pine Tree #193605
Tints of Pine Tree #193605
RGB
CMYK
RGB Variations
Color information
#193605 (or 0x193605) is known color: Pine Tree. HEX triplet: 19, 36 and 05. RGB value is (25,54,5). Sum of RGB (Red+Green+Blue) = 25+54+5=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 54 (21.48% from 255 or 64.29% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 54 - color contains mainly: green. Hex color #193605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193605 is #E6C9FA. Grayscale: #272727. Windows color (decimal): -15124987 or 341529. OLE color: 341529.
HSL color Cylindrical-coordinate representation of color #193605: hue angle of 95.51º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #193605 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 54 | 5 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.79 |
| HSL | 95.51º | 0.83% | 0.12% | - |
| HSV(B) | 95.51º | 0.91% | 0.21% | - |
| XYZ | 1.75 | 2.86 | 0.6 | - |
| YUV | 39.74 | 108.39 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 5 | 0.54 | 0 | 0.91 | 0.79 | 95.51 | 0.83 | 0.12 |
| Hex | 19 | 36 | 5 | 36 | 0 | 5B | 4F | 60 | 53 | C |
| Octal | 31 | 66 | 5 | 66 | 0 | 133 | 117 | 140 | 123 | 14 |
| Binary | 11001 | 110110 | 101 | 110110 | 0 | 1011011 | 1001111 | 1100000 | 1010011 | 1100 |
Color Harmonies of #193605
Complementary color
Monochromatic Colors of #193605
Black with #193605
Text Example
Text Example
White with #193605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193605; }
p { color: rgb(25,54,5); }
H1.HeaderClassName
{
color: #193605;
}
.AnyTagClassName
{
color: #193605;
}
</style>
background-color css
<style>
a { background-color: #193605; }
a { background-color: rgb(25,54,5); }
div.DivClassName
{
background-color: #193605;
}
.BgClassName
{
background-color: #193605;
}
</style>
border-color css
<style>
span { border-color: #193605; }
span { border-color: rgb(25,54,5); }
td.TdClassName
{
border-color: #193605;
}
.TagClassName
{
border-color: #193605;
}
</style>