Shades of Deep Fir #194C23
Tints of Deep Fir #194C23
RGB
CMYK
RGB Variations
Color information
#194C23 (or 0x194C23) is known color: Deep Fir. HEX triplet: 19, 4C and 23. RGB value is (25,76,35). Sum of RGB (Red+Green+Blue) = 25+76+35=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 76 (30.08% from 255 or 55.88% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 76 - color contains mainly: green. Hex color #194C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C23 is #E6B3DC. Grayscale: #383838. Windows color (decimal): -15119325 or 2313241. OLE color: 2313241.
HSL color Cylindrical-coordinate representation of color #194C23: hue angle of 131.76º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194C23 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 76 | 35 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.70 |
| HSL | 131.76º | 0.5% | 0.2% | - |
| HSV(B) | 131.76º | 0.67% | 0.3% | - |
| XYZ | 3.29 | 5.5 | 2.48 | - |
| YUV | 56.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 35 | 0.67 | 0 | 0.54 | 0.70 | 131.76 | 0.5 | 0.2 |
| Hex | 19 | 4C | 23 | 43 | 0 | 36 | 46 | 84 | 32 | 14 |
| Octal | 31 | 114 | 43 | 103 | 0 | 66 | 106 | 204 | 62 | 24 |
| Binary | 11001 | 1001100 | 100011 | 1000011 | 0 | 110110 | 1000110 | 10000100 | 110010 | 10100 |
Color Harmonies of #194C23
Complementary color
Monochromatic Colors of #194C23
Black with #194C23
Text Example
Text Example
White with #194C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C23; }
p { color: rgb(25,76,35); }
H1.HeaderClassName
{
color: #194C23;
}
.AnyTagClassName
{
color: #194C23;
}
</style>
background-color css
<style>
a { background-color: #194C23; }
a { background-color: rgb(25,76,35); }
div.DivClassName
{
background-color: #194C23;
}
.BgClassName
{
background-color: #194C23;
}
</style>
border-color css
<style>
span { border-color: #194C23; }
span { border-color: rgb(25,76,35); }
td.TdClassName
{
border-color: #194C23;
}
.TagClassName
{
border-color: #194C23;
}
</style>