Shades of Bilbao #36800D
Tints of Bilbao #36800D
RGB
CMYK
RGB Variations
Color information
#36800D (or 0x36800D) is known color: Bilbao. HEX triplet: 36, 80 and 0D. RGB value is (54,128,13). Sum of RGB (Red+Green+Blue) = 54+128+13=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 128 (50.39% from 255 or 65.64% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 128 - color contains mainly: green. Hex color #36800D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36800D is #C97FF2. Grayscale: #5D5D5D. Windows color (decimal): -13205491 or 884790. OLE color: 884790.
HSL color Cylindrical-coordinate representation of color #36800D: hue angle of 98.61º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36800D is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 128 | 13 | - |
| CMYK | 0.58 | 0 | 0.90 | 0.50 |
| HSL | 98.61º | 0.82% | 0.28% | - |
| HSV(B) | 98.61º | 0.9% | 0.5% | - |
| XYZ | 9.31 | 16.25 | 3.03 | - |
| YUV | 92.76 | 82.98 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 128 | 13 | 0.58 | 0 | 0.90 | 0.50 | 98.61 | 0.82 | 0.28 |
| Hex | 36 | 80 | D | 3A | 0 | 5A | 32 | 63 | 52 | 1C |
| Octal | 66 | 200 | 15 | 72 | 0 | 132 | 62 | 143 | 122 | 34 |
| Binary | 110110 | 10000000 | 1101 | 111010 | 0 | 1011010 | 110010 | 1100011 | 1010010 | 11100 |
Color Harmonies of #36800D
Complementary color
Monochromatic Colors of #36800D
Black with #36800D
Text Example
Text Example
White with #36800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36800D; }
p { color: rgb(54,128,13); }
H1.HeaderClassName
{
color: #36800D;
}
.AnyTagClassName
{
color: #36800D;
}
</style>
background-color css
<style>
a { background-color: #36800D; }
a { background-color: rgb(54,128,13); }
div.DivClassName
{
background-color: #36800D;
}
.BgClassName
{
background-color: #36800D;
}
</style>
border-color css
<style>
span { border-color: #36800D; }
span { border-color: rgb(54,128,13); }
td.TdClassName
{
border-color: #36800D;
}
.TagClassName
{
border-color: #36800D;
}
</style>