Shades of Deep Fir #0C4B19
Tints of Deep Fir #0C4B19
RGB
CMYK
RGB Variations
Color information
#0C4B19 (or 0x0C4B19) is known color: Deep Fir. HEX triplet: 0C, 4B and 19. RGB value is (12,75,25). Sum of RGB (Red+Green+Blue) = 12+75+25=112 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.71% from 112); Green value is 75 (29.69% from 255 or 66.96% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 75 - color contains mainly: green. Hex color #0C4B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4B19 is #F3B4E6. Grayscale: #323232. Windows color (decimal): -15971559 or 1657612. OLE color: 1657612.
HSL color Cylindrical-coordinate representation of color #0C4B19: hue angle of 132.38º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4B19 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 75 | 25 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.71 |
| HSL | 132.38º | 0.72% | 0.17% | - |
| HSV(B) | 132.38º | 0.84% | 0.29% | - |
| XYZ | 2.84 | 5.18 | 1.77 | - |
| YUV | 50.46 | 113.63 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 75 | 25 | 0.84 | 0 | 0.67 | 0.71 | 132.38 | 0.72 | 0.17 |
| Hex | C | 4B | 19 | 54 | 0 | 43 | 47 | 84 | 48 | 11 |
| Octal | 14 | 113 | 31 | 124 | 0 | 103 | 107 | 204 | 110 | 21 |
| Binary | 1100 | 1001011 | 11001 | 1010100 | 0 | 1000011 | 1000111 | 10000100 | 1001000 | 10001 |
Color Harmonies of #0C4B19
Complementary color
Monochromatic Colors of #0C4B19
Black with #0C4B19
Text Example
Text Example
White with #0C4B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4B19; }
p { color: rgb(12,75,25); }
H1.HeaderClassName
{
color: #0C4B19;
}
.AnyTagClassName
{
color: #0C4B19;
}
</style>
background-color css
<style>
a { background-color: #0C4B19; }
a { background-color: rgb(12,75,25); }
div.DivClassName
{
background-color: #0C4B19;
}
.BgClassName
{
background-color: #0C4B19;
}
</style>
border-color css
<style>
span { border-color: #0C4B19; }
span { border-color: rgb(12,75,25); }
td.TdClassName
{
border-color: #0C4B19;
}
.TagClassName
{
border-color: #0C4B19;
}
</style>