Shades of Deep Fir #194022
Tints of Deep Fir #194022
RGB
CMYK
RGB Variations
Color information
#194022 (or 0x194022) is known color: Deep Fir. HEX triplet: 19, 40 and 22. RGB value is (25,64,34). Sum of RGB (Red+Green+Blue) = 25+64+34=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #194022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194022 is #E6BFDD. Grayscale: #313131. Windows color (decimal): -15122398 or 2244633. OLE color: 2244633.
HSL color Cylindrical-coordinate representation of color #194022: hue angle of 133.85º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #194022 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 64 | 34 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.75 |
| HSL | 133.85º | 0.44% | 0.17% | - |
| HSV(B) | 133.85º | 0.61% | 0.25% | - |
| XYZ | 2.52 | 3.99 | 2.15 | - |
| YUV | 48.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 34 | 0.61 | 0 | 0.47 | 0.75 | 133.85 | 0.44 | 0.17 |
| Hex | 19 | 40 | 22 | 3D | 0 | 2F | 4B | 86 | 2C | 11 |
| Octal | 31 | 100 | 42 | 75 | 0 | 57 | 113 | 206 | 54 | 21 |
| Binary | 11001 | 1000000 | 100010 | 111101 | 0 | 101111 | 1001011 | 10000110 | 101100 | 10001 |
Color Harmonies of #194022
Complementary color
Monochromatic Colors of #194022
Black with #194022
Text Example
Text Example
White with #194022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194022; }
p { color: rgb(25,64,34); }
H1.HeaderClassName
{
color: #194022;
}
.AnyTagClassName
{
color: #194022;
}
</style>
background-color css
<style>
a { background-color: #194022; }
a { background-color: rgb(25,64,34); }
div.DivClassName
{
background-color: #194022;
}
.BgClassName
{
background-color: #194022;
}
</style>
border-color css
<style>
span { border-color: #194022; }
span { border-color: rgb(25,64,34); }
td.TdClassName
{
border-color: #194022;
}
.TagClassName
{
border-color: #194022;
}
</style>