Shades of Deep Fir #194926
Tints of Deep Fir #194926
RGB
CMYK
RGB Variations
Color information
#194926 (or 0x194926) is known color: Deep Fir. HEX triplet: 19, 49 and 26. RGB value is (25,73,38). Sum of RGB (Red+Green+Blue) = 25+73+38=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 73 (28.91% from 255 or 53.68% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 73 - color contains mainly: green. Hex color #194926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194926 is #E6B6D9. Grayscale: #363636. Windows color (decimal): -15120090 or 2509081. OLE color: 2509081.
HSL color Cylindrical-coordinate representation of color #194926: hue angle of 136.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #194926 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 73 | 38 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.71 |
| HSL | 136.25º | 0.49% | 0.19% | - |
| HSV(B) | 136.25º | 0.66% | 0.29% | - |
| XYZ | 3.13 | 5.11 | 2.66 | - |
| YUV | 54.66 | 118.6 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 38 | 0.66 | 0 | 0.48 | 0.71 | 136.25 | 0.49 | 0.19 |
| Hex | 19 | 49 | 26 | 42 | 0 | 30 | 47 | 88 | 31 | 13 |
| Octal | 31 | 111 | 46 | 102 | 0 | 60 | 107 | 210 | 61 | 23 |
| Binary | 11001 | 1001001 | 100110 | 1000010 | 0 | 110000 | 1000111 | 10001000 | 110001 | 10011 |
Color Harmonies of #194926
Complementary color
Monochromatic Colors of #194926
Black with #194926
Text Example
Text Example
White with #194926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194926; }
p { color: rgb(25,73,38); }
H1.HeaderClassName
{
color: #194926;
}
.AnyTagClassName
{
color: #194926;
}
</style>
background-color css
<style>
a { background-color: #194926; }
a { background-color: rgb(25,73,38); }
div.DivClassName
{
background-color: #194926;
}
.BgClassName
{
background-color: #194926;
}
</style>
border-color css
<style>
span { border-color: #194926; }
span { border-color: rgb(25,73,38); }
td.TdClassName
{
border-color: #194926;
}
.TagClassName
{
border-color: #194926;
}
</style>