Shades of Deep Fir #194B25
Tints of Deep Fir #194B25
RGB
CMYK
RGB Variations
Color information
#194B25 (or 0x194B25) is known color: Deep Fir. HEX triplet: 19, 4B and 25. RGB value is (25,75,37). Sum of RGB (Red+Green+Blue) = 25+75+37=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 75 (29.69% from 255 or 54.74% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 75 - color contains mainly: green. Hex color #194B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B25 is #E6B4DA. Grayscale: #373737. Windows color (decimal): -15119579 or 2444057. OLE color: 2444057.
HSL color Cylindrical-coordinate representation of color #194B25: hue angle of 134.4º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194B25 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 75 | 37 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.71 |
| HSL | 134.4º | 0.5% | 0.2% | - |
| HSV(B) | 134.4º | 0.67% | 0.29% | - |
| XYZ | 3.25 | 5.37 | 2.62 | - |
| YUV | 55.72 | 117.44 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 37 | 0.67 | 0 | 0.51 | 0.71 | 134.4 | 0.5 | 0.2 |
| Hex | 19 | 4B | 25 | 43 | 0 | 33 | 47 | 86 | 32 | 14 |
| Octal | 31 | 113 | 45 | 103 | 0 | 63 | 107 | 206 | 62 | 24 |
| Binary | 11001 | 1001011 | 100101 | 1000011 | 0 | 110011 | 1000111 | 10000110 | 110010 | 10100 |
Color Harmonies of #194B25
Complementary color
Monochromatic Colors of #194B25
Black with #194B25
Text Example
Text Example
White with #194B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B25; }
p { color: rgb(25,75,37); }
H1.HeaderClassName
{
color: #194B25;
}
.AnyTagClassName
{
color: #194B25;
}
</style>
background-color css
<style>
a { background-color: #194B25; }
a { background-color: rgb(25,75,37); }
div.DivClassName
{
background-color: #194B25;
}
.BgClassName
{
background-color: #194B25;
}
</style>
border-color css
<style>
span { border-color: #194B25; }
span { border-color: rgb(25,75,37); }
td.TdClassName
{
border-color: #194B25;
}
.TagClassName
{
border-color: #194B25;
}
</style>