Shades of Bilbao #36831F
Tints of Bilbao #36831F
RGB
CMYK
RGB Variations
Color information
#36831F (or 0x36831F) is known color: Bilbao. HEX triplet: 36, 83 and 1F. RGB value is (54,131,31). Sum of RGB (Red+Green+Blue) = 54+131+31=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 131 (51.56% from 255 or 60.65% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 131 - color contains mainly: green. Hex color #36831F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36831F is #C97CE0. Grayscale: #606060. Windows color (decimal): -13204705 or 2065206. OLE color: 2065206.
HSL color Cylindrical-coordinate representation of color #36831F: hue angle of 106.2º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36831F is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 131 | 31 | - |
| CMYK | 0.59 | 0 | 0.76 | 0.49 |
| HSL | 106.2º | 0.62% | 0.32% | - |
| HSV(B) | 106.2º | 0.76% | 0.51% | - |
| XYZ | 9.88 | 17.12 | 4.08 | - |
| YUV | 96.58 | 90.99 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 131 | 31 | 0.59 | 0 | 0.76 | 0.49 | 106.2 | 0.62 | 0.32 |
| Hex | 36 | 83 | 1F | 3B | 0 | 4C | 31 | 6A | 3E | 20 |
| Octal | 66 | 203 | 37 | 73 | 0 | 114 | 61 | 152 | 76 | 40 |
| Binary | 110110 | 10000011 | 11111 | 111011 | 0 | 1001100 | 110001 | 1101010 | 111110 | 100000 |
Color Harmonies of #36831F
Complementary color
Monochromatic Colors of #36831F
Black with #36831F
Text Example
Text Example
White with #36831F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36831F; }
p { color: rgb(54,131,31); }
H1.HeaderClassName
{
color: #36831F;
}
.AnyTagClassName
{
color: #36831F;
}
</style>
background-color css
<style>
a { background-color: #36831F; }
a { background-color: rgb(54,131,31); }
div.DivClassName
{
background-color: #36831F;
}
.BgClassName
{
background-color: #36831F;
}
</style>
border-color css
<style>
span { border-color: #36831F; }
span { border-color: rgb(54,131,31); }
td.TdClassName
{
border-color: #36831F;
}
.TagClassName
{
border-color: #36831F;
}
</style>