Shades of Bilbao #41790A
Tints of Bilbao #41790A
RGB
CMYK
RGB Variations
Color information
#41790A (or 0x41790A) is known color: Bilbao. HEX triplet: 41, 79 and 0A. RGB value is (65,121,10). Sum of RGB (Red+Green+Blue) = 65+121+10=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 121 (47.66% from 255 or 61.73% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 121 - color contains mainly: green. Hex color #41790A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41790A is #BE86F5. Grayscale: #5B5B5B. Windows color (decimal): -12486390 or 686401. OLE color: 686401.
HSL color Cylindrical-coordinate representation of color #41790A: hue angle of 90.27º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41790A is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 121 | 10 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.53 |
| HSL | 90.27º | 0.85% | 0.26% | - |
| HSV(B) | 90.27º | 0.92% | 0.47% | - |
| XYZ | 9.07 | 14.82 | 2.67 | - |
| YUV | 91.6 | 81.95 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 121 | 10 | 0.46 | 0 | 0.92 | 0.53 | 90.27 | 0.85 | 0.26 |
| Hex | 41 | 79 | A | 2E | 0 | 5C | 35 | 5A | 55 | 1A |
| Octal | 101 | 171 | 12 | 56 | 0 | 134 | 65 | 132 | 125 | 32 |
| Binary | 1000001 | 1111001 | 1010 | 101110 | 0 | 1011100 | 110101 | 1011010 | 1010101 | 11010 |
Color Harmonies of #41790A
Complementary color
Monochromatic Colors of #41790A
Black with #41790A
Text Example
Text Example
White with #41790A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41790A; }
p { color: rgb(65,121,10); }
H1.HeaderClassName
{
color: #41790A;
}
.AnyTagClassName
{
color: #41790A;
}
</style>
background-color css
<style>
a { background-color: #41790A; }
a { background-color: rgb(65,121,10); }
div.DivClassName
{
background-color: #41790A;
}
.BgClassName
{
background-color: #41790A;
}
</style>
border-color css
<style>
span { border-color: #41790A; }
span { border-color: rgb(65,121,10); }
td.TdClassName
{
border-color: #41790A;
}
.TagClassName
{
border-color: #41790A;
}
</style>