Shades of Bilbao #3A8526
Tints of Bilbao #3A8526
RGB
CMYK
RGB Variations
Color information
#3A8526 (or 0x3A8526) is known color: Bilbao. HEX triplet: 3A, 85 and 26. RGB value is (58,133,38). Sum of RGB (Red+Green+Blue) = 58+133+38=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #3A8526 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8526 is #C57AD9. Grayscale: #646464. Windows color (decimal): -12942042 or 2524474. OLE color: 2524474.
HSL color Cylindrical-coordinate representation of color #3A8526: hue angle of 107.37º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A8526 is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 133 | 38 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.48 |
| HSL | 107.37º | 0.56% | 0.34% | - |
| HSV(B) | 107.37º | 0.71% | 0.52% | - |
| XYZ | 10.48 | 17.81 | 4.72 | - |
| YUV | 99.75 | 93.15 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 133 | 38 | 0.56 | 0 | 0.71 | 0.48 | 107.37 | 0.56 | 0.34 |
| Hex | 3A | 85 | 26 | 38 | 0 | 47 | 30 | 6B | 38 | 22 |
| Octal | 72 | 205 | 46 | 70 | 0 | 107 | 60 | 153 | 70 | 42 |
| Binary | 111010 | 10000101 | 100110 | 111000 | 0 | 1000111 | 110000 | 1101011 | 111000 | 100010 |
Color Harmonies of #3A8526
Complementary color
Monochromatic Colors of #3A8526
Black with #3A8526
Text Example
Text Example
White with #3A8526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8526; }
p { color: rgb(58,133,38); }
H1.HeaderClassName
{
color: #3A8526;
}
.AnyTagClassName
{
color: #3A8526;
}
</style>
background-color css
<style>
a { background-color: #3A8526; }
a { background-color: rgb(58,133,38); }
div.DivClassName
{
background-color: #3A8526;
}
.BgClassName
{
background-color: #3A8526;
}
</style>
border-color css
<style>
span { border-color: #3A8526; }
span { border-color: rgb(58,133,38); }
td.TdClassName
{
border-color: #3A8526;
}
.TagClassName
{
border-color: #3A8526;
}
</style>