Shades of Bilbao #34841F
Tints of Bilbao #34841F
RGB
CMYK
RGB Variations
Color information
#34841F (or 0x34841F) is known color: Bilbao. HEX triplet: 34, 84 and 1F. RGB value is (52,132,31). Sum of RGB (Red+Green+Blue) = 52+132+31=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 132 (51.95% from 255 or 61.40% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 132 - color contains mainly: green. Hex color #34841F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34841F is #CB7BE0. Grayscale: #606060. Windows color (decimal): -13335521 or 2065460. OLE color: 2065460.
HSL color Cylindrical-coordinate representation of color #34841F: hue angle of 107.52º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34841F is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 132 | 31 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.48 |
| HSL | 107.52º | 0.62% | 0.32% | - |
| HSV(B) | 107.52º | 0.77% | 0.52% | - |
| XYZ | 9.91 | 17.33 | 4.12 | - |
| YUV | 96.57 | 91 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 132 | 31 | 0.61 | 0 | 0.77 | 0.48 | 107.52 | 0.62 | 0.32 |
| Hex | 34 | 84 | 1F | 3D | 0 | 4D | 30 | 6C | 3E | 20 |
| Octal | 64 | 204 | 37 | 75 | 0 | 115 | 60 | 154 | 76 | 40 |
| Binary | 110100 | 10000100 | 11111 | 111101 | 0 | 1001101 | 110000 | 1101100 | 111110 | 100000 |
Color Harmonies of #34841F
Complementary color
Monochromatic Colors of #34841F
Black with #34841F
Text Example
Text Example
White with #34841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34841F; }
p { color: rgb(52,132,31); }
H1.HeaderClassName
{
color: #34841F;
}
.AnyTagClassName
{
color: #34841F;
}
</style>
background-color css
<style>
a { background-color: #34841F; }
a { background-color: rgb(52,132,31); }
div.DivClassName
{
background-color: #34841F;
}
.BgClassName
{
background-color: #34841F;
}
</style>
border-color css
<style>
span { border-color: #34841F; }
span { border-color: rgb(52,132,31); }
td.TdClassName
{
border-color: #34841F;
}
.TagClassName
{
border-color: #34841F;
}
</style>