Shades of Deep Fir #194923
Tints of Deep Fir #194923
RGB
CMYK
RGB Variations
Color information
#194923 (or 0x194923) is known color: Deep Fir. HEX triplet: 19, 49 and 23. RGB value is (25,73,35). Sum of RGB (Red+Green+Blue) = 25+73+35=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #194923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194923 is #E6B6DC. Grayscale: #363636. Windows color (decimal): -15120093 or 2312473. OLE color: 2312473.
HSL color Cylindrical-coordinate representation of color #194923: hue angle of 132.5º 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 #194923 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 73 | 35 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.71 |
| HSL | 132.5º | 0.49% | 0.19% | - |
| HSV(B) | 132.5º | 0.66% | 0.29% | - |
| XYZ | 3.09 | 5.09 | 2.41 | - |
| YUV | 54.32 | 117.1 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 35 | 0.66 | 0 | 0.52 | 0.71 | 132.5 | 0.49 | 0.19 |
| Hex | 19 | 49 | 23 | 42 | 0 | 34 | 47 | 84 | 31 | 13 |
| Octal | 31 | 111 | 43 | 102 | 0 | 64 | 107 | 204 | 61 | 23 |
| Binary | 11001 | 1001001 | 100011 | 1000010 | 0 | 110100 | 1000111 | 10000100 | 110001 | 10011 |
Color Harmonies of #194923
Complementary color
Monochromatic Colors of #194923
Black with #194923
Text Example
Text Example
White with #194923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194923; }
p { color: rgb(25,73,35); }
H1.HeaderClassName
{
color: #194923;
}
.AnyTagClassName
{
color: #194923;
}
</style>
background-color css
<style>
a { background-color: #194923; }
a { background-color: rgb(25,73,35); }
div.DivClassName
{
background-color: #194923;
}
.BgClassName
{
background-color: #194923;
}
</style>
border-color css
<style>
span { border-color: #194923; }
span { border-color: rgb(25,73,35); }
td.TdClassName
{
border-color: #194923;
}
.TagClassName
{
border-color: #194923;
}
</style>