Shades of Bilbao #3D730B
Tints of Bilbao #3D730B
RGB
CMYK
RGB Variations
Color information
#3D730B (or 0x3D730B) is known color: Bilbao. HEX triplet: 3D, 73 and 0B. RGB value is (61,115,11). Sum of RGB (Red+Green+Blue) = 61+115+11=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #3D730B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D730B is #C28CF4. Grayscale: #575757. Windows color (decimal): -12750069 or 750397. OLE color: 750397.
HSL color Cylindrical-coordinate representation of color #3D730B: hue angle of 91.15º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D730B is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 115 | 11 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.55 |
| HSL | 91.15º | 0.83% | 0.25% | - |
| HSV(B) | 91.15º | 0.9% | 0.45% | - |
| XYZ | 8.12 | 13.28 | 2.45 | - |
| YUV | 87 | 85.11 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 115 | 11 | 0.47 | 0 | 0.90 | 0.55 | 91.15 | 0.83 | 0.25 |
| Hex | 3D | 73 | B | 2F | 0 | 5A | 37 | 5B | 53 | 19 |
| Octal | 75 | 163 | 13 | 57 | 0 | 132 | 67 | 133 | 123 | 31 |
| Binary | 111101 | 1110011 | 1011 | 101111 | 0 | 1011010 | 110111 | 1011011 | 1010011 | 11001 |
Color Harmonies of #3D730B
Complementary color
Monochromatic Colors of #3D730B
Black with #3D730B
Text Example
Text Example
White with #3D730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D730B; }
p { color: rgb(61,115,11); }
H1.HeaderClassName
{
color: #3D730B;
}
.AnyTagClassName
{
color: #3D730B;
}
</style>
background-color css
<style>
a { background-color: #3D730B; }
a { background-color: rgb(61,115,11); }
div.DivClassName
{
background-color: #3D730B;
}
.BgClassName
{
background-color: #3D730B;
}
</style>
border-color css
<style>
span { border-color: #3D730B; }
span { border-color: rgb(61,115,11); }
td.TdClassName
{
border-color: #3D730B;
}
.TagClassName
{
border-color: #3D730B;
}
</style>