Shades of Pine Tree #193601
Tints of Pine Tree #193601
RGB
CMYK
RGB Variations
Color information
#193601 (or 0x193601) is known color: Pine Tree. HEX triplet: 19, 36 and 01. RGB value is (25,54,1). Sum of RGB (Red+Green+Blue) = 25+54+1=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 54 (21.48% from 255 or 67.5% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 54 - color contains mainly: green. Hex color #193601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193601 is #E6C9FE. Grayscale: #272727. Windows color (decimal): -15124991 or 79385. OLE color: 79385.
HSL color Cylindrical-coordinate representation of color #193601: hue angle of 92.83º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #193601 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 54 | 1 | - |
| CMYK | 0.54 | 0 | 0.98 | 0.79 |
| HSL | 92.83º | 0.96% | 0.11% | - |
| HSV(B) | 92.83º | 0.98% | 0.21% | - |
| XYZ | 1.73 | 2.85 | 0.49 | - |
| YUV | 39.29 | 106.39 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 1 | 0.54 | 0 | 0.98 | 0.79 | 92.83 | 0.96 | 0.11 |
| Hex | 19 | 36 | 1 | 36 | 0 | 62 | 4F | 5D | 60 | B |
| Octal | 31 | 66 | 1 | 66 | 0 | 142 | 117 | 135 | 140 | 13 |
| Binary | 11001 | 110110 | 1 | 110110 | 0 | 1100010 | 1001111 | 1011101 | 1100000 | 1011 |
Color Harmonies of #193601
Complementary color
Monochromatic Colors of #193601
Black with #193601
Text Example
Text Example
White with #193601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193601; }
p { color: rgb(25,54,1); }
H1.HeaderClassName
{
color: #193601;
}
.AnyTagClassName
{
color: #193601;
}
</style>
background-color css
<style>
a { background-color: #193601; }
a { background-color: rgb(25,54,1); }
div.DivClassName
{
background-color: #193601;
}
.BgClassName
{
background-color: #193601;
}
</style>
border-color css
<style>
span { border-color: #193601; }
span { border-color: rgb(25,54,1); }
td.TdClassName
{
border-color: #193601;
}
.TagClassName
{
border-color: #193601;
}
</style>