Shades of Bilbao #437F18
Tints of Bilbao #437F18
RGB
CMYK
RGB Variations
Color information
#437F18 (or 0x437F18) is known color: Bilbao. HEX triplet: 43, 7F and 18. RGB value is (67,127,24). Sum of RGB (Red+Green+Blue) = 67+127+24=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 127 (50% from 255 or 58.26% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 127 - color contains mainly: green. Hex color #437F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #437F18 is #BC80E7. Grayscale: #616161. Windows color (decimal): -12353768 or 1605443. OLE color: 1605443.
HSL color Cylindrical-coordinate representation of color #437F18: hue angle of 94.95º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #437F18 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 127 | 24 | - |
| CMYK | 0.47 | 0 | 0.81 | 0.50 |
| HSL | 94.95º | 0.68% | 0.3% | - |
| HSV(B) | 94.95º | 0.81% | 0.5% | - |
| XYZ | 10.07 | 16.44 | 3.51 | - |
| YUV | 97.32 | 86.62 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 127 | 24 | 0.47 | 0 | 0.81 | 0.50 | 94.95 | 0.68 | 0.3 |
| Hex | 43 | 7F | 18 | 2F | 0 | 51 | 32 | 5F | 44 | 1E |
| Octal | 103 | 177 | 30 | 57 | 0 | 121 | 62 | 137 | 104 | 36 |
| Binary | 1000011 | 1111111 | 11000 | 101111 | 0 | 1010001 | 110010 | 1011111 | 1000100 | 11110 |
Color Harmonies of #437F18
Complementary color
Monochromatic Colors of #437F18
Black with #437F18
Text Example
Text Example
White with #437F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437F18; }
p { color: rgb(67,127,24); }
H1.HeaderClassName
{
color: #437F18;
}
.AnyTagClassName
{
color: #437F18;
}
</style>
background-color css
<style>
a { background-color: #437F18; }
a { background-color: rgb(67,127,24); }
div.DivClassName
{
background-color: #437F18;
}
.BgClassName
{
background-color: #437F18;
}
</style>
border-color css
<style>
span { border-color: #437F18; }
span { border-color: rgb(67,127,24); }
td.TdClassName
{
border-color: #437F18;
}
.TagClassName
{
border-color: #437F18;
}
</style>