Shades of Bilbao #3D8409
Tints of Bilbao #3D8409
RGB
CMYK
RGB Variations
Color information
#3D8409 (or 0x3D8409) is known color: Bilbao. HEX triplet: 3D, 84 and 09. RGB value is (61,132,9). Sum of RGB (Red+Green+Blue) = 61+132+9=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 132 (51.95% from 255 or 65.35% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 132 - color contains mainly: green. Hex color #3D8409 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D8409 is #C27BF6. Grayscale: #616161. Windows color (decimal): -12745719 or 623677. OLE color: 623677.
HSL color Cylindrical-coordinate representation of color #3D8409: hue angle of 94.63º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D8409 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 132 | 9 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.48 |
| HSL | 94.63º | 0.87% | 0.28% | - |
| HSV(B) | 94.63º | 0.93% | 0.52% | - |
| XYZ | 10.23 | 17.51 | 3.1 | - |
| YUV | 96.75 | 78.48 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 132 | 9 | 0.54 | 0 | 0.93 | 0.48 | 94.63 | 0.87 | 0.28 |
| Hex | 3D | 84 | 9 | 36 | 0 | 5D | 30 | 5F | 57 | 1C |
| Octal | 75 | 204 | 11 | 66 | 0 | 135 | 60 | 137 | 127 | 34 |
| Binary | 111101 | 10000100 | 1001 | 110110 | 0 | 1011101 | 110000 | 1011111 | 1010111 | 11100 |
Color Harmonies of #3D8409
Complementary color
Monochromatic Colors of #3D8409
Black with #3D8409
Text Example
Text Example
White with #3D8409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8409; }
p { color: rgb(61,132,9); }
H1.HeaderClassName
{
color: #3D8409;
}
.AnyTagClassName
{
color: #3D8409;
}
</style>
background-color css
<style>
a { background-color: #3D8409; }
a { background-color: rgb(61,132,9); }
div.DivClassName
{
background-color: #3D8409;
}
.BgClassName
{
background-color: #3D8409;
}
</style>
border-color css
<style>
span { border-color: #3D8409; }
span { border-color: rgb(61,132,9); }
td.TdClassName
{
border-color: #3D8409;
}
.TagClassName
{
border-color: #3D8409;
}
</style>