Shades of Pine Tree #193603
Tints of Pine Tree #193603
RGB
CMYK
RGB Variations
Color information
#193603 (or 0x193603) is known color: Pine Tree. HEX triplet: 19, 36 and 03. RGB value is (25,54,3). Sum of RGB (Red+Green+Blue) = 25+54+3=82 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.49% from 82); Green value is 54 (21.48% from 255 or 65.85% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 54 - color contains mainly: green. Hex color #193603 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193603 is #E6C9FC. Grayscale: #272727. Windows color (decimal): -15124989 or 210457. OLE color: 210457.
HSL color Cylindrical-coordinate representation of color #193603: hue angle of 94.12º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #193603 is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 54 | 3 | - |
| CMYK | 0.54 | 0 | 0.94 | 0.79 |
| HSL | 94.12º | 0.89% | 0.11% | - |
| HSV(B) | 94.12º | 0.94% | 0.21% | - |
| XYZ | 1.74 | 2.85 | 0.55 | - |
| YUV | 39.52 | 107.39 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 3 | 0.54 | 0 | 0.94 | 0.79 | 94.12 | 0.89 | 0.11 |
| Hex | 19 | 36 | 3 | 36 | 0 | 5E | 4F | 5E | 59 | B |
| Octal | 31 | 66 | 3 | 66 | 0 | 136 | 117 | 136 | 131 | 13 |
| Binary | 11001 | 110110 | 11 | 110110 | 0 | 1011110 | 1001111 | 1011110 | 1011001 | 1011 |
Color Harmonies of #193603
Complementary color
Monochromatic Colors of #193603
Black with #193603
Text Example
Text Example
White with #193603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193603; }
p { color: rgb(25,54,3); }
H1.HeaderClassName
{
color: #193603;
}
.AnyTagClassName
{
color: #193603;
}
</style>
background-color css
<style>
a { background-color: #193603; }
a { background-color: rgb(25,54,3); }
div.DivClassName
{
background-color: #193603;
}
.BgClassName
{
background-color: #193603;
}
</style>
border-color css
<style>
span { border-color: #193603; }
span { border-color: rgb(25,54,3); }
td.TdClassName
{
border-color: #193603;
}
.TagClassName
{
border-color: #193603;
}
</style>