Shades of Bilbao #3F822F
Tints of Bilbao #3F822F
RGB
CMYK
RGB Variations
Color information
#3F822F (or 0x3F822F) is known color: Bilbao. HEX triplet: 3F, 82 and 2F. RGB value is (63,130,47). Sum of RGB (Red+Green+Blue) = 63+130+47=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #3F822F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F822F is #C07DD0. Grayscale: #646464. Windows color (decimal): -12615121 or 3113535. OLE color: 3113535.
HSL color Cylindrical-coordinate representation of color #3F822F: hue angle of 108.43º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F822F is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 130 | 47 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.49 |
| HSL | 108.43º | 0.47% | 0.35% | - |
| HSV(B) | 108.43º | 0.64% | 0.51% | - |
| XYZ | 10.55 | 17.23 | 5.46 | - |
| YUV | 100.51 | 97.8 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 130 | 47 | 0.52 | 0 | 0.64 | 0.49 | 108.43 | 0.47 | 0.35 |
| Hex | 3F | 82 | 2F | 34 | 0 | 40 | 31 | 6C | 2F | 23 |
| Octal | 77 | 202 | 57 | 64 | 0 | 100 | 61 | 154 | 57 | 43 |
| Binary | 111111 | 10000010 | 101111 | 110100 | 0 | 1000000 | 110001 | 1101100 | 101111 | 100011 |
Color Harmonies of #3F822F
Complementary color
Monochromatic Colors of #3F822F
Black with #3F822F
Text Example
Text Example
White with #3F822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F822F; }
p { color: rgb(63,130,47); }
H1.HeaderClassName
{
color: #3F822F;
}
.AnyTagClassName
{
color: #3F822F;
}
</style>
background-color css
<style>
a { background-color: #3F822F; }
a { background-color: rgb(63,130,47); }
div.DivClassName
{
background-color: #3F822F;
}
.BgClassName
{
background-color: #3F822F;
}
</style>
border-color css
<style>
span { border-color: #3F822F; }
span { border-color: rgb(63,130,47); }
td.TdClassName
{
border-color: #3F822F;
}
.TagClassName
{
border-color: #3F822F;
}
</style>