Shades of Deep Fir #134725
Tints of Deep Fir #134725
RGB
CMYK
RGB Variations
Color information
#134725 (or 0x134725) is known color: Deep Fir. HEX triplet: 13, 47 and 25. RGB value is (19,71,37). Sum of RGB (Red+Green+Blue) = 19+71+37=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #134725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134725 is #ECB8DA. Grayscale: #333333. Windows color (decimal): -15513819 or 2443027. OLE color: 2443027.
HSL color Cylindrical-coordinate representation of color #134725: hue angle of 140.77º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134725 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 71 | 37 | - |
| CMYK | 0.73 | 0 | 0.48 | 0.72 |
| HSL | 140.77º | 0.58% | 0.18% | - |
| HSV(B) | 140.77º | 0.73% | 0.28% | - |
| XYZ | 2.86 | 4.78 | 2.52 | - |
| YUV | 51.58 | 119.77 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 71 | 37 | 0.73 | 0 | 0.48 | 0.72 | 140.77 | 0.58 | 0.18 |
| Hex | 13 | 47 | 25 | 49 | 0 | 30 | 48 | 8D | 3A | 12 |
| Octal | 23 | 107 | 45 | 111 | 0 | 60 | 110 | 215 | 72 | 22 |
| Binary | 10011 | 1000111 | 100101 | 1001001 | 0 | 110000 | 1001000 | 10001101 | 111010 | 10010 |
Color Harmonies of #134725
Complementary color
Monochromatic Colors of #134725
Black with #134725
Text Example
Text Example
White with #134725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134725; }
p { color: rgb(19,71,37); }
H1.HeaderClassName
{
color: #134725;
}
.AnyTagClassName
{
color: #134725;
}
</style>
background-color css
<style>
a { background-color: #134725; }
a { background-color: rgb(19,71,37); }
div.DivClassName
{
background-color: #134725;
}
.BgClassName
{
background-color: #134725;
}
</style>
border-color css
<style>
span { border-color: #134725; }
span { border-color: rgb(19,71,37); }
td.TdClassName
{
border-color: #134725;
}
.TagClassName
{
border-color: #134725;
}
</style>