Shades of Deep Fir #034510
Tints of Deep Fir #034510
RGB
CMYK
RGB Variations
Color information
#034510 (or 0x034510) is known color: Deep Fir. HEX triplet: 03, 45 and 10. RGB value is (3,69,16). Sum of RGB (Red+Green+Blue) = 3+69+16=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 69 (27.34% from 255 or 78.41% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 69 - color contains mainly: green. Hex color #034510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034510 is #FCBAEF. Grayscale: #2B2B2B. Windows color (decimal): -16562928 or 1066243. OLE color: 1066243.
HSL color Cylindrical-coordinate representation of color #034510: hue angle of 131.82º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034510 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 69 | 16 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.73 |
| HSL | 131.82º | 0.92% | 0.14% | - |
| HSV(B) | 131.82º | 0.96% | 0.27% | - |
| XYZ | 2.26 | 4.31 | 1.2 | - |
| YUV | 43.22 | 112.63 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 69 | 16 | 0.96 | 0 | 0.77 | 0.73 | 131.82 | 0.92 | 0.14 |
| Hex | 3 | 45 | 10 | 60 | 0 | 4D | 49 | 84 | 5C | E |
| Octal | 3 | 105 | 20 | 140 | 0 | 115 | 111 | 204 | 134 | 16 |
| Binary | 11 | 1000101 | 10000 | 1100000 | 0 | 1001101 | 1001001 | 10000100 | 1011100 | 1110 |
Color Harmonies of #034510
Complementary color
Monochromatic Colors of #034510
Black with #034510
Text Example
Text Example
White with #034510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034510; }
p { color: rgb(3,69,16); }
H1.HeaderClassName
{
color: #034510;
}
.AnyTagClassName
{
color: #034510;
}
</style>
background-color css
<style>
a { background-color: #034510; }
a { background-color: rgb(3,69,16); }
div.DivClassName
{
background-color: #034510;
}
.BgClassName
{
background-color: #034510;
}
</style>
border-color css
<style>
span { border-color: #034510; }
span { border-color: rgb(3,69,16); }
td.TdClassName
{
border-color: #034510;
}
.TagClassName
{
border-color: #034510;
}
</style>