Shades of Bilbao #3F7C24
Tints of Bilbao #3F7C24
RGB
CMYK
RGB Variations
Color information
#3F7C24 (or 0x3F7C24) is known color: Bilbao. HEX triplet: 3F, 7C and 24. RGB value is (63,124,36). Sum of RGB (Red+Green+Blue) = 63+124+36=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 124 (48.83% from 255 or 55.61% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7C24 is #C083DB. Grayscale: #606060. Windows color (decimal): -12616668 or 2391103. OLE color: 2391103.
HSL color Cylindrical-coordinate representation of color #3F7C24: hue angle of 101.59º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F7C24 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 124 | 36 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.51 |
| HSL | 101.59º | 0.55% | 0.31% | - |
| HSV(B) | 101.59º | 0.71% | 0.49% | - |
| XYZ | 9.58 | 15.6 | 4.18 | - |
| YUV | 95.73 | 94.29 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 124 | 36 | 0.49 | 0 | 0.71 | 0.51 | 101.59 | 0.55 | 0.31 |
| Hex | 3F | 7C | 24 | 31 | 0 | 47 | 33 | 66 | 37 | 1F |
| Octal | 77 | 174 | 44 | 61 | 0 | 107 | 63 | 146 | 67 | 37 |
| Binary | 111111 | 1111100 | 100100 | 110001 | 0 | 1000111 | 110011 | 1100110 | 110111 | 11111 |
Color Harmonies of #3F7C24
Complementary color
Monochromatic Colors of #3F7C24
Black with #3F7C24
Text Example
Text Example
White with #3F7C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7C24; }
p { color: rgb(63,124,36); }
H1.HeaderClassName
{
color: #3F7C24;
}
.AnyTagClassName
{
color: #3F7C24;
}
</style>
background-color css
<style>
a { background-color: #3F7C24; }
a { background-color: rgb(63,124,36); }
div.DivClassName
{
background-color: #3F7C24;
}
.BgClassName
{
background-color: #3F7C24;
}
</style>
border-color css
<style>
span { border-color: #3F7C24; }
span { border-color: rgb(63,124,36); }
td.TdClassName
{
border-color: #3F7C24;
}
.TagClassName
{
border-color: #3F7C24;
}
</style>