Shades of Deep Fir #194D24
Tints of Deep Fir #194D24
RGB
CMYK
RGB Variations
Color information
#194D24 (or 0x194D24) is known color: Deep Fir. HEX triplet: 19, 4D and 24. RGB value is (25,77,36). Sum of RGB (Red+Green+Blue) = 25+77+36=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 77 (30.47% from 255 or 55.80% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 77 - color contains mainly: green. Hex color #194D24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D24 is #E6B2DB. Grayscale: #383838. Windows color (decimal): -15119068 or 2379033. OLE color: 2379033.
HSL color Cylindrical-coordinate representation of color #194D24: hue angle of 132.69º 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 #194D24 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 77 | 36 | - |
| CMYK | 0.68 | 0 | 0.53 | 0.70 |
| HSL | 132.69º | 0.51% | 0.2% | - |
| HSV(B) | 132.69º | 0.68% | 0.3% | - |
| XYZ | 3.37 | 5.64 | 2.58 | - |
| YUV | 56.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 36 | 0.68 | 0 | 0.53 | 0.70 | 132.69 | 0.51 | 0.2 |
| Hex | 19 | 4D | 24 | 44 | 0 | 35 | 46 | 85 | 33 | 14 |
| Octal | 31 | 115 | 44 | 104 | 0 | 65 | 106 | 205 | 63 | 24 |
| Binary | 11001 | 1001101 | 100100 | 1000100 | 0 | 110101 | 1000110 | 10000101 | 110011 | 10100 |
Color Harmonies of #194D24
Complementary color
Monochromatic Colors of #194D24
Black with #194D24
Text Example
Text Example
White with #194D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D24; }
p { color: rgb(25,77,36); }
H1.HeaderClassName
{
color: #194D24;
}
.AnyTagClassName
{
color: #194D24;
}
</style>
background-color css
<style>
a { background-color: #194D24; }
a { background-color: rgb(25,77,36); }
div.DivClassName
{
background-color: #194D24;
}
.BgClassName
{
background-color: #194D24;
}
</style>
border-color css
<style>
span { border-color: #194D24; }
span { border-color: rgb(25,77,36); }
td.TdClassName
{
border-color: #194D24;
}
.TagClassName
{
border-color: #194D24;
}
</style>