Shades of Bilbao #3A780D
Tints of Bilbao #3A780D
RGB
CMYK
RGB Variations
Color information
#3A780D (or 0x3A780D) is known color: Bilbao. HEX triplet: 3A, 78 and 0D. RGB value is (58,120,13). Sum of RGB (Red+Green+Blue) = 58+120+13=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 120 (47.27% from 255 or 62.83% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 120 - color contains mainly: green. Hex color #3A780D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A780D is #C587F2. Grayscale: #595959. Windows color (decimal): -12945395 or 882746. OLE color: 882746.
HSL color Cylindrical-coordinate representation of color #3A780D: hue angle of 94.77º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A780D is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 120 | 13 | - |
| CMYK | 0.52 | 0 | 0.89 | 0.53 |
| HSL | 94.77º | 0.8% | 0.26% | - |
| HSV(B) | 94.77º | 0.89% | 0.47% | - |
| XYZ | 8.53 | 14.36 | 2.7 | - |
| YUV | 89.26 | 84.96 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 120 | 13 | 0.52 | 0 | 0.89 | 0.53 | 94.77 | 0.8 | 0.26 |
| Hex | 3A | 78 | D | 34 | 0 | 59 | 35 | 5F | 50 | 1A |
| Octal | 72 | 170 | 15 | 64 | 0 | 131 | 65 | 137 | 120 | 32 |
| Binary | 111010 | 1111000 | 1101 | 110100 | 0 | 1011001 | 110101 | 1011111 | 1010000 | 11010 |
Color Harmonies of #3A780D
Complementary color
Monochromatic Colors of #3A780D
Black with #3A780D
Text Example
Text Example
White with #3A780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A780D; }
p { color: rgb(58,120,13); }
H1.HeaderClassName
{
color: #3A780D;
}
.AnyTagClassName
{
color: #3A780D;
}
</style>
background-color css
<style>
a { background-color: #3A780D; }
a { background-color: rgb(58,120,13); }
div.DivClassName
{
background-color: #3A780D;
}
.BgClassName
{
background-color: #3A780D;
}
</style>
border-color css
<style>
span { border-color: #3A780D; }
span { border-color: rgb(58,120,13); }
td.TdClassName
{
border-color: #3A780D;
}
.TagClassName
{
border-color: #3A780D;
}
</style>