Shades of Bilbao #3A750C
Tints of Bilbao #3A750C
RGB
CMYK
RGB Variations
Color information
#3A750C (or 0x3A750C) is known color: Bilbao. HEX triplet: 3A, 75 and 0C. RGB value is (58,117,12). Sum of RGB (Red+Green+Blue) = 58+117+12=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 117 (46.09% from 255 or 62.57% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 117 - color contains mainly: green. Hex color #3A750C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A750C is #C58AF3. Grayscale: #575757. Windows color (decimal): -12946164 or 816442. OLE color: 816442.
HSL color Cylindrical-coordinate representation of color #3A750C: hue angle of 93.71º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A750C is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 12 | - |
| CMYK | 0.50 | 0 | 0.90 | 0.54 |
| HSL | 93.71º | 0.81% | 0.25% | - |
| HSV(B) | 93.71º | 0.9% | 0.46% | - |
| XYZ | 8.17 | 13.65 | 2.55 | - |
| YUV | 87.39 | 85.45 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 12 | 0.50 | 0 | 0.90 | 0.54 | 93.71 | 0.81 | 0.25 |
| Hex | 3A | 75 | C | 32 | 0 | 5A | 36 | 5E | 51 | 19 |
| Octal | 72 | 165 | 14 | 62 | 0 | 132 | 66 | 136 | 121 | 31 |
| Binary | 111010 | 1110101 | 1100 | 110010 | 0 | 1011010 | 110110 | 1011110 | 1010001 | 11001 |
Color Harmonies of #3A750C
Complementary color
Monochromatic Colors of #3A750C
Black with #3A750C
Text Example
Text Example
White with #3A750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A750C; }
p { color: rgb(58,117,12); }
H1.HeaderClassName
{
color: #3A750C;
}
.AnyTagClassName
{
color: #3A750C;
}
</style>
background-color css
<style>
a { background-color: #3A750C; }
a { background-color: rgb(58,117,12); }
div.DivClassName
{
background-color: #3A750C;
}
.BgClassName
{
background-color: #3A750C;
}
</style>
border-color css
<style>
span { border-color: #3A750C; }
span { border-color: rgb(58,117,12); }
td.TdClassName
{
border-color: #3A750C;
}
.TagClassName
{
border-color: #3A750C;
}
</style>