Shades of Bilbao #3D711B
Tints of Bilbao #3D711B
RGB
CMYK
RGB Variations
Color information
#3D711B (or 0x3D711B) is known color: Bilbao. HEX triplet: 3D, 71 and 1B. RGB value is (61,113,27). Sum of RGB (Red+Green+Blue) = 61+113+27=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #3D711B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D711B is #C28EE4. Grayscale: #575757. Windows color (decimal): -12750565 or 1798461. OLE color: 1798461.
HSL color Cylindrical-coordinate representation of color #3D711B: hue angle of 96.28º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D711B is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 113 | 27 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.56 |
| HSL | 96.28º | 0.61% | 0.27% | - |
| HSV(B) | 96.28º | 0.76% | 0.44% | - |
| XYZ | 8.03 | 12.88 | 3.1 | - |
| YUV | 87.65 | 93.77 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 113 | 27 | 0.46 | 0 | 0.76 | 0.56 | 96.28 | 0.61 | 0.27 |
| Hex | 3D | 71 | 1B | 2E | 0 | 4C | 38 | 60 | 3D | 1B |
| Octal | 75 | 161 | 33 | 56 | 0 | 114 | 70 | 140 | 75 | 33 |
| Binary | 111101 | 1110001 | 11011 | 101110 | 0 | 1001100 | 111000 | 1100000 | 111101 | 11011 |
Color Harmonies of #3D711B
Complementary color
Monochromatic Colors of #3D711B
Black with #3D711B
Text Example
Text Example
White with #3D711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D711B; }
p { color: rgb(61,113,27); }
H1.HeaderClassName
{
color: #3D711B;
}
.AnyTagClassName
{
color: #3D711B;
}
</style>
background-color css
<style>
a { background-color: #3D711B; }
a { background-color: rgb(61,113,27); }
div.DivClassName
{
background-color: #3D711B;
}
.BgClassName
{
background-color: #3D711B;
}
</style>
border-color css
<style>
span { border-color: #3D711B; }
span { border-color: rgb(61,113,27); }
td.TdClassName
{
border-color: #3D711B;
}
.TagClassName
{
border-color: #3D711B;
}
</style>