Shades of Bilbao #3F7633
Tints of Bilbao #3F7633
RGB
CMYK
RGB Variations
Color information
#3F7633 (or 0x3F7633) is known color: Bilbao. HEX triplet: 3F, 76 and 33. RGB value is (63,118,51). Sum of RGB (Red+Green+Blue) = 63+118+51=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7633 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7633 is #C089CC. Grayscale: #5E5E5E. Windows color (decimal): -12618189 or 3372607. OLE color: 3372607.
HSL color Cylindrical-coordinate representation of color #3F7633: hue angle of 109.25º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F7633 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 51 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.54 |
| HSL | 109.25º | 0.4% | 0.33% | - |
| HSV(B) | 109.25º | 0.57% | 0.46% | - |
| XYZ | 9.13 | 14.25 | 5.4 | - |
| YUV | 93.92 | 103.78 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 51 | 0.47 | 0 | 0.57 | 0.54 | 109.25 | 0.4 | 0.33 |
| Hex | 3F | 76 | 33 | 2F | 0 | 39 | 36 | 6D | 28 | 21 |
| Octal | 77 | 166 | 63 | 57 | 0 | 71 | 66 | 155 | 50 | 41 |
| Binary | 111111 | 1110110 | 110011 | 101111 | 0 | 111001 | 110110 | 1101101 | 101000 | 100001 |
Color Harmonies of #3F7633
Complementary color
Monochromatic Colors of #3F7633
Black with #3F7633
Text Example
Text Example
White with #3F7633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7633; }
p { color: rgb(63,118,51); }
H1.HeaderClassName
{
color: #3F7633;
}
.AnyTagClassName
{
color: #3F7633;
}
</style>
background-color css
<style>
a { background-color: #3F7633; }
a { background-color: rgb(63,118,51); }
div.DivClassName
{
background-color: #3F7633;
}
.BgClassName
{
background-color: #3F7633;
}
</style>
border-color css
<style>
span { border-color: #3F7633; }
span { border-color: rgb(63,118,51); }
td.TdClassName
{
border-color: #3F7633;
}
.TagClassName
{
border-color: #3F7633;
}
</style>