Shades of Bilbao #437C13
Tints of Bilbao #437C13
RGB
CMYK
RGB Variations
Color information
#437C13 (or 0x437C13) is known color: Bilbao. HEX triplet: 43, 7C and 13. RGB value is (67,124,19). Sum of RGB (Red+Green+Blue) = 67+124+19=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 124 (48.83% from 255 or 59.05% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 124 - color contains mainly: green. Hex color #437C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #437C13 is #BC83EC. Grayscale: #5F5F5F. Windows color (decimal): -12354541 or 1276995. OLE color: 1276995.
HSL color Cylindrical-coordinate representation of color #437C13: hue angle of 92.57º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #437C13 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 124 | 19 | - |
| CMYK | 0.46 | 0 | 0.85 | 0.51 |
| HSL | 92.57º | 0.73% | 0.28% | - |
| HSV(B) | 92.57º | 0.85% | 0.49% | - |
| XYZ | 9.64 | 15.66 | 3.13 | - |
| YUV | 94.99 | 85.12 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 124 | 19 | 0.46 | 0 | 0.85 | 0.51 | 92.57 | 0.73 | 0.28 |
| Hex | 43 | 7C | 13 | 2E | 0 | 55 | 33 | 5D | 49 | 1C |
| Octal | 103 | 174 | 23 | 56 | 0 | 125 | 63 | 135 | 111 | 34 |
| Binary | 1000011 | 1111100 | 10011 | 101110 | 0 | 1010101 | 110011 | 1011101 | 1001001 | 11100 |
Color Harmonies of #437C13
Complementary color
Monochromatic Colors of #437C13
Black with #437C13
Text Example
Text Example
White with #437C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437C13; }
p { color: rgb(67,124,19); }
H1.HeaderClassName
{
color: #437C13;
}
.AnyTagClassName
{
color: #437C13;
}
</style>
background-color css
<style>
a { background-color: #437C13; }
a { background-color: rgb(67,124,19); }
div.DivClassName
{
background-color: #437C13;
}
.BgClassName
{
background-color: #437C13;
}
</style>
border-color css
<style>
span { border-color: #437C13; }
span { border-color: rgb(67,124,19); }
td.TdClassName
{
border-color: #437C13;
}
.TagClassName
{
border-color: #437C13;
}
</style>