Shades of Bilbao #3A7C19
Tints of Bilbao #3A7C19
RGB
CMYK
RGB Variations
Color information
#3A7C19 (or 0x3A7C19) is known color: Bilbao. HEX triplet: 3A, 7C and 19. RGB value is (58,124,25). Sum of RGB (Red+Green+Blue) = 58+124+25=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 124 (48.83% from 255 or 59.90% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7C19 is #C583E6. Grayscale: #5D5D5D. Windows color (decimal): -12944359 or 1670202. OLE color: 1670202.
HSL color Cylindrical-coordinate representation of color #3A7C19: hue angle of 100º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A7C19 is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 124 | 25 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.51 |
| HSL | 100º | 0.66% | 0.29% | - |
| HSV(B) | 100º | 0.8% | 0.49% | - |
| XYZ | 9.13 | 15.39 | 3.41 | - |
| YUV | 92.98 | 89.63 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 124 | 25 | 0.53 | 0 | 0.80 | 0.51 | 100 | 0.66 | 0.29 |
| Hex | 3A | 7C | 19 | 35 | 0 | 50 | 33 | 64 | 42 | 1D |
| Octal | 72 | 174 | 31 | 65 | 0 | 120 | 63 | 144 | 102 | 35 |
| Binary | 111010 | 1111100 | 11001 | 110101 | 0 | 1010000 | 110011 | 1100100 | 1000010 | 11101 |
Color Harmonies of #3A7C19
Complementary color
Monochromatic Colors of #3A7C19
Black with #3A7C19
Text Example
Text Example
White with #3A7C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7C19; }
p { color: rgb(58,124,25); }
H1.HeaderClassName
{
color: #3A7C19;
}
.AnyTagClassName
{
color: #3A7C19;
}
</style>
background-color css
<style>
a { background-color: #3A7C19; }
a { background-color: rgb(58,124,25); }
div.DivClassName
{
background-color: #3A7C19;
}
.BgClassName
{
background-color: #3A7C19;
}
</style>
border-color css
<style>
span { border-color: #3A7C19; }
span { border-color: rgb(58,124,25); }
td.TdClassName
{
border-color: #3A7C19;
}
.TagClassName
{
border-color: #3A7C19;
}
</style>