Shades of Bilbao #34811D
Tints of Bilbao #34811D
RGB
CMYK
RGB Variations
Color information
#34811D (or 0x34811D) is known color: Bilbao. HEX triplet: 34, 81 and 1D. RGB value is (52,129,29). Sum of RGB (Red+Green+Blue) = 52+129+29=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 129 (50.78% from 255 or 61.43% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 129 - color contains mainly: green. Hex color #34811D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34811D is #CB7EE2. Grayscale: #5E5E5E. Windows color (decimal): -13336291 or 1933620. OLE color: 1933620.
HSL color Cylindrical-coordinate representation of color #34811D: hue angle of 106.2º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34811D is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 129 | 29 | - |
| CMYK | 0.60 | 0 | 0.78 | 0.49 |
| HSL | 106.2º | 0.63% | 0.31% | - |
| HSV(B) | 106.2º | 0.78% | 0.51% | - |
| XYZ | 9.49 | 16.52 | 3.85 | - |
| YUV | 94.58 | 90.99 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 129 | 29 | 0.60 | 0 | 0.78 | 0.49 | 106.2 | 0.63 | 0.31 |
| Hex | 34 | 81 | 1D | 3C | 0 | 4E | 31 | 6A | 3F | 1F |
| Octal | 64 | 201 | 35 | 74 | 0 | 116 | 61 | 152 | 77 | 37 |
| Binary | 110100 | 10000001 | 11101 | 111100 | 0 | 1001110 | 110001 | 1101010 | 111111 | 11111 |
Color Harmonies of #34811D
Complementary color
Monochromatic Colors of #34811D
Black with #34811D
Text Example
Text Example
White with #34811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34811D; }
p { color: rgb(52,129,29); }
H1.HeaderClassName
{
color: #34811D;
}
.AnyTagClassName
{
color: #34811D;
}
</style>
background-color css
<style>
a { background-color: #34811D; }
a { background-color: rgb(52,129,29); }
div.DivClassName
{
background-color: #34811D;
}
.BgClassName
{
background-color: #34811D;
}
</style>
border-color css
<style>
span { border-color: #34811D; }
span { border-color: rgb(52,129,29); }
td.TdClassName
{
border-color: #34811D;
}
.TagClassName
{
border-color: #34811D;
}
</style>