Shades of Bilbao #42771B
Tints of Bilbao #42771B
RGB
CMYK
RGB Variations
Color information
#42771B (or 0x42771B) is known color: Bilbao. HEX triplet: 42, 77 and 1B. RGB value is (66,119,27). Sum of RGB (Red+Green+Blue) = 66+119+27=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #42771B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42771B is #BD88E4. Grayscale: #5C5C5C. Windows color (decimal): -12421349 or 1800002. OLE color: 1800002.
HSL color Cylindrical-coordinate representation of color #42771B: hue angle of 94.57º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42771B is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 119 | 27 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.53 |
| HSL | 94.57º | 0.63% | 0.29% | - |
| HSV(B) | 94.57º | 0.77% | 0.47% | - |
| XYZ | 9.04 | 14.43 | 3.35 | - |
| YUV | 92.67 | 90.94 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 27 | 0.45 | 0 | 0.77 | 0.53 | 94.57 | 0.63 | 0.29 |
| Hex | 42 | 77 | 1B | 2D | 0 | 4D | 35 | 5F | 3F | 1D |
| Octal | 102 | 167 | 33 | 55 | 0 | 115 | 65 | 137 | 77 | 35 |
| Binary | 1000010 | 1110111 | 11011 | 101101 | 0 | 1001101 | 110101 | 1011111 | 111111 | 11101 |
Color Harmonies of #42771B
Complementary color
Monochromatic Colors of #42771B
Black with #42771B
Text Example
Text Example
White with #42771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42771B; }
p { color: rgb(66,119,27); }
H1.HeaderClassName
{
color: #42771B;
}
.AnyTagClassName
{
color: #42771B;
}
</style>
background-color css
<style>
a { background-color: #42771B; }
a { background-color: rgb(66,119,27); }
div.DivClassName
{
background-color: #42771B;
}
.BgClassName
{
background-color: #42771B;
}
</style>
border-color css
<style>
span { border-color: #42771B; }
span { border-color: rgb(66,119,27); }
td.TdClassName
{
border-color: #42771B;
}
.TagClassName
{
border-color: #42771B;
}
</style>