Shades of Deep Fir #194224
Tints of Deep Fir #194224
RGB
CMYK
RGB Variations
Color information
#194224 (or 0x194224) is known color: Deep Fir. HEX triplet: 19, 42 and 24. RGB value is (25,66,36). Sum of RGB (Red+Green+Blue) = 25+66+36=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #194224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194224 is #E6BDDB. Grayscale: #323232. Windows color (decimal): -15121884 or 2376217. OLE color: 2376217.
HSL color Cylindrical-coordinate representation of color #194224: hue angle of 136.1º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #194224 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 66 | 36 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.74 |
| HSL | 136.1º | 0.45% | 0.18% | - |
| HSV(B) | 136.1º | 0.62% | 0.26% | - |
| XYZ | 2.67 | 4.23 | 2.35 | - |
| YUV | 50.32 | 119.92 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 36 | 0.62 | 0 | 0.45 | 0.74 | 136.1 | 0.45 | 0.18 |
| Hex | 19 | 42 | 24 | 3E | 0 | 2D | 4A | 88 | 2D | 12 |
| Octal | 31 | 102 | 44 | 76 | 0 | 55 | 112 | 210 | 55 | 22 |
| Binary | 11001 | 1000010 | 100100 | 111110 | 0 | 101101 | 1001010 | 10001000 | 101101 | 10010 |
Color Harmonies of #194224
Complementary color
Monochromatic Colors of #194224
Black with #194224
Text Example
Text Example
White with #194224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194224; }
p { color: rgb(25,66,36); }
H1.HeaderClassName
{
color: #194224;
}
.AnyTagClassName
{
color: #194224;
}
</style>
background-color css
<style>
a { background-color: #194224; }
a { background-color: rgb(25,66,36); }
div.DivClassName
{
background-color: #194224;
}
.BgClassName
{
background-color: #194224;
}
</style>
border-color css
<style>
span { border-color: #194224; }
span { border-color: rgb(25,66,36); }
td.TdClassName
{
border-color: #194224;
}
.TagClassName
{
border-color: #194224;
}
</style>