Shades of Bilbao #3D7025
Tints of Bilbao #3D7025
RGB
CMYK
RGB Variations
Color information
#3D7025 (or 0x3D7025) is known color: Bilbao. HEX triplet: 3D, 70 and 25. RGB value is (61,112,37). Sum of RGB (Red+Green+Blue) = 61+112+37=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #3D7025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7025 is #C28FDA. Grayscale: #585858. Windows color (decimal): -12750811 or 2453565. OLE color: 2453565.
HSL color Cylindrical-coordinate representation of color #3D7025: hue angle of 100.8º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D7025 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 112 | 37 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.56 |
| HSL | 100.8º | 0.5% | 0.29% | - |
| HSV(B) | 100.8º | 0.67% | 0.44% | - |
| XYZ | 8.05 | 12.71 | 3.78 | - |
| YUV | 88.2 | 99.1 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 112 | 37 | 0.46 | 0 | 0.67 | 0.56 | 100.8 | 0.5 | 0.29 |
| Hex | 3D | 70 | 25 | 2E | 0 | 43 | 38 | 65 | 32 | 1D |
| Octal | 75 | 160 | 45 | 56 | 0 | 103 | 70 | 145 | 62 | 35 |
| Binary | 111101 | 1110000 | 100101 | 101110 | 0 | 1000011 | 111000 | 1100101 | 110010 | 11101 |
Color Harmonies of #3D7025
Complementary color
Monochromatic Colors of #3D7025
Black with #3D7025
Text Example
Text Example
White with #3D7025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7025; }
p { color: rgb(61,112,37); }
H1.HeaderClassName
{
color: #3D7025;
}
.AnyTagClassName
{
color: #3D7025;
}
</style>
background-color css
<style>
a { background-color: #3D7025; }
a { background-color: rgb(61,112,37); }
div.DivClassName
{
background-color: #3D7025;
}
.BgClassName
{
background-color: #3D7025;
}
</style>
border-color css
<style>
span { border-color: #3D7025; }
span { border-color: rgb(61,112,37); }
td.TdClassName
{
border-color: #3D7025;
}
.TagClassName
{
border-color: #3D7025;
}
</style>