Shades of Bilbao #3A7326
Tints of Bilbao #3A7326
RGB
CMYK
RGB Variations
Color information
#3A7326 (or 0x3A7326) is known color: Bilbao. HEX triplet: 3A, 73 and 26. RGB value is (58,115,38). Sum of RGB (Red+Green+Blue) = 58+115+38=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #3A7326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7326 is #C58CD9. Grayscale: #595959. Windows color (decimal): -12946650 or 2519866. OLE color: 2519866.
HSL color Cylindrical-coordinate representation of color #3A7326: hue angle of 104.42º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A7326 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 115 | 38 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.55 |
| HSL | 104.42º | 0.5% | 0.3% | - |
| HSV(B) | 104.42º | 0.67% | 0.45% | - |
| XYZ | 8.23 | 13.3 | 3.97 | - |
| YUV | 89.18 | 99.12 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 115 | 38 | 0.50 | 0 | 0.67 | 0.55 | 104.42 | 0.5 | 0.3 |
| Hex | 3A | 73 | 26 | 32 | 0 | 43 | 37 | 68 | 32 | 1E |
| Octal | 72 | 163 | 46 | 62 | 0 | 103 | 67 | 150 | 62 | 36 |
| Binary | 111010 | 1110011 | 100110 | 110010 | 0 | 1000011 | 110111 | 1101000 | 110010 | 11110 |
Color Harmonies of #3A7326
Complementary color
Monochromatic Colors of #3A7326
Black with #3A7326
Text Example
Text Example
White with #3A7326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7326; }
p { color: rgb(58,115,38); }
H1.HeaderClassName
{
color: #3A7326;
}
.AnyTagClassName
{
color: #3A7326;
}
</style>
background-color css
<style>
a { background-color: #3A7326; }
a { background-color: rgb(58,115,38); }
div.DivClassName
{
background-color: #3A7326;
}
.BgClassName
{
background-color: #3A7326;
}
</style>
border-color css
<style>
span { border-color: #3A7326; }
span { border-color: rgb(58,115,38); }
td.TdClassName
{
border-color: #3A7326;
}
.TagClassName
{
border-color: #3A7326;
}
</style>