Shades of Bilbao #3D7509
Tints of Bilbao #3D7509
RGB
CMYK
RGB Variations
Color information
#3D7509 (or 0x3D7509) is known color: Bilbao. HEX triplet: 3D, 75 and 09. RGB value is (61,117,9). Sum of RGB (Red+Green+Blue) = 61+117+9=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 117 (46.09% from 255 or 62.57% from 187); Blue value is 9 (3.91% from 255 or 4.81% from 187); Max value from RGB is 117 - color contains mainly: green. Hex color #3D7509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D7509 is #C28AF6. Grayscale: #585858. Windows color (decimal): -12749559 or 619837. OLE color: 619837.
HSL color Cylindrical-coordinate representation of color #3D7509: hue angle of 91.11º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D7509 is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 117 | 9 | - |
| CMYK | 0.48 | 0 | 0.92 | 0.54 |
| HSL | 91.11º | 0.86% | 0.25% | - |
| HSV(B) | 91.11º | 0.92% | 0.46% | - |
| XYZ | 8.34 | 13.73 | 2.47 | - |
| YUV | 87.94 | 83.45 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 117 | 9 | 0.48 | 0 | 0.92 | 0.54 | 91.11 | 0.86 | 0.25 |
| Hex | 3D | 75 | 9 | 30 | 0 | 5C | 36 | 5B | 56 | 19 |
| Octal | 75 | 165 | 11 | 60 | 0 | 134 | 66 | 133 | 126 | 31 |
| Binary | 111101 | 1110101 | 1001 | 110000 | 0 | 1011100 | 110110 | 1011011 | 1010110 | 11001 |
Color Harmonies of #3D7509
Complementary color
Monochromatic Colors of #3D7509
Black with #3D7509
Text Example
Text Example
White with #3D7509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7509; }
p { color: rgb(61,117,9); }
H1.HeaderClassName
{
color: #3D7509;
}
.AnyTagClassName
{
color: #3D7509;
}
</style>
background-color css
<style>
a { background-color: #3D7509; }
a { background-color: rgb(61,117,9); }
div.DivClassName
{
background-color: #3D7509;
}
.BgClassName
{
background-color: #3D7509;
}
</style>
border-color css
<style>
span { border-color: #3D7509; }
span { border-color: rgb(61,117,9); }
td.TdClassName
{
border-color: #3D7509;
}
.TagClassName
{
border-color: #3D7509;
}
</style>