Shades of Bilbao #3D7201
Tints of Bilbao #3D7201
RGB
CMYK
RGB Variations
Color information
#3D7201 (or 0x3D7201) is known color: Bilbao. HEX triplet: 3D, 72 and 01. RGB value is (61,114,1). Sum of RGB (Red+Green+Blue) = 61+114+1=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 114 (44.92% from 255 or 64.77% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 114 - color contains mainly: green. Hex color #3D7201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D7201 is #C28DFE. Grayscale: #555555. Windows color (decimal): -12750335 or 94781. OLE color: 94781.
HSL color Cylindrical-coordinate representation of color #3D7201: hue angle of 88.14º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D7201 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 114 | 1 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.55 |
| HSL | 88.14º | 0.98% | 0.23% | - |
| HSV(B) | 88.14º | 0.99% | 0.45% | - |
| XYZ | 7.95 | 13.03 | 2.12 | - |
| YUV | 85.27 | 80.44 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 114 | 1 | 0.46 | 0 | 0.99 | 0.55 | 88.14 | 0.98 | 0.23 |
| Hex | 3D | 72 | 1 | 2E | 0 | 63 | 37 | 58 | 62 | 17 |
| Octal | 75 | 162 | 1 | 56 | 0 | 143 | 67 | 130 | 142 | 27 |
| Binary | 111101 | 1110010 | 1 | 101110 | 0 | 1100011 | 110111 | 1011000 | 1100010 | 10111 |
Color Harmonies of #3D7201
Complementary color
Monochromatic Colors of #3D7201
Black with #3D7201
Text Example
Text Example
White with #3D7201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7201; }
p { color: rgb(61,114,1); }
H1.HeaderClassName
{
color: #3D7201;
}
.AnyTagClassName
{
color: #3D7201;
}
</style>
background-color css
<style>
a { background-color: #3D7201; }
a { background-color: rgb(61,114,1); }
div.DivClassName
{
background-color: #3D7201;
}
.BgClassName
{
background-color: #3D7201;
}
</style>
border-color css
<style>
span { border-color: #3D7201; }
span { border-color: rgb(61,114,1); }
td.TdClassName
{
border-color: #3D7201;
}
.TagClassName
{
border-color: #3D7201;
}
</style>