Shades of Deep Fir #134523
Tints of Deep Fir #134523
RGB
CMYK
RGB Variations
Color information
#134523 (or 0x134523) is known color: Deep Fir. HEX triplet: 13, 45 and 23. RGB value is (19,69,35). Sum of RGB (Red+Green+Blue) = 19+69+35=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #134523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134523 is #ECBADC. Grayscale: #323232. Windows color (decimal): -15514333 or 2311443. OLE color: 2311443.
HSL color Cylindrical-coordinate representation of color #134523: hue angle of 139.2º 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 #134523 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 69 | 35 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.73 |
| HSL | 139.2º | 0.57% | 0.17% | - |
| HSV(B) | 139.2º | 0.72% | 0.27% | - |
| XYZ | 2.7 | 4.52 | 2.32 | - |
| YUV | 50.17 | 119.44 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 35 | 0.72 | 0 | 0.49 | 0.73 | 139.2 | 0.57 | 0.17 |
| Hex | 13 | 45 | 23 | 48 | 0 | 31 | 49 | 8B | 39 | 11 |
| Octal | 23 | 105 | 43 | 110 | 0 | 61 | 111 | 213 | 71 | 21 |
| Binary | 10011 | 1000101 | 100011 | 1001000 | 0 | 110001 | 1001001 | 10001011 | 111001 | 10001 |
Color Harmonies of #134523
Complementary color
Monochromatic Colors of #134523
Black with #134523
Text Example
Text Example
White with #134523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134523; }
p { color: rgb(19,69,35); }
H1.HeaderClassName
{
color: #134523;
}
.AnyTagClassName
{
color: #134523;
}
</style>
background-color css
<style>
a { background-color: #134523; }
a { background-color: rgb(19,69,35); }
div.DivClassName
{
background-color: #134523;
}
.BgClassName
{
background-color: #134523;
}
</style>
border-color css
<style>
span { border-color: #134523; }
span { border-color: rgb(19,69,35); }
td.TdClassName
{
border-color: #134523;
}
.TagClassName
{
border-color: #134523;
}
</style>