Shades of Bilbao #3A7E00
Tints of Bilbao #3A7E00
RGB
CMYK
RGB Variations
Color information
#3A7E00 (or 0x3A7E00) is known color: Bilbao. HEX triplet: 3A, 7E and 00. RGB value is (58,126,0). Sum of RGB (Red+Green+Blue) = 58+126+0=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 126 (49.61% from 255 or 68.48% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 126 - color contains mainly: green. Hex color #3A7E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7E00 is #C581FF. Grayscale: #5B5B5B. Windows color (decimal): -12943872 or 32314. OLE color: 32314.
HSL color Cylindrical-coordinate representation of color #3A7E00: hue angle of 92.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A7E00 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 126 | 0 | - |
| CMYK | 0.54 | 0 | 1 | 0.51 |
| HSL | 92.38º | 1% | 0.25% | - |
| HSV(B) | 92.38º | 1% | 0.49% | - |
| XYZ | 9.21 | 15.82 | 2.57 | - |
| YUV | 91.3 | 76.47 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 126 | 0 | 0.54 | 0 | 1 | 0.51 | 92.38 | 1 | 0.25 |
| Hex | 3A | 7E | 0 | 36 | 0 | 64 | 33 | 5C | 64 | 19 |
| Octal | 72 | 176 | 0 | 66 | 0 | 144 | 63 | 134 | 144 | 31 |
| Binary | 111010 | 1111110 | 0 | 110110 | 0 | 1100100 | 110011 | 1011100 | 1100100 | 11001 |
Color Harmonies of #3A7E00
Complementary color
Monochromatic Colors of #3A7E00
Black with #3A7E00
Text Example
Text Example
White with #3A7E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7E00; }
p { color: rgb(58,126,0); }
H1.HeaderClassName
{
color: #3A7E00;
}
.AnyTagClassName
{
color: #3A7E00;
}
</style>
background-color css
<style>
a { background-color: #3A7E00; }
a { background-color: rgb(58,126,0); }
div.DivClassName
{
background-color: #3A7E00;
}
.BgClassName
{
background-color: #3A7E00;
}
</style>
border-color css
<style>
span { border-color: #3A7E00; }
span { border-color: rgb(58,126,0); }
td.TdClassName
{
border-color: #3A7E00;
}
.TagClassName
{
border-color: #3A7E00;
}
</style>