Shades of Bilbao #41781B
Tints of Bilbao #41781B
RGB
CMYK
RGB Variations
Color information
#41781B (or 0x41781B) is known color: Bilbao. HEX triplet: 41, 78 and 1B. RGB value is (65,120,27). Sum of RGB (Red+Green+Blue) = 65+120+27=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #41781B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41781B is #BE87E4. Grayscale: #5D5D5D. Windows color (decimal): -12486629 or 1800257. OLE color: 1800257.
HSL color Cylindrical-coordinate representation of color #41781B: hue angle of 95.48º 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 #41781B is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 120 | 27 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.53 |
| HSL | 95.48º | 0.63% | 0.29% | - |
| HSV(B) | 95.48º | 0.78% | 0.47% | - |
| XYZ | 9.09 | 14.64 | 3.38 | - |
| YUV | 92.95 | 90.78 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 120 | 27 | 0.46 | 0 | 0.78 | 0.53 | 95.48 | 0.63 | 0.29 |
| Hex | 41 | 78 | 1B | 2E | 0 | 4E | 35 | 5F | 3F | 1D |
| Octal | 101 | 170 | 33 | 56 | 0 | 116 | 65 | 137 | 77 | 35 |
| Binary | 1000001 | 1111000 | 11011 | 101110 | 0 | 1001110 | 110101 | 1011111 | 111111 | 11101 |
Color Harmonies of #41781B
Complementary color
Monochromatic Colors of #41781B
Black with #41781B
Text Example
Text Example
White with #41781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41781B; }
p { color: rgb(65,120,27); }
H1.HeaderClassName
{
color: #41781B;
}
.AnyTagClassName
{
color: #41781B;
}
</style>
background-color css
<style>
a { background-color: #41781B; }
a { background-color: rgb(65,120,27); }
div.DivClassName
{
background-color: #41781B;
}
.BgClassName
{
background-color: #41781B;
}
</style>
border-color css
<style>
span { border-color: #41781B; }
span { border-color: rgb(65,120,27); }
td.TdClassName
{
border-color: #41781B;
}
.TagClassName
{
border-color: #41781B;
}
</style>