Shades of Deep Fir #194726
Tints of Deep Fir #194726
RGB
CMYK
RGB Variations
Color information
#194726 (or 0x194726) is known color: Deep Fir. HEX triplet: 19, 47 and 26. RGB value is (25,71,38). Sum of RGB (Red+Green+Blue) = 25+71+38=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #194726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194726 is #E6B8D9. Grayscale: #353535. Windows color (decimal): -15120602 or 2508569. OLE color: 2508569.
HSL color Cylindrical-coordinate representation of color #194726: hue angle of 136.96º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #194726 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 71 | 38 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.72 |
| HSL | 136.96º | 0.48% | 0.19% | - |
| HSV(B) | 136.96º | 0.65% | 0.28% | - |
| XYZ | 3 | 4.85 | 2.61 | - |
| YUV | 53.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 71 | 38 | 0.65 | 0 | 0.46 | 0.72 | 136.96 | 0.48 | 0.19 |
| Hex | 19 | 47 | 26 | 41 | 0 | 2E | 48 | 89 | 30 | 13 |
| Octal | 31 | 107 | 46 | 101 | 0 | 56 | 110 | 211 | 60 | 23 |
| Binary | 11001 | 1000111 | 100110 | 1000001 | 0 | 101110 | 1001000 | 10001001 | 110000 | 10011 |
Color Harmonies of #194726
Complementary color
Monochromatic Colors of #194726
Black with #194726
Text Example
Text Example
White with #194726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194726; }
p { color: rgb(25,71,38); }
H1.HeaderClassName
{
color: #194726;
}
.AnyTagClassName
{
color: #194726;
}
</style>
background-color css
<style>
a { background-color: #194726; }
a { background-color: rgb(25,71,38); }
div.DivClassName
{
background-color: #194726;
}
.BgClassName
{
background-color: #194726;
}
</style>
border-color css
<style>
span { border-color: #194726; }
span { border-color: rgb(25,71,38); }
td.TdClassName
{
border-color: #194726;
}
.TagClassName
{
border-color: #194726;
}
</style>