Shades of Bilbao #3F7627
Tints of Bilbao #3F7627
RGB
CMYK
RGB Variations
Color information
#3F7627 (or 0x3F7627) is known color: Bilbao. HEX triplet: 3F, 76 and 27. RGB value is (63,118,39). Sum of RGB (Red+Green+Blue) = 63+118+39=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7627 is #C089D8. Grayscale: #5C5C5C. Windows color (decimal): -12618201 or 2586175. OLE color: 2586175.
HSL color Cylindrical-coordinate representation of color #3F7627: hue angle of 101.77º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F7627 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 39 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.54 |
| HSL | 101.77º | 0.5% | 0.31% | - |
| HSV(B) | 101.77º | 0.67% | 0.46% | - |
| XYZ | 8.89 | 14.16 | 4.18 | - |
| YUV | 92.55 | 97.78 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 39 | 0.47 | 0 | 0.67 | 0.54 | 101.77 | 0.5 | 0.31 |
| Hex | 3F | 76 | 27 | 2F | 0 | 43 | 36 | 66 | 32 | 1F |
| Octal | 77 | 166 | 47 | 57 | 0 | 103 | 66 | 146 | 62 | 37 |
| Binary | 111111 | 1110110 | 100111 | 101111 | 0 | 1000011 | 110110 | 1100110 | 110010 | 11111 |
Color Harmonies of #3F7627
Complementary color
Monochromatic Colors of #3F7627
Black with #3F7627
Text Example
Text Example
White with #3F7627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7627; }
p { color: rgb(63,118,39); }
H1.HeaderClassName
{
color: #3F7627;
}
.AnyTagClassName
{
color: #3F7627;
}
</style>
background-color css
<style>
a { background-color: #3F7627; }
a { background-color: rgb(63,118,39); }
div.DivClassName
{
background-color: #3F7627;
}
.BgClassName
{
background-color: #3F7627;
}
</style>
border-color css
<style>
span { border-color: #3F7627; }
span { border-color: rgb(63,118,39); }
td.TdClassName
{
border-color: #3F7627;
}
.TagClassName
{
border-color: #3F7627;
}
</style>