Shades of Bilbao #41791B
Tints of Bilbao #41791B
RGB
CMYK
RGB Variations
Color information
#41791B (or 0x41791B) is known color: Bilbao. HEX triplet: 41, 79 and 1B. RGB value is (65,121,27). Sum of RGB (Red+Green+Blue) = 65+121+27=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 121 (47.66% from 255 or 56.81% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 121 - color contains mainly: green. Hex color #41791B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41791B is #BE86E4. Grayscale: #5D5D5D. Windows color (decimal): -12486373 or 1800513. OLE color: 1800513.
HSL color Cylindrical-coordinate representation of color #41791B: hue angle of 95.74º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41791B is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 121 | 27 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.53 |
| HSL | 95.74º | 0.64% | 0.29% | - |
| HSV(B) | 95.74º | 0.78% | 0.47% | - |
| XYZ | 9.22 | 14.88 | 3.42 | - |
| YUV | 93.54 | 90.45 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 121 | 27 | 0.46 | 0 | 0.78 | 0.53 | 95.74 | 0.64 | 0.29 |
| Hex | 41 | 79 | 1B | 2E | 0 | 4E | 35 | 60 | 40 | 1D |
| Octal | 101 | 171 | 33 | 56 | 0 | 116 | 65 | 140 | 100 | 35 |
| Binary | 1000001 | 1111001 | 11011 | 101110 | 0 | 1001110 | 110101 | 1100000 | 1000000 | 11101 |
Color Harmonies of #41791B
Complementary color
Monochromatic Colors of #41791B
Black with #41791B
Text Example
Text Example
White with #41791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41791B; }
p { color: rgb(65,121,27); }
H1.HeaderClassName
{
color: #41791B;
}
.AnyTagClassName
{
color: #41791B;
}
</style>
background-color css
<style>
a { background-color: #41791B; }
a { background-color: rgb(65,121,27); }
div.DivClassName
{
background-color: #41791B;
}
.BgClassName
{
background-color: #41791B;
}
</style>
border-color css
<style>
span { border-color: #41791B; }
span { border-color: rgb(65,121,27); }
td.TdClassName
{
border-color: #41791B;
}
.TagClassName
{
border-color: #41791B;
}
</style>