Shades of Bilbao #3A8129
Tints of Bilbao #3A8129
RGB
CMYK
RGB Variations
Color information
#3A8129 (or 0x3A8129) is known color: Bilbao. HEX triplet: 3A, 81 and 29. RGB value is (58,129,41). Sum of RGB (Red+Green+Blue) = 58+129+41=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 129 (50.78% from 255 or 56.58% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 129 - color contains mainly: green. Hex color #3A8129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8129 is #C57ED6. Grayscale: #626262. Windows color (decimal): -12943063 or 2720058. OLE color: 2720058.
HSL color Cylindrical-coordinate representation of color #3A8129: hue angle of 108.41º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A8129 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 129 | 41 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.49 |
| HSL | 108.41º | 0.52% | 0.33% | - |
| HSV(B) | 108.41º | 0.68% | 0.51% | - |
| XYZ | 10 | 16.76 | 4.81 | - |
| YUV | 97.74 | 95.98 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 129 | 41 | 0.55 | 0 | 0.68 | 0.49 | 108.41 | 0.52 | 0.33 |
| Hex | 3A | 81 | 29 | 37 | 0 | 44 | 31 | 6C | 34 | 21 |
| Octal | 72 | 201 | 51 | 67 | 0 | 104 | 61 | 154 | 64 | 41 |
| Binary | 111010 | 10000001 | 101001 | 110111 | 0 | 1000100 | 110001 | 1101100 | 110100 | 100001 |
Color Harmonies of #3A8129
Complementary color
Monochromatic Colors of #3A8129
Black with #3A8129
Text Example
Text Example
White with #3A8129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8129; }
p { color: rgb(58,129,41); }
H1.HeaderClassName
{
color: #3A8129;
}
.AnyTagClassName
{
color: #3A8129;
}
</style>
background-color css
<style>
a { background-color: #3A8129; }
a { background-color: rgb(58,129,41); }
div.DivClassName
{
background-color: #3A8129;
}
.BgClassName
{
background-color: #3A8129;
}
</style>
border-color css
<style>
span { border-color: #3A8129; }
span { border-color: rgb(58,129,41); }
td.TdClassName
{
border-color: #3A8129;
}
.TagClassName
{
border-color: #3A8129;
}
</style>