Shades of Deep Fir #134724
Tints of Deep Fir #134724
RGB
CMYK
RGB Variations
Color information
#134724 (or 0x134724) is known color: Deep Fir. HEX triplet: 13, 47 and 24. RGB value is (19,71,36). Sum of RGB (Red+Green+Blue) = 19+71+36=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #134724 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134724 is #ECB8DB. Grayscale: #333333. Windows color (decimal): -15513820 or 2377491. OLE color: 2377491.
HSL color Cylindrical-coordinate representation of color #134724: hue angle of 139.62º 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 #134724 is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 71 | 36 | - |
| CMYK | 0.73 | 0 | 0.49 | 0.72 |
| HSL | 139.62º | 0.58% | 0.18% | - |
| HSV(B) | 139.62º | 0.73% | 0.28% | - |
| XYZ | 2.84 | 4.77 | 2.44 | - |
| YUV | 51.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 71 | 36 | 0.73 | 0 | 0.49 | 0.72 | 139.62 | 0.58 | 0.18 |
| Hex | 13 | 47 | 24 | 49 | 0 | 31 | 48 | 8C | 3A | 12 |
| Octal | 23 | 107 | 44 | 111 | 0 | 61 | 110 | 214 | 72 | 22 |
| Binary | 10011 | 1000111 | 100100 | 1001001 | 0 | 110001 | 1001000 | 10001100 | 111010 | 10010 |
Color Harmonies of #134724
Complementary color
Monochromatic Colors of #134724
Black with #134724
Text Example
Text Example
White with #134724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134724; }
p { color: rgb(19,71,36); }
H1.HeaderClassName
{
color: #134724;
}
.AnyTagClassName
{
color: #134724;
}
</style>
background-color css
<style>
a { background-color: #134724; }
a { background-color: rgb(19,71,36); }
div.DivClassName
{
background-color: #134724;
}
.BgClassName
{
background-color: #134724;
}
</style>
border-color css
<style>
span { border-color: #134724; }
span { border-color: rgb(19,71,36); }
td.TdClassName
{
border-color: #134724;
}
.TagClassName
{
border-color: #134724;
}
</style>