Shades of Bilbao #3B800D
Tints of Bilbao #3B800D
RGB
CMYK
RGB Variations
Color information
#3B800D (or 0x3B800D) is known color: Bilbao. HEX triplet: 3B, 80 and 0D. RGB value is (59,128,13). Sum of RGB (Red+Green+Blue) = 59+128+13=200 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.5% from 200); Green value is 128 (50.39% from 255 or 64% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 128 - color contains mainly: green. Hex color #3B800D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B800D is #C47FF2. Grayscale: #5E5E5E. Windows color (decimal): -12877811 or 884795. OLE color: 884795.
HSL color Cylindrical-coordinate representation of color #3B800D: hue angle of 96º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B800D is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 128 | 13 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.50 |
| HSL | 96º | 0.82% | 0.28% | - |
| HSV(B) | 96º | 0.9% | 0.5% | - |
| XYZ | 9.6 | 16.4 | 3.04 | - |
| YUV | 94.26 | 82.14 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 128 | 13 | 0.54 | 0 | 0.90 | 0.50 | 96 | 0.82 | 0.28 |
| Hex | 3B | 80 | D | 36 | 0 | 5A | 32 | 60 | 52 | 1C |
| Octal | 73 | 200 | 15 | 66 | 0 | 132 | 62 | 140 | 122 | 34 |
| Binary | 111011 | 10000000 | 1101 | 110110 | 0 | 1011010 | 110010 | 1100000 | 1010010 | 11100 |
Color Harmonies of #3B800D
Complementary color
Monochromatic Colors of #3B800D
Black with #3B800D
Text Example
Text Example
White with #3B800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B800D; }
p { color: rgb(59,128,13); }
H1.HeaderClassName
{
color: #3B800D;
}
.AnyTagClassName
{
color: #3B800D;
}
</style>
background-color css
<style>
a { background-color: #3B800D; }
a { background-color: rgb(59,128,13); }
div.DivClassName
{
background-color: #3B800D;
}
.BgClassName
{
background-color: #3B800D;
}
</style>
border-color css
<style>
span { border-color: #3B800D; }
span { border-color: rgb(59,128,13); }
td.TdClassName
{
border-color: #3B800D;
}
.TagClassName
{
border-color: #3B800D;
}
</style>