Shades of Bilbao #3A8528
Tints of Bilbao #3A8528
RGB
CMYK
RGB Variations
Color information
#3A8528 (or 0x3A8528) is known color: Bilbao. HEX triplet: 3A, 85 and 28. RGB value is (58,133,40). Sum of RGB (Red+Green+Blue) = 58+133+40=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #3A8528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8528 is #C57AD7. Grayscale: #646464. Windows color (decimal): -12942040 or 2655546. OLE color: 2655546.
HSL color Cylindrical-coordinate representation of color #3A8528: hue angle of 108.39º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A8528 is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 133 | 40 | - |
| CMYK | 0.56 | 0 | 0.70 | 0.48 |
| HSL | 108.39º | 0.54% | 0.34% | - |
| HSV(B) | 108.39º | 0.7% | 0.52% | - |
| XYZ | 10.52 | 17.83 | 4.89 | - |
| YUV | 99.97 | 94.15 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 133 | 40 | 0.56 | 0 | 0.70 | 0.48 | 108.39 | 0.54 | 0.34 |
| Hex | 3A | 85 | 28 | 38 | 0 | 46 | 30 | 6C | 36 | 22 |
| Octal | 72 | 205 | 50 | 70 | 0 | 106 | 60 | 154 | 66 | 42 |
| Binary | 111010 | 10000101 | 101000 | 111000 | 0 | 1000110 | 110000 | 1101100 | 110110 | 100010 |
Color Harmonies of #3A8528
Complementary color
Monochromatic Colors of #3A8528
Black with #3A8528
Text Example
Text Example
White with #3A8528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8528; }
p { color: rgb(58,133,40); }
H1.HeaderClassName
{
color: #3A8528;
}
.AnyTagClassName
{
color: #3A8528;
}
</style>
background-color css
<style>
a { background-color: #3A8528; }
a { background-color: rgb(58,133,40); }
div.DivClassName
{
background-color: #3A8528;
}
.BgClassName
{
background-color: #3A8528;
}
</style>
border-color css
<style>
span { border-color: #3A8528; }
span { border-color: rgb(58,133,40); }
td.TdClassName
{
border-color: #3A8528;
}
.TagClassName
{
border-color: #3A8528;
}
</style>