Shades of Bilbao #346F25
Tints of Bilbao #346F25
RGB
CMYK
RGB Variations
Color information
#346F25 (or 0x346F25) is known color: Bilbao. HEX triplet: 34, 6F and 25. RGB value is (52,111,37). Sum of RGB (Red+Green+Blue) = 52+111+37=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 111 (43.75% from 255 or 55.5% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 111 - color contains mainly: green. Hex color #346F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346F25 is #CB90DA. Grayscale: #555555. Windows color (decimal): -13340891 or 2453300. OLE color: 2453300.
HSL color Cylindrical-coordinate representation of color #346F25: hue angle of 107.84º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #346F25 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 111 | 37 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.56 |
| HSL | 107.84º | 0.5% | 0.29% | - |
| HSV(B) | 107.84º | 0.67% | 0.44% | - |
| XYZ | 7.43 | 12.23 | 3.72 | - |
| YUV | 84.92 | 100.95 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 37 | 0.53 | 0 | 0.67 | 0.56 | 107.84 | 0.5 | 0.29 |
| Hex | 34 | 6F | 25 | 35 | 0 | 43 | 38 | 6C | 32 | 1D |
| Octal | 64 | 157 | 45 | 65 | 0 | 103 | 70 | 154 | 62 | 35 |
| Binary | 110100 | 1101111 | 100101 | 110101 | 0 | 1000011 | 111000 | 1101100 | 110010 | 11101 |
Color Harmonies of #346F25
Complementary color
Monochromatic Colors of #346F25
Black with #346F25
Text Example
Text Example
White with #346F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346F25; }
p { color: rgb(52,111,37); }
H1.HeaderClassName
{
color: #346F25;
}
.AnyTagClassName
{
color: #346F25;
}
</style>
background-color css
<style>
a { background-color: #346F25; }
a { background-color: rgb(52,111,37); }
div.DivClassName
{
background-color: #346F25;
}
.BgClassName
{
background-color: #346F25;
}
</style>
border-color css
<style>
span { border-color: #346F25; }
span { border-color: rgb(52,111,37); }
td.TdClassName
{
border-color: #346F25;
}
.TagClassName
{
border-color: #346F25;
}
</style>