Shades of Deep Fir #1A4526
Tints of Deep Fir #1A4526
RGB
CMYK
RGB Variations
Color information
#1A4526 (or 0x1A4526) is known color: Deep Fir. HEX triplet: 1A, 45 and 26. RGB value is (26,69,38). Sum of RGB (Red+Green+Blue) = 26+69+38=133 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.55% from 133); Green value is 69 (27.34% from 255 or 51.88% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 69 - color contains mainly: green. Hex color #1A4526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4526 is #E5BAD9. Grayscale: #343434. Windows color (decimal): -15055578 or 2508058. OLE color: 2508058.
HSL color Cylindrical-coordinate representation of color #1A4526: hue angle of 136.74º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A4526 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 69 | 38 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.73 |
| HSL | 136.74º | 0.45% | 0.19% | - |
| HSV(B) | 136.74º | 0.62% | 0.27% | - |
| XYZ | 2.9 | 4.62 | 2.57 | - |
| YUV | 52.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 69 | 38 | 0.62 | 0 | 0.45 | 0.73 | 136.74 | 0.45 | 0.19 |
| Hex | 1A | 45 | 26 | 3E | 0 | 2D | 49 | 89 | 2D | 13 |
| Octal | 32 | 105 | 46 | 76 | 0 | 55 | 111 | 211 | 55 | 23 |
| Binary | 11010 | 1000101 | 100110 | 111110 | 0 | 101101 | 1001001 | 10001001 | 101101 | 10011 |
Color Harmonies of #1A4526
Complementary color
Monochromatic Colors of #1A4526
Black with #1A4526
Text Example
Text Example
White with #1A4526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4526; }
p { color: rgb(26,69,38); }
H1.HeaderClassName
{
color: #1A4526;
}
.AnyTagClassName
{
color: #1A4526;
}
</style>
background-color css
<style>
a { background-color: #1A4526; }
a { background-color: rgb(26,69,38); }
div.DivClassName
{
background-color: #1A4526;
}
.BgClassName
{
background-color: #1A4526;
}
</style>
border-color css
<style>
span { border-color: #1A4526; }
span { border-color: rgb(26,69,38); }
td.TdClassName
{
border-color: #1A4526;
}
.TagClassName
{
border-color: #1A4526;
}
</style>