Shades of Deep Fir #134224
Tints of Deep Fir #134224
RGB
CMYK
RGB Variations
Color information
#134224 (or 0x134224) is known color: Deep Fir. HEX triplet: 13, 42 and 24. RGB value is (19,66,36). Sum of RGB (Red+Green+Blue) = 19+66+36=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #134224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134224 is #ECBDDB. Grayscale: #303030. Windows color (decimal): -15515100 or 2376211. OLE color: 2376211.
HSL color Cylindrical-coordinate representation of color #134224: hue angle of 141.7º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134224 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 66 | 36 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.74 |
| HSL | 141.7º | 0.55% | 0.17% | - |
| HSV(B) | 141.7º | 0.71% | 0.26% | - |
| XYZ | 2.54 | 4.16 | 2.34 | - |
| YUV | 48.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 36 | 0.71 | 0 | 0.45 | 0.74 | 141.7 | 0.55 | 0.17 |
| Hex | 13 | 42 | 24 | 47 | 0 | 2D | 4A | 8E | 37 | 11 |
| Octal | 23 | 102 | 44 | 107 | 0 | 55 | 112 | 216 | 67 | 21 |
| Binary | 10011 | 1000010 | 100100 | 1000111 | 0 | 101101 | 1001010 | 10001110 | 110111 | 10001 |
Color Harmonies of #134224
Complementary color
Monochromatic Colors of #134224
Black with #134224
Text Example
Text Example
White with #134224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134224; }
p { color: rgb(19,66,36); }
H1.HeaderClassName
{
color: #134224;
}
.AnyTagClassName
{
color: #134224;
}
</style>
background-color css
<style>
a { background-color: #134224; }
a { background-color: rgb(19,66,36); }
div.DivClassName
{
background-color: #134224;
}
.BgClassName
{
background-color: #134224;
}
</style>
border-color css
<style>
span { border-color: #134224; }
span { border-color: rgb(19,66,36); }
td.TdClassName
{
border-color: #134224;
}
.TagClassName
{
border-color: #134224;
}
</style>