Shades of Bilbao #3F7632
Tints of Bilbao #3F7632
RGB
CMYK
RGB Variations
Color information
#3F7632 (or 0x3F7632) is known color: Bilbao. HEX triplet: 3F, 76 and 32. RGB value is (63,118,50). Sum of RGB (Red+Green+Blue) = 63+118+50=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7632 is #C089CD. Grayscale: #5E5E5E. Windows color (decimal): -12618190 or 3307071. OLE color: 3307071.
HSL color Cylindrical-coordinate representation of color #3F7632: hue angle of 108.53º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F7632 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 50 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.54 |
| HSL | 108.53º | 0.4% | 0.33% | - |
| HSV(B) | 108.53º | 0.58% | 0.46% | - |
| XYZ | 9.1 | 14.24 | 5.29 | - |
| YUV | 93.8 | 103.28 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 50 | 0.47 | 0 | 0.58 | 0.54 | 108.53 | 0.4 | 0.33 |
| Hex | 3F | 76 | 32 | 2F | 0 | 3A | 36 | 6D | 28 | 21 |
| Octal | 77 | 166 | 62 | 57 | 0 | 72 | 66 | 155 | 50 | 41 |
| Binary | 111111 | 1110110 | 110010 | 101111 | 0 | 111010 | 110110 | 1101101 | 101000 | 100001 |
Color Harmonies of #3F7632
Complementary color
Monochromatic Colors of #3F7632
Black with #3F7632
Text Example
Text Example
White with #3F7632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7632; }
p { color: rgb(63,118,50); }
H1.HeaderClassName
{
color: #3F7632;
}
.AnyTagClassName
{
color: #3F7632;
}
</style>
background-color css
<style>
a { background-color: #3F7632; }
a { background-color: rgb(63,118,50); }
div.DivClassName
{
background-color: #3F7632;
}
.BgClassName
{
background-color: #3F7632;
}
</style>
border-color css
<style>
span { border-color: #3F7632; }
span { border-color: rgb(63,118,50); }
td.TdClassName
{
border-color: #3F7632;
}
.TagClassName
{
border-color: #3F7632;
}
</style>