Shades of Bilbao #3A840B
Tints of Bilbao #3A840B
RGB
CMYK
RGB Variations
Color information
#3A840B (or 0x3A840B) is known color: Bilbao. HEX triplet: 3A, 84 and 0B. RGB value is (58,132,11). Sum of RGB (Red+Green+Blue) = 58+132+11=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 132 (51.95% from 255 or 65.67% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 132 - color contains mainly: green. Hex color #3A840B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A840B is #C57BF4. Grayscale: #606060. Windows color (decimal): -12942325 or 754746. OLE color: 754746.
HSL color Cylindrical-coordinate representation of color #3A840B: hue angle of 96.69º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A840B is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 132 | 11 | - |
| CMYK | 0.56 | 0 | 0.92 | 0.48 |
| HSL | 96.69º | 0.85% | 0.28% | - |
| HSV(B) | 96.69º | 0.92% | 0.52% | - |
| XYZ | 10.06 | 17.43 | 3.15 | - |
| YUV | 96.08 | 79.98 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 132 | 11 | 0.56 | 0 | 0.92 | 0.48 | 96.69 | 0.85 | 0.28 |
| Hex | 3A | 84 | B | 38 | 0 | 5C | 30 | 61 | 55 | 1C |
| Octal | 72 | 204 | 13 | 70 | 0 | 134 | 60 | 141 | 125 | 34 |
| Binary | 111010 | 10000100 | 1011 | 111000 | 0 | 1011100 | 110000 | 1100001 | 1010101 | 11100 |
Color Harmonies of #3A840B
Complementary color
Monochromatic Colors of #3A840B
Black with #3A840B
Text Example
Text Example
White with #3A840B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A840B; }
p { color: rgb(58,132,11); }
H1.HeaderClassName
{
color: #3A840B;
}
.AnyTagClassName
{
color: #3A840B;
}
</style>
background-color css
<style>
a { background-color: #3A840B; }
a { background-color: rgb(58,132,11); }
div.DivClassName
{
background-color: #3A840B;
}
.BgClassName
{
background-color: #3A840B;
}
</style>
border-color css
<style>
span { border-color: #3A840B; }
span { border-color: rgb(58,132,11); }
td.TdClassName
{
border-color: #3A840B;
}
.TagClassName
{
border-color: #3A840B;
}
</style>