Shades of Bilbao #41790F
Tints of Bilbao #41790F
RGB
CMYK
RGB Variations
Color information
#41790F (or 0x41790F) is known color: Bilbao. HEX triplet: 41, 79 and 0F. RGB value is (65,121,15). Sum of RGB (Red+Green+Blue) = 65+121+15=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 121 (47.66% from 255 or 60.20% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 121 - color contains mainly: green. Hex color #41790F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41790F is #BE86F0. Grayscale: #5C5C5C. Windows color (decimal): -12486385 or 1014081. OLE color: 1014081.
HSL color Cylindrical-coordinate representation of color #41790F: hue angle of 91.7º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41790F is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 121 | 15 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.53 |
| HSL | 91.7º | 0.78% | 0.27% | - |
| HSV(B) | 91.7º | 0.88% | 0.47% | - |
| XYZ | 9.1 | 14.83 | 2.84 | - |
| YUV | 92.17 | 84.45 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 121 | 15 | 0.46 | 0 | 0.88 | 0.53 | 91.7 | 0.78 | 0.27 |
| Hex | 41 | 79 | F | 2E | 0 | 58 | 35 | 5C | 4E | 1B |
| Octal | 101 | 171 | 17 | 56 | 0 | 130 | 65 | 134 | 116 | 33 |
| Binary | 1000001 | 1111001 | 1111 | 101110 | 0 | 1011000 | 110101 | 1011100 | 1001110 | 11011 |
Color Harmonies of #41790F
Complementary color
Monochromatic Colors of #41790F
Black with #41790F
Text Example
Text Example
White with #41790F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41790F; }
p { color: rgb(65,121,15); }
H1.HeaderClassName
{
color: #41790F;
}
.AnyTagClassName
{
color: #41790F;
}
</style>
background-color css
<style>
a { background-color: #41790F; }
a { background-color: rgb(65,121,15); }
div.DivClassName
{
background-color: #41790F;
}
.BgClassName
{
background-color: #41790F;
}
</style>
border-color css
<style>
span { border-color: #41790F; }
span { border-color: rgb(65,121,15); }
td.TdClassName
{
border-color: #41790F;
}
.TagClassName
{
border-color: #41790F;
}
</style>