Shades of Deep Fir #194C22
Tints of Deep Fir #194C22
RGB
CMYK
RGB Variations
Color information
#194C22 (or 0x194C22) is known color: Deep Fir. HEX triplet: 19, 4C and 22. RGB value is (25,76,34). Sum of RGB (Red+Green+Blue) = 25+76+34=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 76 (30.08% from 255 or 56.30% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 76 - color contains mainly: green. Hex color #194C22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C22 is #E6B3DD. Grayscale: #383838. Windows color (decimal): -15119326 or 2247705. OLE color: 2247705.
HSL color Cylindrical-coordinate representation of color #194C22: hue angle of 130.59º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194C22 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 76 | 34 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.70 |
| HSL | 130.59º | 0.5% | 0.2% | - |
| HSV(B) | 130.59º | 0.67% | 0.3% | - |
| XYZ | 3.27 | 5.49 | 2.4 | - |
| YUV | 55.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 34 | 0.67 | 0 | 0.55 | 0.70 | 130.59 | 0.5 | 0.2 |
| Hex | 19 | 4C | 22 | 43 | 0 | 37 | 46 | 83 | 32 | 14 |
| Octal | 31 | 114 | 42 | 103 | 0 | 67 | 106 | 203 | 62 | 24 |
| Binary | 11001 | 1001100 | 100010 | 1000011 | 0 | 110111 | 1000110 | 10000011 | 110010 | 10100 |
Color Harmonies of #194C22
Complementary color
Monochromatic Colors of #194C22
Black with #194C22
Text Example
Text Example
White with #194C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C22; }
p { color: rgb(25,76,34); }
H1.HeaderClassName
{
color: #194C22;
}
.AnyTagClassName
{
color: #194C22;
}
</style>
background-color css
<style>
a { background-color: #194C22; }
a { background-color: rgb(25,76,34); }
div.DivClassName
{
background-color: #194C22;
}
.BgClassName
{
background-color: #194C22;
}
</style>
border-color css
<style>
span { border-color: #194C22; }
span { border-color: rgb(25,76,34); }
td.TdClassName
{
border-color: #194C22;
}
.TagClassName
{
border-color: #194C22;
}
</style>