Shades of Bilbao #3F840C
Tints of Bilbao #3F840C
RGB
CMYK
RGB Variations
Color information
#3F840C (or 0x3F840C) is known color: Bilbao. HEX triplet: 3F, 84 and 0C. RGB value is (63,132,12). Sum of RGB (Red+Green+Blue) = 63+132+12=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #3F840C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F840C is #C07BF3. Grayscale: #626262. Windows color (decimal): -12614644 or 820287. OLE color: 820287.
HSL color Cylindrical-coordinate representation of color #3F840C: hue angle of 94.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F840C is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 132 | 12 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.48 |
| HSL | 94.5º | 0.83% | 0.28% | - |
| HSV(B) | 94.5º | 0.91% | 0.52% | - |
| XYZ | 10.37 | 17.59 | 3.2 | - |
| YUV | 97.69 | 79.64 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 132 | 12 | 0.52 | 0 | 0.91 | 0.48 | 94.5 | 0.83 | 0.28 |
| Hex | 3F | 84 | C | 34 | 0 | 5B | 30 | 5E | 53 | 1C |
| Octal | 77 | 204 | 14 | 64 | 0 | 133 | 60 | 136 | 123 | 34 |
| Binary | 111111 | 10000100 | 1100 | 110100 | 0 | 1011011 | 110000 | 1011110 | 1010011 | 11100 |
Color Harmonies of #3F840C
Complementary color
Monochromatic Colors of #3F840C
Black with #3F840C
Text Example
Text Example
White with #3F840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F840C; }
p { color: rgb(63,132,12); }
H1.HeaderClassName
{
color: #3F840C;
}
.AnyTagClassName
{
color: #3F840C;
}
</style>
background-color css
<style>
a { background-color: #3F840C; }
a { background-color: rgb(63,132,12); }
div.DivClassName
{
background-color: #3F840C;
}
.BgClassName
{
background-color: #3F840C;
}
</style>
border-color css
<style>
span { border-color: #3F840C; }
span { border-color: rgb(63,132,12); }
td.TdClassName
{
border-color: #3F840C;
}
.TagClassName
{
border-color: #3F840C;
}
</style>