Shades of Deep Fir #134126
Tints of Deep Fir #134126
RGB
CMYK
RGB Variations
Color information
#134126 (or 0x134126) is known color: Deep Fir. HEX triplet: 13, 41 and 26. RGB value is (19,65,38). Sum of RGB (Red+Green+Blue) = 19+65+38=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #134126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134126 is #ECBED9. Grayscale: #303030. Windows color (decimal): -15515354 or 2507027. OLE color: 2507027.
HSL color Cylindrical-coordinate representation of color #134126: hue angle of 144.78º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134126 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 65 | 38 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.75 |
| HSL | 144.78º | 0.55% | 0.16% | - |
| HSV(B) | 144.78º | 0.71% | 0.25% | - |
| XYZ | 2.51 | 4.06 | 2.48 | - |
| YUV | 48.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 38 | 0.71 | 0 | 0.42 | 0.75 | 144.78 | 0.55 | 0.16 |
| Hex | 13 | 41 | 26 | 47 | 0 | 2A | 4B | 91 | 37 | 10 |
| Octal | 23 | 101 | 46 | 107 | 0 | 52 | 113 | 221 | 67 | 20 |
| Binary | 10011 | 1000001 | 100110 | 1000111 | 0 | 101010 | 1001011 | 10010001 | 110111 | 10000 |
Color Harmonies of #134126
Complementary color
Monochromatic Colors of #134126
Black with #134126
Text Example
Text Example
White with #134126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134126; }
p { color: rgb(19,65,38); }
H1.HeaderClassName
{
color: #134126;
}
.AnyTagClassName
{
color: #134126;
}
</style>
background-color css
<style>
a { background-color: #134126; }
a { background-color: rgb(19,65,38); }
div.DivClassName
{
background-color: #134126;
}
.BgClassName
{
background-color: #134126;
}
</style>
border-color css
<style>
span { border-color: #134126; }
span { border-color: rgb(19,65,38); }
td.TdClassName
{
border-color: #134126;
}
.TagClassName
{
border-color: #134126;
}
</style>