Shades of Bilbao #34841E
Tints of Bilbao #34841E
RGB
CMYK
RGB Variations
Color information
#34841E (or 0x34841E) is known color: Bilbao. HEX triplet: 34, 84 and 1E. RGB value is (52,132,30). Sum of RGB (Red+Green+Blue) = 52+132+30=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 132 (51.95% from 255 or 61.68% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 132 - color contains mainly: green. Hex color #34841E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34841E is #CB7BE1. Grayscale: #606060. Windows color (decimal): -13335522 or 1999924. OLE color: 1999924.
HSL color Cylindrical-coordinate representation of color #34841E: hue angle of 107.06º degrees, saturation: 0.63, 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 #34841E is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 132 | 30 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.48 |
| HSL | 107.06º | 0.63% | 0.32% | - |
| HSV(B) | 107.06º | 0.77% | 0.52% | - |
| XYZ | 9.9 | 17.33 | 4.05 | - |
| YUV | 96.45 | 90.5 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 132 | 30 | 0.61 | 0 | 0.77 | 0.48 | 107.06 | 0.63 | 0.32 |
| Hex | 34 | 84 | 1E | 3D | 0 | 4D | 30 | 6B | 3F | 20 |
| Octal | 64 | 204 | 36 | 75 | 0 | 115 | 60 | 153 | 77 | 40 |
| Binary | 110100 | 10000100 | 11110 | 111101 | 0 | 1001101 | 110000 | 1101011 | 111111 | 100000 |
Color Harmonies of #34841E
Complementary color
Monochromatic Colors of #34841E
Black with #34841E
Text Example
Text Example
White with #34841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34841E; }
p { color: rgb(52,132,30); }
H1.HeaderClassName
{
color: #34841E;
}
.AnyTagClassName
{
color: #34841E;
}
</style>
background-color css
<style>
a { background-color: #34841E; }
a { background-color: rgb(52,132,30); }
div.DivClassName
{
background-color: #34841E;
}
.BgClassName
{
background-color: #34841E;
}
</style>
border-color css
<style>
span { border-color: #34841E; }
span { border-color: rgb(52,132,30); }
td.TdClassName
{
border-color: #34841E;
}
.TagClassName
{
border-color: #34841E;
}
</style>