Shades of Bilbao #34841D
Tints of Bilbao #34841D
RGB
CMYK
RGB Variations
Color information
#34841D (or 0x34841D) is known color: Bilbao. HEX triplet: 34, 84 and 1D. RGB value is (52,132,29). Sum of RGB (Red+Green+Blue) = 52+132+29=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 132 (51.95% from 255 or 61.97% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 132 - color contains mainly: green. Hex color #34841D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34841D is #CB7BE2. Grayscale: #606060. Windows color (decimal): -13335523 or 1934388. OLE color: 1934388.
HSL color Cylindrical-coordinate representation of color #34841D: hue angle of 106.6º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34841D is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 132 | 29 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.48 |
| HSL | 106.6º | 0.64% | 0.32% | - |
| HSV(B) | 106.6º | 0.78% | 0.52% | - |
| XYZ | 9.89 | 17.32 | 3.98 | - |
| YUV | 96.34 | 90 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 132 | 29 | 0.61 | 0 | 0.78 | 0.48 | 106.6 | 0.64 | 0.32 |
| Hex | 34 | 84 | 1D | 3D | 0 | 4E | 30 | 6B | 40 | 20 |
| Octal | 64 | 204 | 35 | 75 | 0 | 116 | 60 | 153 | 100 | 40 |
| Binary | 110100 | 10000100 | 11101 | 111101 | 0 | 1001110 | 110000 | 1101011 | 1000000 | 100000 |
Color Harmonies of #34841D
Complementary color
Monochromatic Colors of #34841D
Black with #34841D
Text Example
Text Example
White with #34841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34841D; }
p { color: rgb(52,132,29); }
H1.HeaderClassName
{
color: #34841D;
}
.AnyTagClassName
{
color: #34841D;
}
</style>
background-color css
<style>
a { background-color: #34841D; }
a { background-color: rgb(52,132,29); }
div.DivClassName
{
background-color: #34841D;
}
.BgClassName
{
background-color: #34841D;
}
</style>
border-color css
<style>
span { border-color: #34841D; }
span { border-color: rgb(52,132,29); }
td.TdClassName
{
border-color: #34841D;
}
.TagClassName
{
border-color: #34841D;
}
</style>