Shades of Bilbao #36731D
Tints of Bilbao #36731D
RGB
CMYK
RGB Variations
Color information
#36731D (or 0x36731D) is known color: Bilbao. HEX triplet: 36, 73 and 1D. RGB value is (54,115,29). Sum of RGB (Red+Green+Blue) = 54+115+29=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 115 (45.31% from 255 or 58.08% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 115 - color contains mainly: green. Hex color #36731D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36731D is #C98CE2. Grayscale: #575757. Windows color (decimal): -13208803 or 1930038. OLE color: 1930038.
HSL color Cylindrical-coordinate representation of color #36731D: hue angle of 102.56º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36731D is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 115 | 29 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.55 |
| HSL | 102.56º | 0.6% | 0.28% | - |
| HSV(B) | 102.56º | 0.75% | 0.45% | - |
| XYZ | 7.87 | 13.13 | 3.28 | - |
| YUV | 86.96 | 95.29 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 115 | 29 | 0.53 | 0 | 0.75 | 0.55 | 102.56 | 0.6 | 0.28 |
| Hex | 36 | 73 | 1D | 35 | 0 | 4B | 37 | 67 | 3C | 1C |
| Octal | 66 | 163 | 35 | 65 | 0 | 113 | 67 | 147 | 74 | 34 |
| Binary | 110110 | 1110011 | 11101 | 110101 | 0 | 1001011 | 110111 | 1100111 | 111100 | 11100 |
Color Harmonies of #36731D
Complementary color
Monochromatic Colors of #36731D
Black with #36731D
Text Example
Text Example
White with #36731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36731D; }
p { color: rgb(54,115,29); }
H1.HeaderClassName
{
color: #36731D;
}
.AnyTagClassName
{
color: #36731D;
}
</style>
background-color css
<style>
a { background-color: #36731D; }
a { background-color: rgb(54,115,29); }
div.DivClassName
{
background-color: #36731D;
}
.BgClassName
{
background-color: #36731D;
}
</style>
border-color css
<style>
span { border-color: #36731D; }
span { border-color: rgb(54,115,29); }
td.TdClassName
{
border-color: #36731D;
}
.TagClassName
{
border-color: #36731D;
}
</style>