Shades of Bilbao #437F20
Tints of Bilbao #437F20
RGB
CMYK
RGB Variations
Color information
#437F20 (or 0x437F20) is known color: Bilbao. HEX triplet: 43, 7F and 20. RGB value is (67,127,32). Sum of RGB (Red+Green+Blue) = 67+127+32=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 127 (50% from 255 or 56.19% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 127 - color contains mainly: green. Hex color #437F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #437F20 is #BC80DF. Grayscale: #626262. Windows color (decimal): -12353760 or 2129731. OLE color: 2129731.
HSL color Cylindrical-coordinate representation of color #437F20: hue angle of 97.89º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #437F20 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 127 | 32 | - |
| CMYK | 0.47 | 0 | 0.75 | 0.50 |
| HSL | 97.89º | 0.6% | 0.31% | - |
| HSV(B) | 97.89º | 0.75% | 0.5% | - |
| XYZ | 10.16 | 16.48 | 4.01 | - |
| YUV | 98.23 | 90.62 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 127 | 32 | 0.47 | 0 | 0.75 | 0.50 | 97.89 | 0.6 | 0.31 |
| Hex | 43 | 7F | 20 | 2F | 0 | 4B | 32 | 62 | 3C | 1F |
| Octal | 103 | 177 | 40 | 57 | 0 | 113 | 62 | 142 | 74 | 37 |
| Binary | 1000011 | 1111111 | 100000 | 101111 | 0 | 1001011 | 110010 | 1100010 | 111100 | 11111 |
Color Harmonies of #437F20
Complementary color
Monochromatic Colors of #437F20
Black with #437F20
Text Example
Text Example
White with #437F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437F20; }
p { color: rgb(67,127,32); }
H1.HeaderClassName
{
color: #437F20;
}
.AnyTagClassName
{
color: #437F20;
}
</style>
background-color css
<style>
a { background-color: #437F20; }
a { background-color: rgb(67,127,32); }
div.DivClassName
{
background-color: #437F20;
}
.BgClassName
{
background-color: #437F20;
}
</style>
border-color css
<style>
span { border-color: #437F20; }
span { border-color: rgb(67,127,32); }
td.TdClassName
{
border-color: #437F20;
}
.TagClassName
{
border-color: #437F20;
}
</style>