Shades of Bilbao #3A871E
Tints of Bilbao #3A871E
RGB
CMYK
RGB Variations
Color information
#3A871E (or 0x3A871E) is known color: Bilbao. HEX triplet: 3A, 87 and 1E. RGB value is (58,135,30). Sum of RGB (Red+Green+Blue) = 58+135+30=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 135 (53.12% from 255 or 60.54% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 135 - color contains mainly: green. Hex color #3A871E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A871E is #C578E1. Grayscale: #646464. Windows color (decimal): -12941538 or 2000698. OLE color: 2000698.
HSL color Cylindrical-coordinate representation of color #3A871E: hue angle of 104º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A871E is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 135 | 30 | - |
| CMYK | 0.57 | 0 | 0.78 | 0.47 |
| HSL | 104º | 0.64% | 0.32% | - |
| HSV(B) | 104º | 0.78% | 0.53% | - |
| XYZ | 10.64 | 18.32 | 4.2 | - |
| YUV | 100.01 | 88.49 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 135 | 30 | 0.57 | 0 | 0.78 | 0.47 | 104 | 0.64 | 0.32 |
| Hex | 3A | 87 | 1E | 39 | 0 | 4E | 2F | 68 | 40 | 20 |
| Octal | 72 | 207 | 36 | 71 | 0 | 116 | 57 | 150 | 100 | 40 |
| Binary | 111010 | 10000111 | 11110 | 111001 | 0 | 1001110 | 101111 | 1101000 | 1000000 | 100000 |
Color Harmonies of #3A871E
Complementary color
Monochromatic Colors of #3A871E
Black with #3A871E
Text Example
Text Example
White with #3A871E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A871E; }
p { color: rgb(58,135,30); }
H1.HeaderClassName
{
color: #3A871E;
}
.AnyTagClassName
{
color: #3A871E;
}
</style>
background-color css
<style>
a { background-color: #3A871E; }
a { background-color: rgb(58,135,30); }
div.DivClassName
{
background-color: #3A871E;
}
.BgClassName
{
background-color: #3A871E;
}
</style>
border-color css
<style>
span { border-color: #3A871E; }
span { border-color: rgb(58,135,30); }
td.TdClassName
{
border-color: #3A871E;
}
.TagClassName
{
border-color: #3A871E;
}
</style>