Shades of Bilbao #3F8224
Tints of Bilbao #3F8224
RGB
CMYK
RGB Variations
Color information
#3F8224 (or 0x3F8224) is known color: Bilbao. HEX triplet: 3F, 82 and 24. RGB value is (63,130,36). Sum of RGB (Red+Green+Blue) = 63+130+36=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #3F8224 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8224 is #C07DDB. Grayscale: #636363. Windows color (decimal): -12615132 or 2392639. OLE color: 2392639.
HSL color Cylindrical-coordinate representation of color #3F8224: hue angle of 102.77º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F8224 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 130 | 36 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.49 |
| HSL | 102.77º | 0.57% | 0.33% | - |
| HSV(B) | 102.77º | 0.72% | 0.51% | - |
| XYZ | 10.35 | 17.15 | 4.43 | - |
| YUV | 99.25 | 92.3 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 130 | 36 | 0.52 | 0 | 0.72 | 0.49 | 102.77 | 0.57 | 0.33 |
| Hex | 3F | 82 | 24 | 34 | 0 | 48 | 31 | 67 | 39 | 21 |
| Octal | 77 | 202 | 44 | 64 | 0 | 110 | 61 | 147 | 71 | 41 |
| Binary | 111111 | 10000010 | 100100 | 110100 | 0 | 1001000 | 110001 | 1100111 | 111001 | 100001 |
Color Harmonies of #3F8224
Complementary color
Monochromatic Colors of #3F8224
Black with #3F8224
Text Example
Text Example
White with #3F8224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8224; }
p { color: rgb(63,130,36); }
H1.HeaderClassName
{
color: #3F8224;
}
.AnyTagClassName
{
color: #3F8224;
}
</style>
background-color css
<style>
a { background-color: #3F8224; }
a { background-color: rgb(63,130,36); }
div.DivClassName
{
background-color: #3F8224;
}
.BgClassName
{
background-color: #3F8224;
}
</style>
border-color css
<style>
span { border-color: #3F8224; }
span { border-color: rgb(63,130,36); }
td.TdClassName
{
border-color: #3F8224;
}
.TagClassName
{
border-color: #3F8224;
}
</style>