Shades of Bilbao #3A8532
Tints of Bilbao #3A8532
RGB
CMYK
RGB Variations
Color information
#3A8532 (or 0x3A8532) is known color: Bilbao. HEX triplet: 3A, 85 and 32. RGB value is (58,133,50). Sum of RGB (Red+Green+Blue) = 58+133+50=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #3A8532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8532 is #C57ACD. Grayscale: #656565. Windows color (decimal): -12942030 or 3310906. OLE color: 3310906.
HSL color Cylindrical-coordinate representation of color #3A8532: hue angle of 114.22º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A8532 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 133 | 50 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.48 |
| HSL | 114.22º | 0.45% | 0.36% | - |
| HSV(B) | 114.22º | 0.62% | 0.52% | - |
| XYZ | 10.71 | 17.9 | 5.91 | - |
| YUV | 101.11 | 99.15 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 133 | 50 | 0.56 | 0 | 0.62 | 0.48 | 114.22 | 0.45 | 0.36 |
| Hex | 3A | 85 | 32 | 38 | 0 | 3E | 30 | 72 | 2D | 24 |
| Octal | 72 | 205 | 62 | 70 | 0 | 76 | 60 | 162 | 55 | 44 |
| Binary | 111010 | 10000101 | 110010 | 111000 | 0 | 111110 | 110000 | 1110010 | 101101 | 100100 |
Color Harmonies of #3A8532
Complementary color
Monochromatic Colors of #3A8532
Black with #3A8532
Text Example
Text Example
White with #3A8532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8532; }
p { color: rgb(58,133,50); }
H1.HeaderClassName
{
color: #3A8532;
}
.AnyTagClassName
{
color: #3A8532;
}
</style>
background-color css
<style>
a { background-color: #3A8532; }
a { background-color: rgb(58,133,50); }
div.DivClassName
{
background-color: #3A8532;
}
.BgClassName
{
background-color: #3A8532;
}
</style>
border-color css
<style>
span { border-color: #3A8532; }
span { border-color: rgb(58,133,50); }
td.TdClassName
{
border-color: #3A8532;
}
.TagClassName
{
border-color: #3A8532;
}
</style>