Shades of Deep Fir #033912
Tints of Deep Fir #033912
RGB
CMYK
RGB Variations
Color information
#033912 (or 0x033912) is known color: Deep Fir. HEX triplet: 03, 39 and 12. RGB value is (3,57,18). Sum of RGB (Red+Green+Blue) = 3+57+18=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 57 (22.66% from 255 or 73.08% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 57 - color contains mainly: green. Hex color #033912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033912 is #FCC6ED. Grayscale: #242424. Windows color (decimal): -16565998 or 1194243. OLE color: 1194243.
HSL color Cylindrical-coordinate representation of color #033912: hue angle of 136.67º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033912 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 57 | 18 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.78 |
| HSL | 136.67º | 0.9% | 0.12% | - |
| HSV(B) | 136.67º | 0.95% | 0.22% | - |
| XYZ | 1.61 | 2.99 | 1.06 | - |
| YUV | 36.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 57 | 18 | 0.95 | 0 | 0.68 | 0.78 | 136.67 | 0.9 | 0.12 |
| Hex | 3 | 39 | 12 | 5F | 0 | 44 | 4E | 89 | 5A | C |
| Octal | 3 | 71 | 22 | 137 | 0 | 104 | 116 | 211 | 132 | 14 |
| Binary | 11 | 111001 | 10010 | 1011111 | 0 | 1000100 | 1001110 | 10001001 | 1011010 | 1100 |
Color Harmonies of #033912
Complementary color
Monochromatic Colors of #033912
Black with #033912
Text Example
Text Example
White with #033912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033912; }
p { color: rgb(3,57,18); }
H1.HeaderClassName
{
color: #033912;
}
.AnyTagClassName
{
color: #033912;
}
</style>
background-color css
<style>
a { background-color: #033912; }
a { background-color: rgb(3,57,18); }
div.DivClassName
{
background-color: #033912;
}
.BgClassName
{
background-color: #033912;
}
</style>
border-color css
<style>
span { border-color: #033912; }
span { border-color: rgb(3,57,18); }
td.TdClassName
{
border-color: #033912;
}
.TagClassName
{
border-color: #033912;
}
</style>