Shades of Deep Fir #134323
Tints of Deep Fir #134323
RGB
CMYK
RGB Variations
Color information
#134323 (or 0x134323) is known color: Deep Fir. HEX triplet: 13, 43 and 23. RGB value is (19,67,35). Sum of RGB (Red+Green+Blue) = 19+67+35=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #134323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134323 is #ECBCDC. Grayscale: #313131. Windows color (decimal): -15514845 or 2310931. OLE color: 2310931.
HSL color Cylindrical-coordinate representation of color #134323: hue angle of 140º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134323 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 67 | 35 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.74 |
| HSL | 140º | 0.56% | 0.17% | - |
| HSV(B) | 140º | 0.72% | 0.26% | - |
| XYZ | 2.58 | 4.27 | 2.28 | - |
| YUV | 49 | 120.1 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 35 | 0.72 | 0 | 0.48 | 0.74 | 140 | 0.56 | 0.17 |
| Hex | 13 | 43 | 23 | 48 | 0 | 30 | 4A | 8C | 38 | 11 |
| Octal | 23 | 103 | 43 | 110 | 0 | 60 | 112 | 214 | 70 | 21 |
| Binary | 10011 | 1000011 | 100011 | 1001000 | 0 | 110000 | 1001010 | 10001100 | 111000 | 10001 |
Color Harmonies of #134323
Complementary color
Monochromatic Colors of #134323
Black with #134323
Text Example
Text Example
White with #134323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134323; }
p { color: rgb(19,67,35); }
H1.HeaderClassName
{
color: #134323;
}
.AnyTagClassName
{
color: #134323;
}
</style>
background-color css
<style>
a { background-color: #134323; }
a { background-color: rgb(19,67,35); }
div.DivClassName
{
background-color: #134323;
}
.BgClassName
{
background-color: #134323;
}
</style>
border-color css
<style>
span { border-color: #134323; }
span { border-color: rgb(19,67,35); }
td.TdClassName
{
border-color: #134323;
}
.TagClassName
{
border-color: #134323;
}
</style>