Shades of Deep Fir #184625
Tints of Deep Fir #184625
RGB
CMYK
RGB Variations
Color information
#184625 (or 0x184625) is known color: Deep Fir. HEX triplet: 18, 46 and 25. RGB value is (24,70,37). Sum of RGB (Red+Green+Blue) = 24+70+37=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #184625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184625 is #E7B9DA. Grayscale: #343434. Windows color (decimal): -15186395 or 2442776. OLE color: 2442776.
HSL color Cylindrical-coordinate representation of color #184625: hue angle of 136.96º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #184625 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 70 | 37 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.73 |
| HSL | 136.96º | 0.49% | 0.18% | - |
| HSV(B) | 136.96º | 0.66% | 0.27% | - |
| XYZ | 2.9 | 4.71 | 2.51 | - |
| YUV | 52.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 70 | 37 | 0.66 | 0 | 0.47 | 0.73 | 136.96 | 0.49 | 0.18 |
| Hex | 18 | 46 | 25 | 42 | 0 | 2F | 49 | 89 | 31 | 12 |
| Octal | 30 | 106 | 45 | 102 | 0 | 57 | 111 | 211 | 61 | 22 |
| Binary | 11000 | 1000110 | 100101 | 1000010 | 0 | 101111 | 1001001 | 10001001 | 110001 | 10010 |
Color Harmonies of #184625
Complementary color
Monochromatic Colors of #184625
Black with #184625
Text Example
Text Example
White with #184625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184625; }
p { color: rgb(24,70,37); }
H1.HeaderClassName
{
color: #184625;
}
.AnyTagClassName
{
color: #184625;
}
</style>
background-color css
<style>
a { background-color: #184625; }
a { background-color: rgb(24,70,37); }
div.DivClassName
{
background-color: #184625;
}
.BgClassName
{
background-color: #184625;
}
</style>
border-color css
<style>
span { border-color: #184625; }
span { border-color: rgb(24,70,37); }
td.TdClassName
{
border-color: #184625;
}
.TagClassName
{
border-color: #184625;
}
</style>