Shades of Deep Fir #194A24
Tints of Deep Fir #194A24
RGB
CMYK
RGB Variations
Color information
#194A24 (or 0x194A24) is known color: Deep Fir. HEX triplet: 19, 4A and 24. RGB value is (25,74,36). Sum of RGB (Red+Green+Blue) = 25+74+36=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 74 (29.30% from 255 or 54.81% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 74 - color contains mainly: green. Hex color #194A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194A24 is #E6B5DB. Grayscale: #373737. Windows color (decimal): -15119836 or 2378265. OLE color: 2378265.
HSL color Cylindrical-coordinate representation of color #194A24: hue angle of 133.47º 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 #194A24 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 74 | 36 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.71 |
| HSL | 133.47º | 0.49% | 0.19% | - |
| HSV(B) | 133.47º | 0.66% | 0.29% | - |
| XYZ | 3.17 | 5.23 | 2.51 | - |
| YUV | 55.02 | 117.27 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 36 | 0.66 | 0 | 0.51 | 0.71 | 133.47 | 0.49 | 0.19 |
| Hex | 19 | 4A | 24 | 42 | 0 | 33 | 47 | 85 | 31 | 13 |
| Octal | 31 | 112 | 44 | 102 | 0 | 63 | 107 | 205 | 61 | 23 |
| Binary | 11001 | 1001010 | 100100 | 1000010 | 0 | 110011 | 1000111 | 10000101 | 110001 | 10011 |
Color Harmonies of #194A24
Complementary color
Monochromatic Colors of #194A24
Black with #194A24
Text Example
Text Example
White with #194A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A24; }
p { color: rgb(25,74,36); }
H1.HeaderClassName
{
color: #194A24;
}
.AnyTagClassName
{
color: #194A24;
}
</style>
background-color css
<style>
a { background-color: #194A24; }
a { background-color: rgb(25,74,36); }
div.DivClassName
{
background-color: #194A24;
}
.BgClassName
{
background-color: #194A24;
}
</style>
border-color css
<style>
span { border-color: #194A24; }
span { border-color: rgb(25,74,36); }
td.TdClassName
{
border-color: #194A24;
}
.TagClassName
{
border-color: #194A24;
}
</style>