Shades of Deep Fir #123819
Tints of Deep Fir #123819
RGB
CMYK
RGB Variations
Color information
#123819 (or 0x123819) is known color: Deep Fir. HEX triplet: 12, 38 and 19. RGB value is (18,56,25). Sum of RGB (Red+Green+Blue) = 18+56+25=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 56 (22.27% from 255 or 56.57% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 56 - color contains mainly: green. Hex color #123819 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123819 is #EDC7E6. Grayscale: #292929. Windows color (decimal): -15583207 or 1652754. OLE color: 1652754.
HSL color Cylindrical-coordinate representation of color #123819: hue angle of 131.05º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123819 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 56 | 25 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.78 |
| HSL | 131.05º | 0.51% | 0.15% | - |
| HSV(B) | 131.05º | 0.68% | 0.22% | - |
| XYZ | 1.84 | 3.03 | 1.41 | - |
| YUV | 41.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 25 | 0.68 | 0 | 0.55 | 0.78 | 131.05 | 0.51 | 0.15 |
| Hex | 12 | 38 | 19 | 44 | 0 | 37 | 4E | 83 | 33 | F |
| Octal | 22 | 70 | 31 | 104 | 0 | 67 | 116 | 203 | 63 | 17 |
| Binary | 10010 | 111000 | 11001 | 1000100 | 0 | 110111 | 1001110 | 10000011 | 110011 | 1111 |
Color Harmonies of #123819
Complementary color
Monochromatic Colors of #123819
Black with #123819
Text Example
Text Example
White with #123819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123819; }
p { color: rgb(18,56,25); }
H1.HeaderClassName
{
color: #123819;
}
.AnyTagClassName
{
color: #123819;
}
</style>
background-color css
<style>
a { background-color: #123819; }
a { background-color: rgb(18,56,25); }
div.DivClassName
{
background-color: #123819;
}
.BgClassName
{
background-color: #123819;
}
</style>
border-color css
<style>
span { border-color: #123819; }
span { border-color: rgb(18,56,25); }
td.TdClassName
{
border-color: #123819;
}
.TagClassName
{
border-color: #123819;
}
</style>