Shades of Bilbao #36731A
Tints of Bilbao #36731A
RGB
CMYK
RGB Variations
Color information
#36731A (or 0x36731A) is known color: Bilbao. HEX triplet: 36, 73 and 1A. RGB value is (54,115,26). Sum of RGB (Red+Green+Blue) = 54+115+26=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 115 (45.31% from 255 or 58.97% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 115 - color contains mainly: green. Hex color #36731A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36731A is #C98CE5. Grayscale: #565656. Windows color (decimal): -13208806 or 1733430. OLE color: 1733430.
HSL color Cylindrical-coordinate representation of color #36731A: hue angle of 101.12º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36731A is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 115 | 26 | - |
| CMYK | 0.53 | 0 | 0.77 | 0.55 |
| HSL | 101.12º | 0.63% | 0.28% | - |
| HSV(B) | 101.12º | 0.77% | 0.45% | - |
| XYZ | 7.84 | 13.12 | 3.1 | - |
| YUV | 86.62 | 93.79 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 115 | 26 | 0.53 | 0 | 0.77 | 0.55 | 101.12 | 0.63 | 0.28 |
| Hex | 36 | 73 | 1A | 35 | 0 | 4D | 37 | 65 | 3F | 1C |
| Octal | 66 | 163 | 32 | 65 | 0 | 115 | 67 | 145 | 77 | 34 |
| Binary | 110110 | 1110011 | 11010 | 110101 | 0 | 1001101 | 110111 | 1100101 | 111111 | 11100 |
Color Harmonies of #36731A
Complementary color
Monochromatic Colors of #36731A
Black with #36731A
Text Example
Text Example
White with #36731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36731A; }
p { color: rgb(54,115,26); }
H1.HeaderClassName
{
color: #36731A;
}
.AnyTagClassName
{
color: #36731A;
}
</style>
background-color css
<style>
a { background-color: #36731A; }
a { background-color: rgb(54,115,26); }
div.DivClassName
{
background-color: #36731A;
}
.BgClassName
{
background-color: #36731A;
}
</style>
border-color css
<style>
span { border-color: #36731A; }
span { border-color: rgb(54,115,26); }
td.TdClassName
{
border-color: #36731A;
}
.TagClassName
{
border-color: #36731A;
}
</style>