Shades of Deep Fir #134922
Tints of Deep Fir #134922
RGB
CMYK
RGB Variations
Color information
#134922 (or 0x134922) is known color: Deep Fir. HEX triplet: 13, 49 and 22. RGB value is (19,73,34). Sum of RGB (Red+Green+Blue) = 19+73+34=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 73 (28.91% from 255 or 57.94% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 73 - color contains mainly: green. Hex color #134922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134922 is #ECB6DD. Grayscale: #343434. Windows color (decimal): -15513310 or 2246931. OLE color: 2246931.
HSL color Cylindrical-coordinate representation of color #134922: hue angle of 136.67º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134922 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 73 | 34 | - |
| CMYK | 0.74 | 0 | 0.53 | 0.71 |
| HSL | 136.67º | 0.59% | 0.18% | - |
| HSV(B) | 136.67º | 0.74% | 0.29% | - |
| XYZ | 2.94 | 5.02 | 2.33 | - |
| YUV | 52.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 34 | 0.74 | 0 | 0.53 | 0.71 | 136.67 | 0.59 | 0.18 |
| Hex | 13 | 49 | 22 | 4A | 0 | 35 | 47 | 89 | 3B | 12 |
| Octal | 23 | 111 | 42 | 112 | 0 | 65 | 107 | 211 | 73 | 22 |
| Binary | 10011 | 1001001 | 100010 | 1001010 | 0 | 110101 | 1000111 | 10001001 | 111011 | 10010 |
Color Harmonies of #134922
Complementary color
Monochromatic Colors of #134922
Black with #134922
Text Example
Text Example
White with #134922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134922; }
p { color: rgb(19,73,34); }
H1.HeaderClassName
{
color: #134922;
}
.AnyTagClassName
{
color: #134922;
}
</style>
background-color css
<style>
a { background-color: #134922; }
a { background-color: rgb(19,73,34); }
div.DivClassName
{
background-color: #134922;
}
.BgClassName
{
background-color: #134922;
}
</style>
border-color css
<style>
span { border-color: #134922; }
span { border-color: rgb(19,73,34); }
td.TdClassName
{
border-color: #134922;
}
.TagClassName
{
border-color: #134922;
}
</style>