Shades of Deep Fir #134324
Tints of Deep Fir #134324
RGB
CMYK
RGB Variations
Color information
#134324 (or 0x134324) is known color: Deep Fir. HEX triplet: 13, 43 and 24. RGB value is (19,67,36). Sum of RGB (Red+Green+Blue) = 19+67+36=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #134324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134324 is #ECBCDB. Grayscale: #313131. Windows color (decimal): -15514844 or 2376467. OLE color: 2376467.
HSL color Cylindrical-coordinate representation of color #134324: hue angle of 141.25º 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 #134324 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 67 | 36 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.74 |
| HSL | 141.25º | 0.56% | 0.17% | - |
| HSV(B) | 141.25º | 0.72% | 0.26% | - |
| XYZ | 2.59 | 4.28 | 2.36 | - |
| YUV | 49.11 | 120.6 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 36 | 0.72 | 0 | 0.46 | 0.74 | 141.25 | 0.56 | 0.17 |
| Hex | 13 | 43 | 24 | 48 | 0 | 2E | 4A | 8D | 38 | 11 |
| Octal | 23 | 103 | 44 | 110 | 0 | 56 | 112 | 215 | 70 | 21 |
| Binary | 10011 | 1000011 | 100100 | 1001000 | 0 | 101110 | 1001010 | 10001101 | 111000 | 10001 |
Color Harmonies of #134324
Complementary color
Monochromatic Colors of #134324
Black with #134324
Text Example
Text Example
White with #134324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134324; }
p { color: rgb(19,67,36); }
H1.HeaderClassName
{
color: #134324;
}
.AnyTagClassName
{
color: #134324;
}
</style>
background-color css
<style>
a { background-color: #134324; }
a { background-color: rgb(19,67,36); }
div.DivClassName
{
background-color: #134324;
}
.BgClassName
{
background-color: #134324;
}
</style>
border-color css
<style>
span { border-color: #134324; }
span { border-color: rgb(19,67,36); }
td.TdClassName
{
border-color: #134324;
}
.TagClassName
{
border-color: #134324;
}
</style>