Shades of Bilbao #3A8332
Tints of Bilbao #3A8332
RGB
CMYK
RGB Variations
Color information
#3A8332 (or 0x3A8332) is known color: Bilbao. HEX triplet: 3A, 83 and 32. RGB value is (58,131,50). Sum of RGB (Red+Green+Blue) = 58+131+50=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 131 (51.56% from 255 or 54.81% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 131 - color contains mainly: green. Hex color #3A8332 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8332 is #C57CCD. Grayscale: #646464. Windows color (decimal): -12942542 or 3310394. OLE color: 3310394.
HSL color Cylindrical-coordinate representation of color #3A8332: hue angle of 114.07º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A8332 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 131 | 50 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.49 |
| HSL | 114.07º | 0.45% | 0.35% | - |
| HSV(B) | 114.07º | 0.62% | 0.51% | - |
| XYZ | 10.44 | 17.36 | 5.82 | - |
| YUV | 99.94 | 99.82 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 131 | 50 | 0.56 | 0 | 0.62 | 0.49 | 114.07 | 0.45 | 0.35 |
| Hex | 3A | 83 | 32 | 38 | 0 | 3E | 31 | 72 | 2D | 23 |
| Octal | 72 | 203 | 62 | 70 | 0 | 76 | 61 | 162 | 55 | 43 |
| Binary | 111010 | 10000011 | 110010 | 111000 | 0 | 111110 | 110001 | 1110010 | 101101 | 100011 |
Color Harmonies of #3A8332
Complementary color
Monochromatic Colors of #3A8332
Black with #3A8332
Text Example
Text Example
White with #3A8332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8332; }
p { color: rgb(58,131,50); }
H1.HeaderClassName
{
color: #3A8332;
}
.AnyTagClassName
{
color: #3A8332;
}
</style>
background-color css
<style>
a { background-color: #3A8332; }
a { background-color: rgb(58,131,50); }
div.DivClassName
{
background-color: #3A8332;
}
.BgClassName
{
background-color: #3A8332;
}
</style>
border-color css
<style>
span { border-color: #3A8332; }
span { border-color: rgb(58,131,50); }
td.TdClassName
{
border-color: #3A8332;
}
.TagClassName
{
border-color: #3A8332;
}
</style>