Shades of Bilbao #3F792B
Tints of Bilbao #3F792B
RGB
CMYK
RGB Variations
Color information
#3F792B (or 0x3F792B) is known color: Bilbao. HEX triplet: 3F, 79 and 2B. RGB value is (63,121,43). Sum of RGB (Red+Green+Blue) = 63+121+43=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 121 (47.66% from 255 or 53.30% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 121 - color contains mainly: green. Hex color #3F792B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F792B is #C086D4. Grayscale: #5F5F5F. Windows color (decimal): -12617429 or 2849087. OLE color: 2849087.
HSL color Cylindrical-coordinate representation of color #3F792B: hue angle of 104.62º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F792B is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 121 | 43 | - |
| CMYK | 0.48 | 0 | 0.64 | 0.53 |
| HSL | 104.62º | 0.48% | 0.32% | - |
| HSV(B) | 104.62º | 0.64% | 0.47% | - |
| XYZ | 9.32 | 14.91 | 4.67 | - |
| YUV | 94.77 | 98.78 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 121 | 43 | 0.48 | 0 | 0.64 | 0.53 | 104.62 | 0.48 | 0.32 |
| Hex | 3F | 79 | 2B | 30 | 0 | 40 | 35 | 69 | 30 | 20 |
| Octal | 77 | 171 | 53 | 60 | 0 | 100 | 65 | 151 | 60 | 40 |
| Binary | 111111 | 1111001 | 101011 | 110000 | 0 | 1000000 | 110101 | 1101001 | 110000 | 100000 |
Color Harmonies of #3F792B
Complementary color
Monochromatic Colors of #3F792B
Black with #3F792B
Text Example
Text Example
White with #3F792B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F792B; }
p { color: rgb(63,121,43); }
H1.HeaderClassName
{
color: #3F792B;
}
.AnyTagClassName
{
color: #3F792B;
}
</style>
background-color css
<style>
a { background-color: #3F792B; }
a { background-color: rgb(63,121,43); }
div.DivClassName
{
background-color: #3F792B;
}
.BgClassName
{
background-color: #3F792B;
}
</style>
border-color css
<style>
span { border-color: #3F792B; }
span { border-color: rgb(63,121,43); }
td.TdClassName
{
border-color: #3F792B;
}
.TagClassName
{
border-color: #3F792B;
}
</style>