Shades of Deep Fir #194D23
Tints of Deep Fir #194D23
RGB
CMYK
RGB Variations
Color information
#194D23 (or 0x194D23) is known color: Deep Fir. HEX triplet: 19, 4D and 23. RGB value is (25,77,35). Sum of RGB (Red+Green+Blue) = 25+77+35=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 77 (30.47% from 255 or 56.20% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 77 - color contains mainly: green. Hex color #194D23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D23 is #E6B2DC. Grayscale: #383838. Windows color (decimal): -15119069 or 2313497. OLE color: 2313497.
HSL color Cylindrical-coordinate representation of color #194D23: hue angle of 131.54º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194D23 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 77 | 35 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.70 |
| HSL | 131.54º | 0.51% | 0.2% | - |
| HSV(B) | 131.54º | 0.68% | 0.3% | - |
| XYZ | 3.36 | 5.64 | 2.5 | - |
| YUV | 56.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 35 | 0.68 | 0 | 0.55 | 0.70 | 131.54 | 0.51 | 0.2 |
| Hex | 19 | 4D | 23 | 44 | 0 | 37 | 46 | 84 | 33 | 14 |
| Octal | 31 | 115 | 43 | 104 | 0 | 67 | 106 | 204 | 63 | 24 |
| Binary | 11001 | 1001101 | 100011 | 1000100 | 0 | 110111 | 1000110 | 10000100 | 110011 | 10100 |
Color Harmonies of #194D23
Complementary color
Monochromatic Colors of #194D23
Black with #194D23
Text Example
Text Example
White with #194D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D23; }
p { color: rgb(25,77,35); }
H1.HeaderClassName
{
color: #194D23;
}
.AnyTagClassName
{
color: #194D23;
}
</style>
background-color css
<style>
a { background-color: #194D23; }
a { background-color: rgb(25,77,35); }
div.DivClassName
{
background-color: #194D23;
}
.BgClassName
{
background-color: #194D23;
}
</style>
border-color css
<style>
span { border-color: #194D23; }
span { border-color: rgb(25,77,35); }
td.TdClassName
{
border-color: #194D23;
}
.TagClassName
{
border-color: #194D23;
}
</style>