Shades of Bilbao #3F732A
Tints of Bilbao #3F732A
RGB
CMYK
RGB Variations
Color information
#3F732A (or 0x3F732A) is known color: Bilbao. HEX triplet: 3F, 73 and 2A. RGB value is (63,115,42). Sum of RGB (Red+Green+Blue) = 63+115+42=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #3F732A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F732A is #C08CD5. Grayscale: #5B5B5B. Windows color (decimal): -12618966 or 2782015. OLE color: 2782015.
HSL color Cylindrical-coordinate representation of color #3F732A: hue angle of 102.74º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F732A is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 115 | 42 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.55 |
| HSL | 102.74º | 0.46% | 0.31% | - |
| HSV(B) | 102.74º | 0.63% | 0.45% | - |
| XYZ | 8.6 | 13.49 | 4.34 | - |
| YUV | 91.13 | 100.27 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 42 | 0.45 | 0 | 0.63 | 0.55 | 102.74 | 0.46 | 0.31 |
| Hex | 3F | 73 | 2A | 2D | 0 | 3F | 37 | 67 | 2E | 1F |
| Octal | 77 | 163 | 52 | 55 | 0 | 77 | 67 | 147 | 56 | 37 |
| Binary | 111111 | 1110011 | 101010 | 101101 | 0 | 111111 | 110111 | 1100111 | 101110 | 11111 |
Color Harmonies of #3F732A
Complementary color
Monochromatic Colors of #3F732A
Black with #3F732A
Text Example
Text Example
White with #3F732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F732A; }
p { color: rgb(63,115,42); }
H1.HeaderClassName
{
color: #3F732A;
}
.AnyTagClassName
{
color: #3F732A;
}
</style>
background-color css
<style>
a { background-color: #3F732A; }
a { background-color: rgb(63,115,42); }
div.DivClassName
{
background-color: #3F732A;
}
.BgClassName
{
background-color: #3F732A;
}
</style>
border-color css
<style>
span { border-color: #3F732A; }
span { border-color: rgb(63,115,42); }
td.TdClassName
{
border-color: #3F732A;
}
.TagClassName
{
border-color: #3F732A;
}
</style>