Shades of Deep Fir #194C26
Tints of Deep Fir #194C26
RGB
CMYK
RGB Variations
Color information
#194C26 (or 0x194C26) is known color: Deep Fir. HEX triplet: 19, 4C and 26. RGB value is (25,76,38). Sum of RGB (Red+Green+Blue) = 25+76+38=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 76 (30.08% from 255 or 54.68% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 76 - color contains mainly: green. Hex color #194C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C26 is #E6B3D9. Grayscale: #383838. Windows color (decimal): -15119322 or 2509849. OLE color: 2509849.
HSL color Cylindrical-coordinate representation of color #194C26: hue angle of 135.29º 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 #194C26 is Cyan = 0.67, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 76 | 38 | - |
| CMYK | 0.67 | 0 | 0.5 | 0.70 |
| HSL | 135.29º | 0.5% | 0.2% | - |
| HSV(B) | 135.29º | 0.67% | 0.3% | - |
| XYZ | 3.34 | 5.52 | 2.72 | - |
| YUV | 56.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 38 | 0.67 | 0 | 0.5 | 0.70 | 135.29 | 0.5 | 0.2 |
| Hex | 19 | 4C | 26 | 43 | 0 | 32 | 46 | 87 | 32 | 14 |
| Octal | 31 | 114 | 46 | 103 | 0 | 62 | 106 | 207 | 62 | 24 |
| Binary | 11001 | 1001100 | 100110 | 1000011 | 0 | 110010 | 1000110 | 10000111 | 110010 | 10100 |
Color Harmonies of #194C26
Complementary color
Monochromatic Colors of #194C26
Black with #194C26
Text Example
Text Example
White with #194C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C26; }
p { color: rgb(25,76,38); }
H1.HeaderClassName
{
color: #194C26;
}
.AnyTagClassName
{
color: #194C26;
}
</style>
background-color css
<style>
a { background-color: #194C26; }
a { background-color: rgb(25,76,38); }
div.DivClassName
{
background-color: #194C26;
}
.BgClassName
{
background-color: #194C26;
}
</style>
border-color css
<style>
span { border-color: #194C26; }
span { border-color: rgb(25,76,38); }
td.TdClassName
{
border-color: #194C26;
}
.TagClassName
{
border-color: #194C26;
}
</style>