Shades of Deep Fir #184522
Tints of Deep Fir #184522
RGB
CMYK
RGB Variations
Color information
#184522 (or 0x184522) is known color: Deep Fir. HEX triplet: 18, 45 and 22. RGB value is (24,69,34). Sum of RGB (Red+Green+Blue) = 24+69+34=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 69 (27.34% from 255 or 54.33% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 69 - color contains mainly: green. Hex color #184522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184522 is #E7BADD. Grayscale: #333333. Windows color (decimal): -15186654 or 2245912. OLE color: 2245912.
HSL color Cylindrical-coordinate representation of color #184522: hue angle of 133.33º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #184522 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 69 | 34 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.73 |
| HSL | 133.33º | 0.48% | 0.18% | - |
| HSV(B) | 133.33º | 0.65% | 0.27% | - |
| XYZ | 2.79 | 4.57 | 2.25 | - |
| YUV | 51.56 | 118.09 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 69 | 34 | 0.65 | 0 | 0.51 | 0.73 | 133.33 | 0.48 | 0.18 |
| Hex | 18 | 45 | 22 | 41 | 0 | 33 | 49 | 85 | 30 | 12 |
| Octal | 30 | 105 | 42 | 101 | 0 | 63 | 111 | 205 | 60 | 22 |
| Binary | 11000 | 1000101 | 100010 | 1000001 | 0 | 110011 | 1001001 | 10000101 | 110000 | 10010 |
Color Harmonies of #184522
Complementary color
Monochromatic Colors of #184522
Black with #184522
Text Example
Text Example
White with #184522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184522; }
p { color: rgb(24,69,34); }
H1.HeaderClassName
{
color: #184522;
}
.AnyTagClassName
{
color: #184522;
}
</style>
background-color css
<style>
a { background-color: #184522; }
a { background-color: rgb(24,69,34); }
div.DivClassName
{
background-color: #184522;
}
.BgClassName
{
background-color: #184522;
}
</style>
border-color css
<style>
span { border-color: #184522; }
span { border-color: rgb(24,69,34); }
td.TdClassName
{
border-color: #184522;
}
.TagClassName
{
border-color: #184522;
}
</style>