Shades of Deep Fir #184527
Tints of Deep Fir #184527
RGB
CMYK
RGB Variations
Color information
#184527 (or 0x184527) is known color: Deep Fir. HEX triplet: 18, 45 and 27. RGB value is (24,69,39). Sum of RGB (Red+Green+Blue) = 24+69+39=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #184527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184527 is #E7BAD8. Grayscale: #343434. Windows color (decimal): -15186649 or 2573592. OLE color: 2573592.
HSL color Cylindrical-coordinate representation of color #184527: hue angle of 140º 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 #184527 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 69 | 39 | - |
| CMYK | 0.65 | 0 | 0.43 | 0.73 |
| HSL | 140º | 0.48% | 0.18% | - |
| HSV(B) | 140º | 0.65% | 0.27% | - |
| XYZ | 2.87 | 4.6 | 2.66 | - |
| YUV | 52.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 69 | 39 | 0.65 | 0 | 0.43 | 0.73 | 140 | 0.48 | 0.18 |
| Hex | 18 | 45 | 27 | 41 | 0 | 2B | 49 | 8C | 30 | 12 |
| Octal | 30 | 105 | 47 | 101 | 0 | 53 | 111 | 214 | 60 | 22 |
| Binary | 11000 | 1000101 | 100111 | 1000001 | 0 | 101011 | 1001001 | 10001100 | 110000 | 10010 |
Color Harmonies of #184527
Complementary color
Monochromatic Colors of #184527
Black with #184527
Text Example
Text Example
White with #184527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184527; }
p { color: rgb(24,69,39); }
H1.HeaderClassName
{
color: #184527;
}
.AnyTagClassName
{
color: #184527;
}
</style>
background-color css
<style>
a { background-color: #184527; }
a { background-color: rgb(24,69,39); }
div.DivClassName
{
background-color: #184527;
}
.BgClassName
{
background-color: #184527;
}
</style>
border-color css
<style>
span { border-color: #184527; }
span { border-color: rgb(24,69,39); }
td.TdClassName
{
border-color: #184527;
}
.TagClassName
{
border-color: #184527;
}
</style>