Shades of Deep Fir #194523
Tints of Deep Fir #194523
RGB
CMYK
RGB Variations
Color information
#194523 (or 0x194523) is known color: Deep Fir. HEX triplet: 19, 45 and 23. RGB value is (25,69,35). Sum of RGB (Red+Green+Blue) = 25+69+35=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 69 (27.34% from 255 or 53.49% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 69 - color contains mainly: green. Hex color #194523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194523 is #E6BADC. Grayscale: #343434. Windows color (decimal): -15121117 or 2311449. OLE color: 2311449.
HSL color Cylindrical-coordinate representation of color #194523: hue angle of 133.64º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #194523 is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 69 | 35 | - |
| CMYK | 0.64 | 0 | 0.49 | 0.73 |
| HSL | 133.64º | 0.47% | 0.18% | - |
| HSV(B) | 133.64º | 0.64% | 0.27% | - |
| XYZ | 2.83 | 4.58 | 2.33 | - |
| YUV | 51.97 | 118.42 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 35 | 0.64 | 0 | 0.49 | 0.73 | 133.64 | 0.47 | 0.18 |
| Hex | 19 | 45 | 23 | 40 | 0 | 31 | 49 | 86 | 2F | 12 |
| Octal | 31 | 105 | 43 | 100 | 0 | 61 | 111 | 206 | 57 | 22 |
| Binary | 11001 | 1000101 | 100011 | 1000000 | 0 | 110001 | 1001001 | 10000110 | 101111 | 10010 |
Color Harmonies of #194523
Complementary color
Monochromatic Colors of #194523
Black with #194523
Text Example
Text Example
White with #194523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194523; }
p { color: rgb(25,69,35); }
H1.HeaderClassName
{
color: #194523;
}
.AnyTagClassName
{
color: #194523;
}
</style>
background-color css
<style>
a { background-color: #194523; }
a { background-color: rgb(25,69,35); }
div.DivClassName
{
background-color: #194523;
}
.BgClassName
{
background-color: #194523;
}
</style>
border-color css
<style>
span { border-color: #194523; }
span { border-color: rgb(25,69,35); }
td.TdClassName
{
border-color: #194523;
}
.TagClassName
{
border-color: #194523;
}
</style>