Shades of Bilbao #3A7A07
Tints of Bilbao #3A7A07
RGB
CMYK
RGB Variations
Color information
#3A7A07 (or 0x3A7A07) is known color: Bilbao. HEX triplet: 3A, 7A and 07. RGB value is (58,122,7). Sum of RGB (Red+Green+Blue) = 58+122+7=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 122 (48.05% from 255 or 65.24% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 122 - color contains mainly: green. Hex color #3A7A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7A07 is #C585F8. Grayscale: #5A5A5A. Windows color (decimal): -12944889 or 490042. OLE color: 490042.
HSL color Cylindrical-coordinate representation of color #3A7A07: hue angle of 93.39º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A7A07 is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 122 | 7 | - |
| CMYK | 0.52 | 0 | 0.94 | 0.52 |
| HSL | 93.39º | 0.89% | 0.25% | - |
| HSV(B) | 93.39º | 0.94% | 0.48% | - |
| XYZ | 8.74 | 14.83 | 2.6 | - |
| YUV | 89.75 | 81.3 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 122 | 7 | 0.52 | 0 | 0.94 | 0.52 | 93.39 | 0.89 | 0.25 |
| Hex | 3A | 7A | 7 | 34 | 0 | 5E | 34 | 5D | 59 | 19 |
| Octal | 72 | 172 | 7 | 64 | 0 | 136 | 64 | 135 | 131 | 31 |
| Binary | 111010 | 1111010 | 111 | 110100 | 0 | 1011110 | 110100 | 1011101 | 1011001 | 11001 |
Color Harmonies of #3A7A07
Complementary color
Monochromatic Colors of #3A7A07
Black with #3A7A07
Text Example
Text Example
White with #3A7A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7A07; }
p { color: rgb(58,122,7); }
H1.HeaderClassName
{
color: #3A7A07;
}
.AnyTagClassName
{
color: #3A7A07;
}
</style>
background-color css
<style>
a { background-color: #3A7A07; }
a { background-color: rgb(58,122,7); }
div.DivClassName
{
background-color: #3A7A07;
}
.BgClassName
{
background-color: #3A7A07;
}
</style>
border-color css
<style>
span { border-color: #3A7A07; }
span { border-color: rgb(58,122,7); }
td.TdClassName
{
border-color: #3A7A07;
}
.TagClassName
{
border-color: #3A7A07;
}
</style>