Shades of Bilbao #437D14
Tints of Bilbao #437D14
RGB
CMYK
RGB Variations
Color information
#437D14 (or 0x437D14) is known color: Bilbao. HEX triplet: 43, 7D and 14. RGB value is (67,125,20). Sum of RGB (Red+Green+Blue) = 67+125+20=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 125 (49.22% from 255 or 58.96% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 125 - color contains mainly: green. Hex color #437D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #437D14 is #BC82EB. Grayscale: #606060. Windows color (decimal): -12354284 or 1342787. OLE color: 1342787.
HSL color Cylindrical-coordinate representation of color #437D14: hue angle of 93.14º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #437D14 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 125 | 20 | - |
| CMYK | 0.46 | 0 | 0.84 | 0.51 |
| HSL | 93.14º | 0.72% | 0.28% | - |
| HSV(B) | 93.14º | 0.84% | 0.49% | - |
| XYZ | 9.77 | 15.91 | 3.22 | - |
| YUV | 95.69 | 85.28 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 125 | 20 | 0.46 | 0 | 0.84 | 0.51 | 93.14 | 0.72 | 0.28 |
| Hex | 43 | 7D | 14 | 2E | 0 | 54 | 33 | 5D | 48 | 1C |
| Octal | 103 | 175 | 24 | 56 | 0 | 124 | 63 | 135 | 110 | 34 |
| Binary | 1000011 | 1111101 | 10100 | 101110 | 0 | 1010100 | 110011 | 1011101 | 1001000 | 11100 |
Color Harmonies of #437D14
Complementary color
Monochromatic Colors of #437D14
Black with #437D14
Text Example
Text Example
White with #437D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437D14; }
p { color: rgb(67,125,20); }
H1.HeaderClassName
{
color: #437D14;
}
.AnyTagClassName
{
color: #437D14;
}
</style>
background-color css
<style>
a { background-color: #437D14; }
a { background-color: rgb(67,125,20); }
div.DivClassName
{
background-color: #437D14;
}
.BgClassName
{
background-color: #437D14;
}
</style>
border-color css
<style>
span { border-color: #437D14; }
span { border-color: rgb(67,125,20); }
td.TdClassName
{
border-color: #437D14;
}
.TagClassName
{
border-color: #437D14;
}
</style>