Shades of Bilbao #3D700B
Tints of Bilbao #3D700B
RGB
CMYK
RGB Variations
Color information
#3D700B (or 0x3D700B) is known color: Bilbao. HEX triplet: 3D, 70 and 0B. RGB value is (61,112,11). Sum of RGB (Red+Green+Blue) = 61+112+11=184 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.15% from 184); Green value is 112 (44.14% from 255 or 60.87% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 112 - color contains mainly: green. Hex color #3D700B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D700B is #C28FF4. Grayscale: #555555. Windows color (decimal): -12750837 or 749629. OLE color: 749629.
HSL color Cylindrical-coordinate representation of color #3D700B: hue angle of 90.3º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D700B is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 112 | 11 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.56 |
| HSL | 90.3º | 0.82% | 0.24% | - |
| HSV(B) | 90.3º | 0.9% | 0.44% | - |
| XYZ | 7.78 | 12.6 | 2.34 | - |
| YUV | 85.24 | 86.1 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 112 | 11 | 0.46 | 0 | 0.90 | 0.56 | 90.3 | 0.82 | 0.24 |
| Hex | 3D | 70 | B | 2E | 0 | 5A | 38 | 5A | 52 | 18 |
| Octal | 75 | 160 | 13 | 56 | 0 | 132 | 70 | 132 | 122 | 30 |
| Binary | 111101 | 1110000 | 1011 | 101110 | 0 | 1011010 | 111000 | 1011010 | 1010010 | 11000 |
Color Harmonies of #3D700B
Complementary color
Monochromatic Colors of #3D700B
Black with #3D700B
Text Example
Text Example
White with #3D700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D700B; }
p { color: rgb(61,112,11); }
H1.HeaderClassName
{
color: #3D700B;
}
.AnyTagClassName
{
color: #3D700B;
}
</style>
background-color css
<style>
a { background-color: #3D700B; }
a { background-color: rgb(61,112,11); }
div.DivClassName
{
background-color: #3D700B;
}
.BgClassName
{
background-color: #3D700B;
}
</style>
border-color css
<style>
span { border-color: #3D700B; }
span { border-color: rgb(61,112,11); }
td.TdClassName
{
border-color: #3D700B;
}
.TagClassName
{
border-color: #3D700B;
}
</style>