Shades of Bilbao #34831E
Tints of Bilbao #34831E
RGB
CMYK
RGB Variations
Color information
#34831E (or 0x34831E) is known color: Bilbao. HEX triplet: 34, 83 and 1E. RGB value is (52,131,30). Sum of RGB (Red+Green+Blue) = 52+131+30=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #34831E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34831E is #CB7CE1. Grayscale: #606060. Windows color (decimal): -13335778 or 1999668. OLE color: 1999668.
HSL color Cylindrical-coordinate representation of color #34831E: hue angle of 106.93º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34831E is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 131 | 30 | - |
| CMYK | 0.60 | 0 | 0.77 | 0.49 |
| HSL | 106.93º | 0.63% | 0.32% | - |
| HSV(B) | 106.93º | 0.77% | 0.51% | - |
| XYZ | 9.77 | 17.06 | 4.01 | - |
| YUV | 95.87 | 90.83 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 131 | 30 | 0.60 | 0 | 0.77 | 0.49 | 106.93 | 0.63 | 0.32 |
| Hex | 34 | 83 | 1E | 3C | 0 | 4D | 31 | 6B | 3F | 20 |
| Octal | 64 | 203 | 36 | 74 | 0 | 115 | 61 | 153 | 77 | 40 |
| Binary | 110100 | 10000011 | 11110 | 111100 | 0 | 1001101 | 110001 | 1101011 | 111111 | 100000 |
Color Harmonies of #34831E
Complementary color
Monochromatic Colors of #34831E
Black with #34831E
Text Example
Text Example
White with #34831E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34831E; }
p { color: rgb(52,131,30); }
H1.HeaderClassName
{
color: #34831E;
}
.AnyTagClassName
{
color: #34831E;
}
</style>
background-color css
<style>
a { background-color: #34831E; }
a { background-color: rgb(52,131,30); }
div.DivClassName
{
background-color: #34831E;
}
.BgClassName
{
background-color: #34831E;
}
</style>
border-color css
<style>
span { border-color: #34831E; }
span { border-color: rgb(52,131,30); }
td.TdClassName
{
border-color: #34831E;
}
.TagClassName
{
border-color: #34831E;
}
</style>