Shades of Deep Fir #184325
Tints of Deep Fir #184325
RGB
CMYK
RGB Variations
Color information
#184325 (or 0x184325) is known color: Deep Fir. HEX triplet: 18, 43 and 25. RGB value is (24,67,37). Sum of RGB (Red+Green+Blue) = 24+67+37=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 67 (26.56% from 255 or 52.34% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 67 - color contains mainly: green. Hex color #184325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184325 is #E7BCDA. Grayscale: #323232. Windows color (decimal): -15187163 or 2442008. OLE color: 2442008.
HSL color Cylindrical-coordinate representation of color #184325: hue angle of 138.14º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #184325 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 24 | 67 | 37 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.74 |
| HSL | 138.14º | 0.47% | 0.18% | - |
| HSV(B) | 138.14º | 0.64% | 0.26% | - |
| XYZ | 2.72 | 4.34 | 2.45 | - |
| YUV | 50.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 67 | 37 | 0.64 | 0 | 0.45 | 0.74 | 138.14 | 0.47 | 0.18 |
| Hex | 18 | 43 | 25 | 40 | 0 | 2D | 4A | 8A | 2F | 12 |
| Octal | 30 | 103 | 45 | 100 | 0 | 55 | 112 | 212 | 57 | 22 |
| Binary | 11000 | 1000011 | 100101 | 1000000 | 0 | 101101 | 1001010 | 10001010 | 101111 | 10010 |
Color Harmonies of #184325
Complementary color
Monochromatic Colors of #184325
Black with #184325
Text Example
Text Example
White with #184325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184325; }
p { color: rgb(24,67,37); }
H1.HeaderClassName
{
color: #184325;
}
.AnyTagClassName
{
color: #184325;
}
</style>
background-color css
<style>
a { background-color: #184325; }
a { background-color: rgb(24,67,37); }
div.DivClassName
{
background-color: #184325;
}
.BgClassName
{
background-color: #184325;
}
</style>
border-color css
<style>
span { border-color: #184325; }
span { border-color: rgb(24,67,37); }
td.TdClassName
{
border-color: #184325;
}
.TagClassName
{
border-color: #184325;
}
</style>