Shades of Bilbao #3F7C2A
Tints of Bilbao #3F7C2A
RGB
CMYK
RGB Variations
Color information
#3F7C2A (or 0x3F7C2A) is known color: Bilbao. HEX triplet: 3F, 7C and 2A. RGB value is (63,124,42). Sum of RGB (Red+Green+Blue) = 63+124+42=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 124 (48.83% from 255 or 54.15% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7C2A is #C083D5. Grayscale: #606060. Windows color (decimal): -12616662 or 2784319. OLE color: 2784319.
HSL color Cylindrical-coordinate representation of color #3F7C2A: hue angle of 104.63º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F7C2A is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 124 | 42 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.51 |
| HSL | 104.63º | 0.49% | 0.33% | - |
| HSV(B) | 104.63º | 0.66% | 0.49% | - |
| XYZ | 9.68 | 15.64 | 4.7 | - |
| YUV | 96.41 | 97.29 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 124 | 42 | 0.49 | 0 | 0.66 | 0.51 | 104.63 | 0.49 | 0.33 |
| Hex | 3F | 7C | 2A | 31 | 0 | 42 | 33 | 69 | 31 | 21 |
| Octal | 77 | 174 | 52 | 61 | 0 | 102 | 63 | 151 | 61 | 41 |
| Binary | 111111 | 1111100 | 101010 | 110001 | 0 | 1000010 | 110011 | 1101001 | 110001 | 100001 |
Color Harmonies of #3F7C2A
Complementary color
Monochromatic Colors of #3F7C2A
Black with #3F7C2A
Text Example
Text Example
White with #3F7C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7C2A; }
p { color: rgb(63,124,42); }
H1.HeaderClassName
{
color: #3F7C2A;
}
.AnyTagClassName
{
color: #3F7C2A;
}
</style>
background-color css
<style>
a { background-color: #3F7C2A; }
a { background-color: rgb(63,124,42); }
div.DivClassName
{
background-color: #3F7C2A;
}
.BgClassName
{
background-color: #3F7C2A;
}
</style>
border-color css
<style>
span { border-color: #3F7C2A; }
span { border-color: rgb(63,124,42); }
td.TdClassName
{
border-color: #3F7C2A;
}
.TagClassName
{
border-color: #3F7C2A;
}
</style>