Shades of Bilbao #42771D
Tints of Bilbao #42771D
RGB
CMYK
RGB Variations
Color information
#42771D (or 0x42771D) is known color: Bilbao. HEX triplet: 42, 77 and 1D. RGB value is (66,119,29). Sum of RGB (Red+Green+Blue) = 66+119+29=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 119 (46.88% from 255 or 55.61% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 119 - color contains mainly: green. Hex color #42771D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42771D is #BD88E2. Grayscale: #5D5D5D. Windows color (decimal): -12421347 or 1931074. OLE color: 1931074.
HSL color Cylindrical-coordinate representation of color #42771D: hue angle of 95.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42771D is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 119 | 29 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.53 |
| HSL | 95.33º | 0.61% | 0.29% | - |
| HSV(B) | 95.33º | 0.76% | 0.47% | - |
| XYZ | 9.07 | 14.44 | 3.47 | - |
| YUV | 92.89 | 91.94 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 29 | 0.45 | 0 | 0.76 | 0.53 | 95.33 | 0.61 | 0.29 |
| Hex | 42 | 77 | 1D | 2D | 0 | 4C | 35 | 5F | 3D | 1D |
| Octal | 102 | 167 | 35 | 55 | 0 | 114 | 65 | 137 | 75 | 35 |
| Binary | 1000010 | 1110111 | 11101 | 101101 | 0 | 1001100 | 110101 | 1011111 | 111101 | 11101 |
Color Harmonies of #42771D
Complementary color
Monochromatic Colors of #42771D
Black with #42771D
Text Example
Text Example
White with #42771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42771D; }
p { color: rgb(66,119,29); }
H1.HeaderClassName
{
color: #42771D;
}
.AnyTagClassName
{
color: #42771D;
}
</style>
background-color css
<style>
a { background-color: #42771D; }
a { background-color: rgb(66,119,29); }
div.DivClassName
{
background-color: #42771D;
}
.BgClassName
{
background-color: #42771D;
}
</style>
border-color css
<style>
span { border-color: #42771D; }
span { border-color: rgb(66,119,29); }
td.TdClassName
{
border-color: #42771D;
}
.TagClassName
{
border-color: #42771D;
}
</style>