Shades of Bilbao #3A811D
Tints of Bilbao #3A811D
RGB
CMYK
RGB Variations
Color information
#3A811D (or 0x3A811D) is known color: Bilbao. HEX triplet: 3A, 81 and 1D. RGB value is (58,129,29). Sum of RGB (Red+Green+Blue) = 58+129+29=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 129 (50.78% from 255 or 59.72% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 129 - color contains mainly: green. Hex color #3A811D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A811D is #C57EE2. Grayscale: #606060. Windows color (decimal): -12943075 or 1933626. OLE color: 1933626.
HSL color Cylindrical-coordinate representation of color #3A811D: hue angle of 102.6º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A811D is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 129 | 29 | - |
| CMYK | 0.55 | 0 | 0.78 | 0.49 |
| HSL | 102.6º | 0.63% | 0.31% | - |
| HSV(B) | 102.6º | 0.78% | 0.51% | - |
| XYZ | 9.82 | 16.69 | 3.87 | - |
| YUV | 96.37 | 89.98 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 129 | 29 | 0.55 | 0 | 0.78 | 0.49 | 102.6 | 0.63 | 0.31 |
| Hex | 3A | 81 | 1D | 37 | 0 | 4E | 31 | 67 | 3F | 1F |
| Octal | 72 | 201 | 35 | 67 | 0 | 116 | 61 | 147 | 77 | 37 |
| Binary | 111010 | 10000001 | 11101 | 110111 | 0 | 1001110 | 110001 | 1100111 | 111111 | 11111 |
Color Harmonies of #3A811D
Complementary color
Monochromatic Colors of #3A811D
Black with #3A811D
Text Example
Text Example
White with #3A811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A811D; }
p { color: rgb(58,129,29); }
H1.HeaderClassName
{
color: #3A811D;
}
.AnyTagClassName
{
color: #3A811D;
}
</style>
background-color css
<style>
a { background-color: #3A811D; }
a { background-color: rgb(58,129,29); }
div.DivClassName
{
background-color: #3A811D;
}
.BgClassName
{
background-color: #3A811D;
}
</style>
border-color css
<style>
span { border-color: #3A811D; }
span { border-color: rgb(58,129,29); }
td.TdClassName
{
border-color: #3A811D;
}
.TagClassName
{
border-color: #3A811D;
}
</style>