Shades of Bilbao #346D1C
Tints of Bilbao #346D1C
RGB
CMYK
RGB Variations
Color information
#346D1C (or 0x346D1C) is known color: Bilbao. HEX triplet: 34, 6D and 1C. RGB value is (52,109,28). Sum of RGB (Red+Green+Blue) = 52+109+28=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 109 (42.97% from 255 or 57.67% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 109 - color contains mainly: green. Hex color #346D1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346D1C is #CB92E3. Grayscale: #525252. Windows color (decimal): -13341412 or 1862964. OLE color: 1862964.
HSL color Cylindrical-coordinate representation of color #346D1C: hue angle of 102.22º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #346D1C is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 109 | 28 | - |
| CMYK | 0.52 | 0 | 0.74 | 0.57 |
| HSL | 102.22º | 0.59% | 0.27% | - |
| HSV(B) | 102.22º | 0.74% | 0.43% | - |
| XYZ | 7.09 | 11.75 | 2.99 | - |
| YUV | 82.72 | 97.12 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 28 | 0.52 | 0 | 0.74 | 0.57 | 102.22 | 0.59 | 0.27 |
| Hex | 34 | 6D | 1C | 34 | 0 | 4A | 39 | 66 | 3B | 1B |
| Octal | 64 | 155 | 34 | 64 | 0 | 112 | 71 | 146 | 73 | 33 |
| Binary | 110100 | 1101101 | 11100 | 110100 | 0 | 1001010 | 111001 | 1100110 | 111011 | 11011 |
Color Harmonies of #346D1C
Complementary color
Monochromatic Colors of #346D1C
Black with #346D1C
Text Example
Text Example
White with #346D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D1C; }
p { color: rgb(52,109,28); }
H1.HeaderClassName
{
color: #346D1C;
}
.AnyTagClassName
{
color: #346D1C;
}
</style>
background-color css
<style>
a { background-color: #346D1C; }
a { background-color: rgb(52,109,28); }
div.DivClassName
{
background-color: #346D1C;
}
.BgClassName
{
background-color: #346D1C;
}
</style>
border-color css
<style>
span { border-color: #346D1C; }
span { border-color: rgb(52,109,28); }
td.TdClassName
{
border-color: #346D1C;
}
.TagClassName
{
border-color: #346D1C;
}
</style>