Shades of Bilbao #346D23
Tints of Bilbao #346D23
RGB
CMYK
RGB Variations
Color information
#346D23 (or 0x346D23) is known color: Bilbao. HEX triplet: 34, 6D and 23. RGB value is (52,109,35). Sum of RGB (Red+Green+Blue) = 52+109+35=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 109 (42.97% from 255 or 55.61% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 109 - color contains mainly: green. Hex color #346D23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346D23 is #CB92DC. Grayscale: #535353. Windows color (decimal): -13341405 or 2321716. OLE color: 2321716.
HSL color Cylindrical-coordinate representation of color #346D23: hue angle of 106.22º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #346D23 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 109 | 35 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.57 |
| HSL | 106.22º | 0.51% | 0.28% | - |
| HSV(B) | 106.22º | 0.68% | 0.43% | - |
| XYZ | 7.19 | 11.79 | 3.49 | - |
| YUV | 83.52 | 100.62 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 35 | 0.52 | 0 | 0.68 | 0.57 | 106.22 | 0.51 | 0.28 |
| Hex | 34 | 6D | 23 | 34 | 0 | 44 | 39 | 6A | 33 | 1C |
| Octal | 64 | 155 | 43 | 64 | 0 | 104 | 71 | 152 | 63 | 34 |
| Binary | 110100 | 1101101 | 100011 | 110100 | 0 | 1000100 | 111001 | 1101010 | 110011 | 11100 |
Color Harmonies of #346D23
Complementary color
Monochromatic Colors of #346D23
Black with #346D23
Text Example
Text Example
White with #346D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D23; }
p { color: rgb(52,109,35); }
H1.HeaderClassName
{
color: #346D23;
}
.AnyTagClassName
{
color: #346D23;
}
</style>
background-color css
<style>
a { background-color: #346D23; }
a { background-color: rgb(52,109,35); }
div.DivClassName
{
background-color: #346D23;
}
.BgClassName
{
background-color: #346D23;
}
</style>
border-color css
<style>
span { border-color: #346D23; }
span { border-color: rgb(52,109,35); }
td.TdClassName
{
border-color: #346D23;
}
.TagClassName
{
border-color: #346D23;
}
</style>