Shades of Bilbao #36701F
Tints of Bilbao #36701F
RGB
CMYK
RGB Variations
Color information
#36701F (or 0x36701F) is known color: Bilbao. HEX triplet: 36, 70 and 1F. RGB value is (54,112,31). Sum of RGB (Red+Green+Blue) = 54+112+31=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #36701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36701F is #C98FE0. Grayscale: #555555. Windows color (decimal): -13209569 or 2060342. OLE color: 2060342.
HSL color Cylindrical-coordinate representation of color #36701F: hue angle of 102.96º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36701F is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 112 | 31 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.56 |
| HSL | 102.96º | 0.57% | 0.28% | - |
| HSV(B) | 102.96º | 0.72% | 0.44% | - |
| XYZ | 7.56 | 12.47 | 3.3 | - |
| YUV | 85.42 | 97.28 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 112 | 31 | 0.52 | 0 | 0.72 | 0.56 | 102.96 | 0.57 | 0.28 |
| Hex | 36 | 70 | 1F | 34 | 0 | 48 | 38 | 67 | 39 | 1C |
| Octal | 66 | 160 | 37 | 64 | 0 | 110 | 70 | 147 | 71 | 34 |
| Binary | 110110 | 1110000 | 11111 | 110100 | 0 | 1001000 | 111000 | 1100111 | 111001 | 11100 |
Color Harmonies of #36701F
Complementary color
Monochromatic Colors of #36701F
Black with #36701F
Text Example
Text Example
White with #36701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36701F; }
p { color: rgb(54,112,31); }
H1.HeaderClassName
{
color: #36701F;
}
.AnyTagClassName
{
color: #36701F;
}
</style>
background-color css
<style>
a { background-color: #36701F; }
a { background-color: rgb(54,112,31); }
div.DivClassName
{
background-color: #36701F;
}
.BgClassName
{
background-color: #36701F;
}
</style>
border-color css
<style>
span { border-color: #36701F; }
span { border-color: rgb(54,112,31); }
td.TdClassName
{
border-color: #36701F;
}
.TagClassName
{
border-color: #36701F;
}
</style>