Shades of Bilbao #3D7028
Tints of Bilbao #3D7028
RGB
CMYK
RGB Variations
Color information
#3D7028 (or 0x3D7028) is known color: Bilbao. HEX triplet: 3D, 70 and 28. RGB value is (61,112,40). Sum of RGB (Red+Green+Blue) = 61+112+40=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #3D7028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7028 is #C28FD7. Grayscale: #585858. Windows color (decimal): -12750808 or 2650173. OLE color: 2650173.
HSL color Cylindrical-coordinate representation of color #3D7028: hue angle of 102.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D7028 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 112 | 40 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.56 |
| HSL | 102.5º | 0.47% | 0.3% | - |
| HSV(B) | 102.5º | 0.64% | 0.44% | - |
| XYZ | 8.1 | 12.73 | 4.04 | - |
| YUV | 88.54 | 100.6 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 112 | 40 | 0.46 | 0 | 0.64 | 0.56 | 102.5 | 0.47 | 0.3 |
| Hex | 3D | 70 | 28 | 2E | 0 | 40 | 38 | 66 | 2F | 1E |
| Octal | 75 | 160 | 50 | 56 | 0 | 100 | 70 | 146 | 57 | 36 |
| Binary | 111101 | 1110000 | 101000 | 101110 | 0 | 1000000 | 111000 | 1100110 | 101111 | 11110 |
Color Harmonies of #3D7028
Complementary color
Monochromatic Colors of #3D7028
Black with #3D7028
Text Example
Text Example
White with #3D7028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7028; }
p { color: rgb(61,112,40); }
H1.HeaderClassName
{
color: #3D7028;
}
.AnyTagClassName
{
color: #3D7028;
}
</style>
background-color css
<style>
a { background-color: #3D7028; }
a { background-color: rgb(61,112,40); }
div.DivClassName
{
background-color: #3D7028;
}
.BgClassName
{
background-color: #3D7028;
}
</style>
border-color css
<style>
span { border-color: #3D7028; }
span { border-color: rgb(61,112,40); }
td.TdClassName
{
border-color: #3D7028;
}
.TagClassName
{
border-color: #3D7028;
}
</style>