Shades of Bilbao #42761B
Tints of Bilbao #42761B
RGB
CMYK
RGB Variations
Color information
#42761B (or 0x42761B) is known color: Bilbao. HEX triplet: 42, 76 and 1B. RGB value is (66,118,27). Sum of RGB (Red+Green+Blue) = 66+118+27=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #42761B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42761B is #BD89E4. Grayscale: #5C5C5C. Windows color (decimal): -12421605 or 1799746. OLE color: 1799746.
HSL color Cylindrical-coordinate representation of color #42761B: hue angle of 94.29º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42761B is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 118 | 27 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.54 |
| HSL | 94.29º | 0.63% | 0.28% | - |
| HSV(B) | 94.29º | 0.77% | 0.46% | - |
| XYZ | 8.92 | 14.19 | 3.31 | - |
| YUV | 92.08 | 91.27 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 27 | 0.44 | 0 | 0.77 | 0.54 | 94.29 | 0.63 | 0.28 |
| Hex | 42 | 76 | 1B | 2C | 0 | 4D | 36 | 5E | 3F | 1C |
| Octal | 102 | 166 | 33 | 54 | 0 | 115 | 66 | 136 | 77 | 34 |
| Binary | 1000010 | 1110110 | 11011 | 101100 | 0 | 1001101 | 110110 | 1011110 | 111111 | 11100 |
Color Harmonies of #42761B
Complementary color
Monochromatic Colors of #42761B
Black with #42761B
Text Example
Text Example
White with #42761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42761B; }
p { color: rgb(66,118,27); }
H1.HeaderClassName
{
color: #42761B;
}
.AnyTagClassName
{
color: #42761B;
}
</style>
background-color css
<style>
a { background-color: #42761B; }
a { background-color: rgb(66,118,27); }
div.DivClassName
{
background-color: #42761B;
}
.BgClassName
{
background-color: #42761B;
}
</style>
border-color css
<style>
span { border-color: #42761B; }
span { border-color: rgb(66,118,27); }
td.TdClassName
{
border-color: #42761B;
}
.TagClassName
{
border-color: #42761B;
}
</style>