Shades of Bilbao #3F820E
Tints of Bilbao #3F820E
RGB
CMYK
RGB Variations
Color information
#3F820E (or 0x3F820E) is known color: Bilbao. HEX triplet: 3F, 82 and 0E. RGB value is (63,130,14). Sum of RGB (Red+Green+Blue) = 63+130+14=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 130 (51.17% from 255 or 62.80% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 130 - color contains mainly: green. Hex color #3F820E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F820E is #C07DF1. Grayscale: #616161. Windows color (decimal): -12615154 or 950847. OLE color: 950847.
HSL color Cylindrical-coordinate representation of color #3F820E: hue angle of 94.66º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F820E is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 130 | 14 | - |
| CMYK | 0.52 | 0 | 0.89 | 0.49 |
| HSL | 94.66º | 0.81% | 0.28% | - |
| HSV(B) | 94.66º | 0.89% | 0.51% | - |
| XYZ | 10.11 | 17.05 | 3.17 | - |
| YUV | 96.74 | 81.3 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 130 | 14 | 0.52 | 0 | 0.89 | 0.49 | 94.66 | 0.81 | 0.28 |
| Hex | 3F | 82 | E | 34 | 0 | 59 | 31 | 5F | 51 | 1C |
| Octal | 77 | 202 | 16 | 64 | 0 | 131 | 61 | 137 | 121 | 34 |
| Binary | 111111 | 10000010 | 1110 | 110100 | 0 | 1011001 | 110001 | 1011111 | 1010001 | 11100 |
Color Harmonies of #3F820E
Complementary color
Monochromatic Colors of #3F820E
Black with #3F820E
Text Example
Text Example
White with #3F820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F820E; }
p { color: rgb(63,130,14); }
H1.HeaderClassName
{
color: #3F820E;
}
.AnyTagClassName
{
color: #3F820E;
}
</style>
background-color css
<style>
a { background-color: #3F820E; }
a { background-color: rgb(63,130,14); }
div.DivClassName
{
background-color: #3F820E;
}
.BgClassName
{
background-color: #3F820E;
}
</style>
border-color css
<style>
span { border-color: #3F820E; }
span { border-color: rgb(63,130,14); }
td.TdClassName
{
border-color: #3F820E;
}
.TagClassName
{
border-color: #3F820E;
}
</style>