Shades of Bilbao #3A800E
Tints of Bilbao #3A800E
RGB
CMYK
RGB Variations
Color information
#3A800E (or 0x3A800E) is known color: Bilbao. HEX triplet: 3A, 80 and 0E. RGB value is (58,128,14). Sum of RGB (Red+Green+Blue) = 58+128+14=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 128 (50.39% from 255 or 64% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 128 - color contains mainly: green. Hex color #3A800E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A800E is #C57FF1. Grayscale: #5E5E5E. Windows color (decimal): -12943346 or 950330. OLE color: 950330.
HSL color Cylindrical-coordinate representation of color #3A800E: hue angle of 96.84º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A800E is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 128 | 14 | - |
| CMYK | 0.55 | 0 | 0.89 | 0.50 |
| HSL | 96.84º | 0.8% | 0.28% | - |
| HSV(B) | 96.84º | 0.89% | 0.5% | - |
| XYZ | 9.54 | 16.37 | 3.07 | - |
| YUV | 94.07 | 82.81 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 128 | 14 | 0.55 | 0 | 0.89 | 0.50 | 96.84 | 0.8 | 0.28 |
| Hex | 3A | 80 | E | 37 | 0 | 59 | 32 | 61 | 50 | 1C |
| Octal | 72 | 200 | 16 | 67 | 0 | 131 | 62 | 141 | 120 | 34 |
| Binary | 111010 | 10000000 | 1110 | 110111 | 0 | 1011001 | 110010 | 1100001 | 1010000 | 11100 |
Color Harmonies of #3A800E
Complementary color
Monochromatic Colors of #3A800E
Black with #3A800E
Text Example
Text Example
White with #3A800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A800E; }
p { color: rgb(58,128,14); }
H1.HeaderClassName
{
color: #3A800E;
}
.AnyTagClassName
{
color: #3A800E;
}
</style>
background-color css
<style>
a { background-color: #3A800E; }
a { background-color: rgb(58,128,14); }
div.DivClassName
{
background-color: #3A800E;
}
.BgClassName
{
background-color: #3A800E;
}
</style>
border-color css
<style>
span { border-color: #3A800E; }
span { border-color: rgb(58,128,14); }
td.TdClassName
{
border-color: #3A800E;
}
.TagClassName
{
border-color: #3A800E;
}
</style>