Shades of Deep Fir #133619
Tints of Deep Fir #133619
RGB
CMYK
RGB Variations
Color information
#133619 (or 0x133619) is known color: Deep Fir. HEX triplet: 13, 36 and 19. RGB value is (19,54,25). Sum of RGB (Red+Green+Blue) = 19+54+25=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 54 (21.48% from 255 or 55.10% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 54 - color contains mainly: green. Hex color #133619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133619 is #ECC9E6. Grayscale: #282828. Windows color (decimal): -15518183 or 1652243. OLE color: 1652243.
HSL color Cylindrical-coordinate representation of color #133619: hue angle of 130.29º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133619 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 54 | 25 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.79 |
| HSL | 130.29º | 0.48% | 0.14% | - |
| HSV(B) | 130.29º | 0.65% | 0.21% | - |
| XYZ | 1.76 | 2.85 | 1.38 | - |
| YUV | 40.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 25 | 0.65 | 0 | 0.54 | 0.79 | 130.29 | 0.48 | 0.14 |
| Hex | 13 | 36 | 19 | 41 | 0 | 36 | 4F | 82 | 30 | E |
| Octal | 23 | 66 | 31 | 101 | 0 | 66 | 117 | 202 | 60 | 16 |
| Binary | 10011 | 110110 | 11001 | 1000001 | 0 | 110110 | 1001111 | 10000010 | 110000 | 1110 |
Color Harmonies of #133619
Complementary color
Monochromatic Colors of #133619
Black with #133619
Text Example
Text Example
White with #133619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133619; }
p { color: rgb(19,54,25); }
H1.HeaderClassName
{
color: #133619;
}
.AnyTagClassName
{
color: #133619;
}
</style>
background-color css
<style>
a { background-color: #133619; }
a { background-color: rgb(19,54,25); }
div.DivClassName
{
background-color: #133619;
}
.BgClassName
{
background-color: #133619;
}
</style>
border-color css
<style>
span { border-color: #133619; }
span { border-color: rgb(19,54,25); }
td.TdClassName
{
border-color: #133619;
}
.TagClassName
{
border-color: #133619;
}
</style>