Shades of Deep Fir #194922
Tints of Deep Fir #194922
RGB
CMYK
RGB Variations
Color information
#194922 (or 0x194922) is known color: Deep Fir. HEX triplet: 19, 49 and 22. RGB value is (25,73,34). Sum of RGB (Red+Green+Blue) = 25+73+34=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 73 (28.91% from 255 or 55.30% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 73 - color contains mainly: green. Hex color #194922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194922 is #E6B6DD. Grayscale: #363636. Windows color (decimal): -15120094 or 2246937. OLE color: 2246937.
HSL color Cylindrical-coordinate representation of color #194922: hue angle of 131.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #194922 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 73 | 34 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.71 |
| HSL | 131.25º | 0.49% | 0.19% | - |
| HSV(B) | 131.25º | 0.66% | 0.29% | - |
| XYZ | 3.07 | 5.09 | 2.33 | - |
| YUV | 54.2 | 116.6 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 34 | 0.66 | 0 | 0.53 | 0.71 | 131.25 | 0.49 | 0.19 |
| Hex | 19 | 49 | 22 | 42 | 0 | 35 | 47 | 83 | 31 | 13 |
| Octal | 31 | 111 | 42 | 102 | 0 | 65 | 107 | 203 | 61 | 23 |
| Binary | 11001 | 1001001 | 100010 | 1000010 | 0 | 110101 | 1000111 | 10000011 | 110001 | 10011 |
Color Harmonies of #194922
Complementary color
Monochromatic Colors of #194922
Black with #194922
Text Example
Text Example
White with #194922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194922; }
p { color: rgb(25,73,34); }
H1.HeaderClassName
{
color: #194922;
}
.AnyTagClassName
{
color: #194922;
}
</style>
background-color css
<style>
a { background-color: #194922; }
a { background-color: rgb(25,73,34); }
div.DivClassName
{
background-color: #194922;
}
.BgClassName
{
background-color: #194922;
}
</style>
border-color css
<style>
span { border-color: #194922; }
span { border-color: rgb(25,73,34); }
td.TdClassName
{
border-color: #194922;
}
.TagClassName
{
border-color: #194922;
}
</style>