Shades of Deep Fir #184324
Tints of Deep Fir #184324
RGB
CMYK
RGB Variations
Color information
#184324 (or 0x184324) is known color: Deep Fir. HEX triplet: 18, 43 and 24. RGB value is (24,67,36). Sum of RGB (Red+Green+Blue) = 24+67+36=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #184324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184324 is #E7BCDB. Grayscale: #323232. Windows color (decimal): -15187164 or 2376472. OLE color: 2376472.
HSL color Cylindrical-coordinate representation of color #184324: hue angle of 136.74º 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 #184324 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 24 | 67 | 36 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.74 |
| HSL | 136.74º | 0.47% | 0.18% | - |
| HSV(B) | 136.74º | 0.64% | 0.26% | - |
| XYZ | 2.7 | 4.34 | 2.36 | - |
| YUV | 50.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 67 | 36 | 0.64 | 0 | 0.46 | 0.74 | 136.74 | 0.47 | 0.18 |
| Hex | 18 | 43 | 24 | 40 | 0 | 2E | 4A | 89 | 2F | 12 |
| Octal | 30 | 103 | 44 | 100 | 0 | 56 | 112 | 211 | 57 | 22 |
| Binary | 11000 | 1000011 | 100100 | 1000000 | 0 | 101110 | 1001010 | 10001001 | 101111 | 10010 |
Color Harmonies of #184324
Complementary color
Monochromatic Colors of #184324
Black with #184324
Text Example
Text Example
White with #184324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184324; }
p { color: rgb(24,67,36); }
H1.HeaderClassName
{
color: #184324;
}
.AnyTagClassName
{
color: #184324;
}
</style>
background-color css
<style>
a { background-color: #184324; }
a { background-color: rgb(24,67,36); }
div.DivClassName
{
background-color: #184324;
}
.BgClassName
{
background-color: #184324;
}
</style>
border-color css
<style>
span { border-color: #184324; }
span { border-color: rgb(24,67,36); }
td.TdClassName
{
border-color: #184324;
}
.TagClassName
{
border-color: #184324;
}
</style>