Shades of Bilbao #3A7528
Tints of Bilbao #3A7528
RGB
CMYK
RGB Variations
Color information
#3A7528 (or 0x3A7528) is known color: Bilbao. HEX triplet: 3A, 75 and 28. RGB value is (58,117,40). Sum of RGB (Red+Green+Blue) = 58+117+40=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #3A7528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7528 is #C58AD7. Grayscale: #5A5A5A. Windows color (decimal): -12946136 or 2651450. OLE color: 2651450.
HSL color Cylindrical-coordinate representation of color #3A7528: hue angle of 105.97º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A7528 is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 40 | - |
| CMYK | 0.50 | 0 | 0.66 | 0.54 |
| HSL | 105.97º | 0.49% | 0.31% | - |
| HSV(B) | 105.97º | 0.66% | 0.46% | - |
| XYZ | 8.49 | 13.78 | 4.22 | - |
| YUV | 90.58 | 99.45 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 40 | 0.50 | 0 | 0.66 | 0.54 | 105.97 | 0.49 | 0.31 |
| Hex | 3A | 75 | 28 | 32 | 0 | 42 | 36 | 6A | 31 | 1F |
| Octal | 72 | 165 | 50 | 62 | 0 | 102 | 66 | 152 | 61 | 37 |
| Binary | 111010 | 1110101 | 101000 | 110010 | 0 | 1000010 | 110110 | 1101010 | 110001 | 11111 |
Color Harmonies of #3A7528
Complementary color
Monochromatic Colors of #3A7528
Black with #3A7528
Text Example
Text Example
White with #3A7528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7528; }
p { color: rgb(58,117,40); }
H1.HeaderClassName
{
color: #3A7528;
}
.AnyTagClassName
{
color: #3A7528;
}
</style>
background-color css
<style>
a { background-color: #3A7528; }
a { background-color: rgb(58,117,40); }
div.DivClassName
{
background-color: #3A7528;
}
.BgClassName
{
background-color: #3A7528;
}
</style>
border-color css
<style>
span { border-color: #3A7528; }
span { border-color: rgb(58,117,40); }
td.TdClassName
{
border-color: #3A7528;
}
.TagClassName
{
border-color: #3A7528;
}
</style>