Shades of Bilbao #3B871A
Tints of Bilbao #3B871A
RGB
CMYK
RGB Variations
Color information
#3B871A (or 0x3B871A) is known color: Bilbao. HEX triplet: 3B, 87 and 1A. RGB value is (59,135,26). Sum of RGB (Red+Green+Blue) = 59+135+26=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 135 (53.12% from 255 or 61.36% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 135 - color contains mainly: green. Hex color #3B871A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B871A is #C478E5. Grayscale: #646464. Windows color (decimal): -12876006 or 1738555. OLE color: 1738555.
HSL color Cylindrical-coordinate representation of color #3B871A: hue angle of 101.83º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B871A is Cyan = 0.56, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 135 | 26 | - |
| CMYK | 0.56 | 0 | 0.81 | 0.47 |
| HSL | 101.83º | 0.68% | 0.32% | - |
| HSV(B) | 101.83º | 0.81% | 0.53% | - |
| XYZ | 10.65 | 18.33 | 3.95 | - |
| YUV | 99.85 | 86.32 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 135 | 26 | 0.56 | 0 | 0.81 | 0.47 | 101.83 | 0.68 | 0.32 |
| Hex | 3B | 87 | 1A | 38 | 0 | 51 | 2F | 66 | 44 | 20 |
| Octal | 73 | 207 | 32 | 70 | 0 | 121 | 57 | 146 | 104 | 40 |
| Binary | 111011 | 10000111 | 11010 | 111000 | 0 | 1010001 | 101111 | 1100110 | 1000100 | 100000 |
Color Harmonies of #3B871A
Complementary color
Monochromatic Colors of #3B871A
Black with #3B871A
Text Example
Text Example
White with #3B871A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B871A; }
p { color: rgb(59,135,26); }
H1.HeaderClassName
{
color: #3B871A;
}
.AnyTagClassName
{
color: #3B871A;
}
</style>
background-color css
<style>
a { background-color: #3B871A; }
a { background-color: rgb(59,135,26); }
div.DivClassName
{
background-color: #3B871A;
}
.BgClassName
{
background-color: #3B871A;
}
</style>
border-color css
<style>
span { border-color: #3B871A; }
span { border-color: rgb(59,135,26); }
td.TdClassName
{
border-color: #3B871A;
}
.TagClassName
{
border-color: #3B871A;
}
</style>