Shades of Deep Fir #194123
Tints of Deep Fir #194123
RGB
CMYK
RGB Variations
Color information
#194123 (or 0x194123) is known color: Deep Fir. HEX triplet: 19, 41 and 23. RGB value is (25,65,35). Sum of RGB (Red+Green+Blue) = 25+65+35=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #194123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194123 is #E6BEDC. Grayscale: #313131. Windows color (decimal): -15122141 or 2310425. OLE color: 2310425.
HSL color Cylindrical-coordinate representation of color #194123: hue angle of 135º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #194123 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 65 | 35 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.75 |
| HSL | 135º | 0.44% | 0.18% | - |
| HSV(B) | 135º | 0.62% | 0.25% | - |
| XYZ | 2.59 | 4.11 | 2.25 | - |
| YUV | 49.62 | 119.75 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 35 | 0.62 | 0 | 0.46 | 0.75 | 135 | 0.44 | 0.18 |
| Hex | 19 | 41 | 23 | 3E | 0 | 2E | 4B | 87 | 2C | 12 |
| Octal | 31 | 101 | 43 | 76 | 0 | 56 | 113 | 207 | 54 | 22 |
| Binary | 11001 | 1000001 | 100011 | 111110 | 0 | 101110 | 1001011 | 10000111 | 101100 | 10010 |
Color Harmonies of #194123
Complementary color
Monochromatic Colors of #194123
Black with #194123
Text Example
Text Example
White with #194123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194123; }
p { color: rgb(25,65,35); }
H1.HeaderClassName
{
color: #194123;
}
.AnyTagClassName
{
color: #194123;
}
</style>
background-color css
<style>
a { background-color: #194123; }
a { background-color: rgb(25,65,35); }
div.DivClassName
{
background-color: #194123;
}
.BgClassName
{
background-color: #194123;
}
</style>
border-color css
<style>
span { border-color: #194123; }
span { border-color: rgb(25,65,35); }
td.TdClassName
{
border-color: #194123;
}
.TagClassName
{
border-color: #194123;
}
</style>