Shades of Deep Fir #124524
Tints of Deep Fir #124524
RGB
CMYK
RGB Variations
Color information
#124524 (or 0x124524) is known color: Deep Fir. HEX triplet: 12, 45 and 24. RGB value is (18,69,36). Sum of RGB (Red+Green+Blue) = 18+69+36=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #124524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124524 is #EDBADB. Grayscale: #323232. Windows color (decimal): -15579868 or 2376978. OLE color: 2376978.
HSL color Cylindrical-coordinate representation of color #124524: hue angle of 141.18º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124524 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 69 | 36 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.73 |
| HSL | 141.18º | 0.59% | 0.17% | - |
| HSV(B) | 141.18º | 0.74% | 0.27% | - |
| XYZ | 2.7 | 4.51 | 2.4 | - |
| YUV | 49.99 | 120.1 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 36 | 0.74 | 0 | 0.48 | 0.73 | 141.18 | 0.59 | 0.17 |
| Hex | 12 | 45 | 24 | 4A | 0 | 30 | 49 | 8D | 3B | 11 |
| Octal | 22 | 105 | 44 | 112 | 0 | 60 | 111 | 215 | 73 | 21 |
| Binary | 10010 | 1000101 | 100100 | 1001010 | 0 | 110000 | 1001001 | 10001101 | 111011 | 10001 |
Color Harmonies of #124524
Complementary color
Monochromatic Colors of #124524
Black with #124524
Text Example
Text Example
White with #124524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124524; }
p { color: rgb(18,69,36); }
H1.HeaderClassName
{
color: #124524;
}
.AnyTagClassName
{
color: #124524;
}
</style>
background-color css
<style>
a { background-color: #124524; }
a { background-color: rgb(18,69,36); }
div.DivClassName
{
background-color: #124524;
}
.BgClassName
{
background-color: #124524;
}
</style>
border-color css
<style>
span { border-color: #124524; }
span { border-color: rgb(18,69,36); }
td.TdClassName
{
border-color: #124524;
}
.TagClassName
{
border-color: #124524;
}
</style>