Shades of Bilbao #3F8C03
Tints of Bilbao #3F8C03
RGB
CMYK
RGB Variations
Color information
#3F8C03 (or 0x3F8C03) is known color: Bilbao. HEX triplet: 3F, 8C and 03. RGB value is (63,140,3). Sum of RGB (Red+Green+Blue) = 63+140+3=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 140 (55.08% from 255 or 67.96% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 140 - color contains mainly: green. Hex color #3F8C03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8C03 is #C073FC. Grayscale: #656565. Windows color (decimal): -12612605 or 232511. OLE color: 232511.
HSL color Cylindrical-coordinate representation of color #3F8C03: hue angle of 93.72º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F8C03 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 140 | 3 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.45 |
| HSL | 93.72º | 0.96% | 0.28% | - |
| HSV(B) | 93.72º | 0.98% | 0.55% | - |
| XYZ | 11.44 | 19.82 | 3.31 | - |
| YUV | 101.36 | 72.49 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 140 | 3 | 0.55 | 0 | 0.98 | 0.45 | 93.72 | 0.96 | 0.28 |
| Hex | 3F | 8C | 3 | 37 | 0 | 62 | 2D | 5E | 60 | 1C |
| Octal | 77 | 214 | 3 | 67 | 0 | 142 | 55 | 136 | 140 | 34 |
| Binary | 111111 | 10001100 | 11 | 110111 | 0 | 1100010 | 101101 | 1011110 | 1100000 | 11100 |
Color Harmonies of #3F8C03
Complementary color
Monochromatic Colors of #3F8C03
Black with #3F8C03
Text Example
Text Example
White with #3F8C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8C03; }
p { color: rgb(63,140,3); }
H1.HeaderClassName
{
color: #3F8C03;
}
.AnyTagClassName
{
color: #3F8C03;
}
</style>
background-color css
<style>
a { background-color: #3F8C03; }
a { background-color: rgb(63,140,3); }
div.DivClassName
{
background-color: #3F8C03;
}
.BgClassName
{
background-color: #3F8C03;
}
</style>
border-color css
<style>
span { border-color: #3F8C03; }
span { border-color: rgb(63,140,3); }
td.TdClassName
{
border-color: #3F8C03;
}
.TagClassName
{
border-color: #3F8C03;
}
</style>