Shades of Bilbao #3F7024
Tints of Bilbao #3F7024
RGB
CMYK
RGB Variations
Color information
#3F7024 (or 0x3F7024) is known color: Bilbao. HEX triplet: 3F, 70 and 24. RGB value is (63,112,36). Sum of RGB (Red+Green+Blue) = 63+112+36=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #3F7024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7024 is #C08FDB. Grayscale: #585858. Windows color (decimal): -12619740 or 2388031. OLE color: 2388031.
HSL color Cylindrical-coordinate representation of color #3F7024: hue angle of 98.68º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F7024 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 112 | 36 | - |
| CMYK | 0.44 | 0 | 0.68 | 0.56 |
| HSL | 98.68º | 0.51% | 0.29% | - |
| HSV(B) | 98.68º | 0.68% | 0.44% | - |
| XYZ | 8.16 | 12.77 | 3.7 | - |
| YUV | 88.69 | 98.27 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 36 | 0.44 | 0 | 0.68 | 0.56 | 98.68 | 0.51 | 0.29 |
| Hex | 3F | 70 | 24 | 2C | 0 | 44 | 38 | 63 | 33 | 1D |
| Octal | 77 | 160 | 44 | 54 | 0 | 104 | 70 | 143 | 63 | 35 |
| Binary | 111111 | 1110000 | 100100 | 101100 | 0 | 1000100 | 111000 | 1100011 | 110011 | 11101 |
Color Harmonies of #3F7024
Complementary color
Monochromatic Colors of #3F7024
Black with #3F7024
Text Example
Text Example
White with #3F7024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7024; }
p { color: rgb(63,112,36); }
H1.HeaderClassName
{
color: #3F7024;
}
.AnyTagClassName
{
color: #3F7024;
}
</style>
background-color css
<style>
a { background-color: #3F7024; }
a { background-color: rgb(63,112,36); }
div.DivClassName
{
background-color: #3F7024;
}
.BgClassName
{
background-color: #3F7024;
}
</style>
border-color css
<style>
span { border-color: #3F7024; }
span { border-color: rgb(63,112,36); }
td.TdClassName
{
border-color: #3F7024;
}
.TagClassName
{
border-color: #3F7024;
}
</style>