Shades of Deep Fir #0A4B1B
Tints of Deep Fir #0A4B1B
RGB
CMYK
RGB Variations
Color information
#0A4B1B (or 0x0A4B1B) is known color: Deep Fir. HEX triplet: 0A, 4B and 1B. RGB value is (10,75,27). Sum of RGB (Red+Green+Blue) = 10+75+27=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 75 (29.69% from 255 or 66.96% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 75 - color contains mainly: green. Hex color #0A4B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4B1B is #F5B4E4. Grayscale: #323232. Windows color (decimal): -16102629 or 1788682. OLE color: 1788682.
HSL color Cylindrical-coordinate representation of color #0A4B1B: hue angle of 135.69º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4B1B is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 75 | 27 | - |
| CMYK | 0.87 | 0 | 0.64 | 0.71 |
| HSL | 135.69º | 0.76% | 0.17% | - |
| HSV(B) | 135.69º | 0.87% | 0.29% | - |
| XYZ | 2.84 | 5.18 | 1.89 | - |
| YUV | 50.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 75 | 27 | 0.87 | 0 | 0.64 | 0.71 | 135.69 | 0.76 | 0.17 |
| Hex | A | 4B | 1B | 57 | 0 | 40 | 47 | 88 | 4C | 11 |
| Octal | 12 | 113 | 33 | 127 | 0 | 100 | 107 | 210 | 114 | 21 |
| Binary | 1010 | 1001011 | 11011 | 1010111 | 0 | 1000000 | 1000111 | 10001000 | 1001100 | 10001 |
Color Harmonies of #0A4B1B
Complementary color
Monochromatic Colors of #0A4B1B
Black with #0A4B1B
Text Example
Text Example
White with #0A4B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4B1B; }
p { color: rgb(10,75,27); }
H1.HeaderClassName
{
color: #0A4B1B;
}
.AnyTagClassName
{
color: #0A4B1B;
}
</style>
background-color css
<style>
a { background-color: #0A4B1B; }
a { background-color: rgb(10,75,27); }
div.DivClassName
{
background-color: #0A4B1B;
}
.BgClassName
{
background-color: #0A4B1B;
}
</style>
border-color css
<style>
span { border-color: #0A4B1B; }
span { border-color: rgb(10,75,27); }
td.TdClassName
{
border-color: #0A4B1B;
}
.TagClassName
{
border-color: #0A4B1B;
}
</style>