Shades of Deep Fir #194628
Tints of Deep Fir #194628
RGB
CMYK
RGB Variations
Color information
#194628 (or 0x194628) is known color: Deep Fir. HEX triplet: 19, 46 and 28. RGB value is (25,70,40). Sum of RGB (Red+Green+Blue) = 25+70+40=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #194628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194628 is #E6B9D7. Grayscale: #353535. Windows color (decimal): -15120856 or 2639385. OLE color: 2639385.
HSL color Cylindrical-coordinate representation of color #194628: hue angle of 140º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #194628 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 70 | 40 | - |
| CMYK | 0.64 | 0 | 0.43 | 0.73 |
| HSL | 140º | 0.47% | 0.19% | - |
| HSV(B) | 140º | 0.64% | 0.27% | - |
| XYZ | 2.97 | 4.74 | 2.77 | - |
| YUV | 53.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 40 | 0.64 | 0 | 0.43 | 0.73 | 140 | 0.47 | 0.19 |
| Hex | 19 | 46 | 28 | 40 | 0 | 2B | 49 | 8C | 2F | 13 |
| Octal | 31 | 106 | 50 | 100 | 0 | 53 | 111 | 214 | 57 | 23 |
| Binary | 11001 | 1000110 | 101000 | 1000000 | 0 | 101011 | 1001001 | 10001100 | 101111 | 10011 |
Color Harmonies of #194628
Complementary color
Monochromatic Colors of #194628
Black with #194628
Text Example
Text Example
White with #194628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194628; }
p { color: rgb(25,70,40); }
H1.HeaderClassName
{
color: #194628;
}
.AnyTagClassName
{
color: #194628;
}
</style>
background-color css
<style>
a { background-color: #194628; }
a { background-color: rgb(25,70,40); }
div.DivClassName
{
background-color: #194628;
}
.BgClassName
{
background-color: #194628;
}
</style>
border-color css
<style>
span { border-color: #194628; }
span { border-color: rgb(25,70,40); }
td.TdClassName
{
border-color: #194628;
}
.TagClassName
{
border-color: #194628;
}
</style>