Shades of Bilbao #3D7321
Tints of Bilbao #3D7321
RGB
CMYK
RGB Variations
Color information
#3D7321 (or 0x3D7321) is known color: Bilbao. HEX triplet: 3D, 73 and 21. RGB value is (61,115,33). Sum of RGB (Red+Green+Blue) = 61+115+33=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #3D7321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7321 is #C28CDE. Grayscale: #595959. Windows color (decimal): -12750047 or 2192189. OLE color: 2192189.
HSL color Cylindrical-coordinate representation of color #3D7321: hue angle of 99.51º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D7321 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 115 | 33 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.55 |
| HSL | 99.51º | 0.55% | 0.29% | - |
| HSV(B) | 99.51º | 0.71% | 0.45% | - |
| XYZ | 8.33 | 13.36 | 3.58 | - |
| YUV | 89.51 | 96.11 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 115 | 33 | 0.47 | 0 | 0.71 | 0.55 | 99.51 | 0.55 | 0.29 |
| Hex | 3D | 73 | 21 | 2F | 0 | 47 | 37 | 64 | 37 | 1D |
| Octal | 75 | 163 | 41 | 57 | 0 | 107 | 67 | 144 | 67 | 35 |
| Binary | 111101 | 1110011 | 100001 | 101111 | 0 | 1000111 | 110111 | 1100100 | 110111 | 11101 |
Color Harmonies of #3D7321
Complementary color
Monochromatic Colors of #3D7321
Black with #3D7321
Text Example
Text Example
White with #3D7321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7321; }
p { color: rgb(61,115,33); }
H1.HeaderClassName
{
color: #3D7321;
}
.AnyTagClassName
{
color: #3D7321;
}
</style>
background-color css
<style>
a { background-color: #3D7321; }
a { background-color: rgb(61,115,33); }
div.DivClassName
{
background-color: #3D7321;
}
.BgClassName
{
background-color: #3D7321;
}
</style>
border-color css
<style>
span { border-color: #3D7321; }
span { border-color: rgb(61,115,33); }
td.TdClassName
{
border-color: #3D7321;
}
.TagClassName
{
border-color: #3D7321;
}
</style>