Shades of Bilbao #3B802F
Tints of Bilbao #3B802F
RGB
CMYK
RGB Variations
Color information
#3B802F (or 0x3B802F) is known color: Bilbao. HEX triplet: 3B, 80 and 2F. RGB value is (59,128,47). Sum of RGB (Red+Green+Blue) = 59+128+47=234 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.21% from 234); Green value is 128 (50.39% from 255 or 54.70% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 128 - color contains mainly: green. Hex color #3B802F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B802F is #C47FD0. Grayscale: #626262. Windows color (decimal): -12877777 or 3113019. OLE color: 3113019.
HSL color Cylindrical-coordinate representation of color #3B802F: hue angle of 111.11º 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 #3B802F is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 128 | 47 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.50 |
| HSL | 111.11º | 0.46% | 0.34% | - |
| HSV(B) | 111.11º | 0.63% | 0.5% | - |
| XYZ | 10.04 | 16.57 | 5.36 | - |
| YUV | 98.14 | 99.14 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 128 | 47 | 0.54 | 0 | 0.63 | 0.50 | 111.11 | 0.46 | 0.34 |
| Hex | 3B | 80 | 2F | 36 | 0 | 3F | 32 | 6F | 2E | 22 |
| Octal | 73 | 200 | 57 | 66 | 0 | 77 | 62 | 157 | 56 | 42 |
| Binary | 111011 | 10000000 | 101111 | 110110 | 0 | 111111 | 110010 | 1101111 | 101110 | 100010 |
Color Harmonies of #3B802F
Complementary color
Monochromatic Colors of #3B802F
Black with #3B802F
Text Example
Text Example
White with #3B802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B802F; }
p { color: rgb(59,128,47); }
H1.HeaderClassName
{
color: #3B802F;
}
.AnyTagClassName
{
color: #3B802F;
}
</style>
background-color css
<style>
a { background-color: #3B802F; }
a { background-color: rgb(59,128,47); }
div.DivClassName
{
background-color: #3B802F;
}
.BgClassName
{
background-color: #3B802F;
}
</style>
border-color css
<style>
span { border-color: #3B802F; }
span { border-color: rgb(59,128,47); }
td.TdClassName
{
border-color: #3B802F;
}
.TagClassName
{
border-color: #3B802F;
}
</style>