Shades of Bilbao #3F802F
Tints of Bilbao #3F802F
RGB
CMYK
RGB Variations
Color information
#3F802F (or 0x3F802F) is known color: Bilbao. HEX triplet: 3F, 80 and 2F. RGB value is (63,128,47). Sum of RGB (Red+Green+Blue) = 63+128+47=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 128 (50.39% from 255 or 53.78% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 128 - color contains mainly: green. Hex color #3F802F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F802F is #C07FD0. Grayscale: #636363. Windows color (decimal): -12615633 or 3113023. OLE color: 3113023.
HSL color Cylindrical-coordinate representation of color #3F802F: hue angle of 108.15º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F802F is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 128 | 47 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.50 |
| HSL | 108.15º | 0.46% | 0.34% | - |
| HSV(B) | 108.15º | 0.63% | 0.5% | - |
| XYZ | 10.28 | 16.7 | 5.37 | - |
| YUV | 99.33 | 98.47 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 128 | 47 | 0.51 | 0 | 0.63 | 0.50 | 108.15 | 0.46 | 0.34 |
| Hex | 3F | 80 | 2F | 33 | 0 | 3F | 32 | 6C | 2E | 22 |
| Octal | 77 | 200 | 57 | 63 | 0 | 77 | 62 | 154 | 56 | 42 |
| Binary | 111111 | 10000000 | 101111 | 110011 | 0 | 111111 | 110010 | 1101100 | 101110 | 100010 |
Color Harmonies of #3F802F
Complementary color
Monochromatic Colors of #3F802F
Black with #3F802F
Text Example
Text Example
White with #3F802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F802F; }
p { color: rgb(63,128,47); }
H1.HeaderClassName
{
color: #3F802F;
}
.AnyTagClassName
{
color: #3F802F;
}
</style>
background-color css
<style>
a { background-color: #3F802F; }
a { background-color: rgb(63,128,47); }
div.DivClassName
{
background-color: #3F802F;
}
.BgClassName
{
background-color: #3F802F;
}
</style>
border-color css
<style>
span { border-color: #3F802F; }
span { border-color: rgb(63,128,47); }
td.TdClassName
{
border-color: #3F802F;
}
.TagClassName
{
border-color: #3F802F;
}
</style>