Shades of Bilbao #3A782B
Tints of Bilbao #3A782B
RGB
CMYK
RGB Variations
Color information
#3A782B (or 0x3A782B) is known color: Bilbao. HEX triplet: 3A, 78 and 2B. RGB value is (58,120,43). Sum of RGB (Red+Green+Blue) = 58+120+43=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 120 (47.27% from 255 or 54.30% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 120 - color contains mainly: green. Hex color #3A782B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A782B is #C587D4. Grayscale: #5C5C5C. Windows color (decimal): -12945365 or 2848826. OLE color: 2848826.
HSL color Cylindrical-coordinate representation of color #3A782B: hue angle of 108.31º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A782B is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 120 | 43 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.53 |
| HSL | 108.31º | 0.47% | 0.32% | - |
| HSV(B) | 108.31º | 0.64% | 0.47% | - |
| XYZ | 8.9 | 14.51 | 4.62 | - |
| YUV | 92.68 | 99.96 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 120 | 43 | 0.52 | 0 | 0.64 | 0.53 | 108.31 | 0.47 | 0.32 |
| Hex | 3A | 78 | 2B | 34 | 0 | 40 | 35 | 6C | 2F | 20 |
| Octal | 72 | 170 | 53 | 64 | 0 | 100 | 65 | 154 | 57 | 40 |
| Binary | 111010 | 1111000 | 101011 | 110100 | 0 | 1000000 | 110101 | 1101100 | 101111 | 100000 |
Color Harmonies of #3A782B
Complementary color
Monochromatic Colors of #3A782B
Black with #3A782B
Text Example
Text Example
White with #3A782B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A782B; }
p { color: rgb(58,120,43); }
H1.HeaderClassName
{
color: #3A782B;
}
.AnyTagClassName
{
color: #3A782B;
}
</style>
background-color css
<style>
a { background-color: #3A782B; }
a { background-color: rgb(58,120,43); }
div.DivClassName
{
background-color: #3A782B;
}
.BgClassName
{
background-color: #3A782B;
}
</style>
border-color css
<style>
span { border-color: #3A782B; }
span { border-color: rgb(58,120,43); }
td.TdClassName
{
border-color: #3A782B;
}
.TagClassName
{
border-color: #3A782B;
}
</style>