Shades of Bilbao #3F810A
Tints of Bilbao #3F810A
RGB
CMYK
RGB Variations
Color information
#3F810A (or 0x3F810A) is known color: Bilbao. HEX triplet: 3F, 81 and 0A. RGB value is (63,129,10). Sum of RGB (Red+Green+Blue) = 63+129+10=202 (26% of max value = 765). Red value is 63 (25% from 255 or 31.19% from 202); Green value is 129 (50.78% from 255 or 63.86% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 129 - color contains mainly: green. Hex color #3F810A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F810A is #C07EF5. Grayscale: #606060. Windows color (decimal): -12615414 or 688447. OLE color: 688447.
HSL color Cylindrical-coordinate representation of color #3F810A: hue angle of 93.28º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F810A is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 129 | 10 | - |
| CMYK | 0.51 | 0 | 0.92 | 0.49 |
| HSL | 93.28º | 0.86% | 0.27% | - |
| HSV(B) | 93.28º | 0.92% | 0.51% | - |
| XYZ | 9.95 | 16.78 | 3 | - |
| YUV | 95.7 | 79.63 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 129 | 10 | 0.51 | 0 | 0.92 | 0.49 | 93.28 | 0.86 | 0.27 |
| Hex | 3F | 81 | A | 33 | 0 | 5C | 31 | 5D | 56 | 1B |
| Octal | 77 | 201 | 12 | 63 | 0 | 134 | 61 | 135 | 126 | 33 |
| Binary | 111111 | 10000001 | 1010 | 110011 | 0 | 1011100 | 110001 | 1011101 | 1010110 | 11011 |
Color Harmonies of #3F810A
Complementary color
Monochromatic Colors of #3F810A
Black with #3F810A
Text Example
Text Example
White with #3F810A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F810A; }
p { color: rgb(63,129,10); }
H1.HeaderClassName
{
color: #3F810A;
}
.AnyTagClassName
{
color: #3F810A;
}
</style>
background-color css
<style>
a { background-color: #3F810A; }
a { background-color: rgb(63,129,10); }
div.DivClassName
{
background-color: #3F810A;
}
.BgClassName
{
background-color: #3F810A;
}
</style>
border-color css
<style>
span { border-color: #3F810A; }
span { border-color: rgb(63,129,10); }
td.TdClassName
{
border-color: #3F810A;
}
.TagClassName
{
border-color: #3F810A;
}
</style>