Shades of Bilbao #36820B
Tints of Bilbao #36820B
RGB
CMYK
RGB Variations
Color information
#36820B (or 0x36820B) is known color: Bilbao. HEX triplet: 36, 82 and 0B. RGB value is (54,130,11). Sum of RGB (Red+Green+Blue) = 54+130+11=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 130 (51.17% from 255 or 66.67% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 130 - color contains mainly: green. Hex color #36820B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36820B is #C97DF4. Grayscale: #5E5E5E. Windows color (decimal): -13204981 or 754230. OLE color: 754230.
HSL color Cylindrical-coordinate representation of color #36820B: hue angle of 98.32º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #36820B is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 130 | 11 | - |
| CMYK | 0.58 | 0 | 0.92 | 0.49 |
| HSL | 98.32º | 0.84% | 0.28% | - |
| HSV(B) | 98.32º | 0.92% | 0.51% | - |
| XYZ | 9.56 | 16.77 | 3.05 | - |
| YUV | 93.71 | 81.32 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 11 | 0.58 | 0 | 0.92 | 0.49 | 98.32 | 0.84 | 0.28 |
| Hex | 36 | 82 | B | 3A | 0 | 5C | 31 | 62 | 54 | 1C |
| Octal | 66 | 202 | 13 | 72 | 0 | 134 | 61 | 142 | 124 | 34 |
| Binary | 110110 | 10000010 | 1011 | 111010 | 0 | 1011100 | 110001 | 1100010 | 1010100 | 11100 |
Color Harmonies of #36820B
Complementary color
Monochromatic Colors of #36820B
Black with #36820B
Text Example
Text Example
White with #36820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36820B; }
p { color: rgb(54,130,11); }
H1.HeaderClassName
{
color: #36820B;
}
.AnyTagClassName
{
color: #36820B;
}
</style>
background-color css
<style>
a { background-color: #36820B; }
a { background-color: rgb(54,130,11); }
div.DivClassName
{
background-color: #36820B;
}
.BgClassName
{
background-color: #36820B;
}
</style>
border-color css
<style>
span { border-color: #36820B; }
span { border-color: rgb(54,130,11); }
td.TdClassName
{
border-color: #36820B;
}
.TagClassName
{
border-color: #36820B;
}
</style>