Shades of Bilbao #3D8806
Tints of Bilbao #3D8806
RGB
CMYK
RGB Variations
Color information
#3D8806 (or 0x3D8806) is known color: Bilbao. HEX triplet: 3D, 88 and 06. RGB value is (61,136,6). Sum of RGB (Red+Green+Blue) = 61+136+6=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 136 (53.52% from 255 or 67.00% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 136 - color contains mainly: green. Hex color #3D8806 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D8806 is #C277F9. Grayscale: #636363. Windows color (decimal): -12744698 or 428093. OLE color: 428093.
HSL color Cylindrical-coordinate representation of color #3D8806: hue angle of 94.62º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D8806 is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 136 | 6 | - |
| CMYK | 0.55 | 0 | 0.96 | 0.47 |
| HSL | 94.62º | 0.92% | 0.28% | - |
| HSV(B) | 94.62º | 0.96% | 0.53% | - |
| XYZ | 10.76 | 18.61 | 3.2 | - |
| YUV | 98.76 | 75.65 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 136 | 6 | 0.55 | 0 | 0.96 | 0.47 | 94.62 | 0.92 | 0.28 |
| Hex | 3D | 88 | 6 | 37 | 0 | 60 | 2F | 5F | 5C | 1C |
| Octal | 75 | 210 | 6 | 67 | 0 | 140 | 57 | 137 | 134 | 34 |
| Binary | 111101 | 10001000 | 110 | 110111 | 0 | 1100000 | 101111 | 1011111 | 1011100 | 11100 |
Color Harmonies of #3D8806
Complementary color
Monochromatic Colors of #3D8806
Black with #3D8806
Text Example
Text Example
White with #3D8806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8806; }
p { color: rgb(61,136,6); }
H1.HeaderClassName
{
color: #3D8806;
}
.AnyTagClassName
{
color: #3D8806;
}
</style>
background-color css
<style>
a { background-color: #3D8806; }
a { background-color: rgb(61,136,6); }
div.DivClassName
{
background-color: #3D8806;
}
.BgClassName
{
background-color: #3D8806;
}
</style>
border-color css
<style>
span { border-color: #3D8806; }
span { border-color: rgb(61,136,6); }
td.TdClassName
{
border-color: #3D8806;
}
.TagClassName
{
border-color: #3D8806;
}
</style>