Shades of Deep Fir #134525
Tints of Deep Fir #134525
RGB
CMYK
RGB Variations
Color information
#134525 (or 0x134525) is known color: Deep Fir. HEX triplet: 13, 45 and 25. RGB value is (19,69,37). Sum of RGB (Red+Green+Blue) = 19+69+37=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #134525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134525 is #ECBADA. Grayscale: #323232. Windows color (decimal): -15514331 or 2442515. OLE color: 2442515.
HSL color Cylindrical-coordinate representation of color #134525: hue angle of 141.6º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134525 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 69 | 37 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.73 |
| HSL | 141.6º | 0.57% | 0.17% | - |
| HSV(B) | 141.6º | 0.72% | 0.27% | - |
| XYZ | 2.73 | 4.53 | 2.48 | - |
| YUV | 50.4 | 120.44 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 37 | 0.72 | 0 | 0.46 | 0.73 | 141.6 | 0.57 | 0.17 |
| Hex | 13 | 45 | 25 | 48 | 0 | 2E | 49 | 8E | 39 | 11 |
| Octal | 23 | 105 | 45 | 110 | 0 | 56 | 111 | 216 | 71 | 21 |
| Binary | 10011 | 1000101 | 100101 | 1001000 | 0 | 101110 | 1001001 | 10001110 | 111001 | 10001 |
Color Harmonies of #134525
Complementary color
Monochromatic Colors of #134525
Black with #134525
Text Example
Text Example
White with #134525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134525; }
p { color: rgb(19,69,37); }
H1.HeaderClassName
{
color: #134525;
}
.AnyTagClassName
{
color: #134525;
}
</style>
background-color css
<style>
a { background-color: #134525; }
a { background-color: rgb(19,69,37); }
div.DivClassName
{
background-color: #134525;
}
.BgClassName
{
background-color: #134525;
}
</style>
border-color css
<style>
span { border-color: #134525; }
span { border-color: rgb(19,69,37); }
td.TdClassName
{
border-color: #134525;
}
.TagClassName
{
border-color: #134525;
}
</style>