Shades of Deep Fir #194128
Tints of Deep Fir #194128
RGB
CMYK
RGB Variations
Color information
#194128 (or 0x194128) is known color: Deep Fir. HEX triplet: 19, 41 and 28. RGB value is (25,65,40). Sum of RGB (Red+Green+Blue) = 25+65+40=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #194128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194128 is #E6BED7. Grayscale: #323232. Windows color (decimal): -15122136 or 2638105. OLE color: 2638105.
HSL color Cylindrical-coordinate representation of color #194128: hue angle of 142.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #194128 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 65 | 40 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.75 |
| HSL | 142.5º | 0.44% | 0.18% | - |
| HSV(B) | 142.5º | 0.62% | 0.25% | - |
| XYZ | 2.67 | 4.14 | 2.67 | - |
| YUV | 50.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 40 | 0.62 | 0 | 0.38 | 0.75 | 142.5 | 0.44 | 0.18 |
| Hex | 19 | 41 | 28 | 3E | 0 | 26 | 4B | 8E | 2C | 12 |
| Octal | 31 | 101 | 50 | 76 | 0 | 46 | 113 | 216 | 54 | 22 |
| Binary | 11001 | 1000001 | 101000 | 111110 | 0 | 100110 | 1001011 | 10001110 | 101100 | 10010 |
Color Harmonies of #194128
Complementary color
Monochromatic Colors of #194128
Black with #194128
Text Example
Text Example
White with #194128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194128; }
p { color: rgb(25,65,40); }
H1.HeaderClassName
{
color: #194128;
}
.AnyTagClassName
{
color: #194128;
}
</style>
background-color css
<style>
a { background-color: #194128; }
a { background-color: rgb(25,65,40); }
div.DivClassName
{
background-color: #194128;
}
.BgClassName
{
background-color: #194128;
}
</style>
border-color css
<style>
span { border-color: #194128; }
span { border-color: rgb(25,65,40); }
td.TdClassName
{
border-color: #194128;
}
.TagClassName
{
border-color: #194128;
}
</style>