Shades of Bilbao #3A7C09
Tints of Bilbao #3A7C09
RGB
CMYK
RGB Variations
Color information
#3A7C09 (or 0x3A7C09) is known color: Bilbao. HEX triplet: 3A, 7C and 09. RGB value is (58,124,9). Sum of RGB (Red+Green+Blue) = 58+124+9=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 124 (48.83% from 255 or 64.92% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7C09 is #C583F6. Grayscale: #5B5B5B. Windows color (decimal): -12944375 or 621626. OLE color: 621626.
HSL color Cylindrical-coordinate representation of color #3A7C09: hue angle of 94.43º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A7C09 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 124 | 9 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.51 |
| HSL | 94.43º | 0.86% | 0.26% | - |
| HSV(B) | 94.43º | 0.93% | 0.49% | - |
| XYZ | 9 | 15.33 | 2.74 | - |
| YUV | 91.16 | 81.63 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 124 | 9 | 0.53 | 0 | 0.93 | 0.51 | 94.43 | 0.86 | 0.26 |
| Hex | 3A | 7C | 9 | 35 | 0 | 5D | 33 | 5E | 56 | 1A |
| Octal | 72 | 174 | 11 | 65 | 0 | 135 | 63 | 136 | 126 | 32 |
| Binary | 111010 | 1111100 | 1001 | 110101 | 0 | 1011101 | 110011 | 1011110 | 1010110 | 11010 |
Color Harmonies of #3A7C09
Complementary color
Monochromatic Colors of #3A7C09
Black with #3A7C09
Text Example
Text Example
White with #3A7C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7C09; }
p { color: rgb(58,124,9); }
H1.HeaderClassName
{
color: #3A7C09;
}
.AnyTagClassName
{
color: #3A7C09;
}
</style>
background-color css
<style>
a { background-color: #3A7C09; }
a { background-color: rgb(58,124,9); }
div.DivClassName
{
background-color: #3A7C09;
}
.BgClassName
{
background-color: #3A7C09;
}
</style>
border-color css
<style>
span { border-color: #3A7C09; }
span { border-color: rgb(58,124,9); }
td.TdClassName
{
border-color: #3A7C09;
}
.TagClassName
{
border-color: #3A7C09;
}
</style>