Shades of Bilbao #3F761C
Tints of Bilbao #3F761C
RGB
CMYK
RGB Variations
Color information
#3F761C (or 0x3F761C) is known color: Bilbao. HEX triplet: 3F, 76 and 1C. RGB value is (63,118,28). Sum of RGB (Red+Green+Blue) = 63+118+28=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #3F761C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F761C is #C089E3. Grayscale: #5B5B5B. Windows color (decimal): -12618212 or 1865279. OLE color: 1865279.
HSL color Cylindrical-coordinate representation of color #3F761C: hue angle of 96.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F761C is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 28 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.54 |
| HSL | 96.67º | 0.62% | 0.29% | - |
| HSV(B) | 96.67º | 0.76% | 0.46% | - |
| XYZ | 8.74 | 14.1 | 3.36 | - |
| YUV | 91.3 | 92.28 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 28 | 0.47 | 0 | 0.76 | 0.54 | 96.67 | 0.62 | 0.29 |
| Hex | 3F | 76 | 1C | 2F | 0 | 4C | 36 | 61 | 3E | 1D |
| Octal | 77 | 166 | 34 | 57 | 0 | 114 | 66 | 141 | 76 | 35 |
| Binary | 111111 | 1110110 | 11100 | 101111 | 0 | 1001100 | 110110 | 1100001 | 111110 | 11101 |
Color Harmonies of #3F761C
Complementary color
Monochromatic Colors of #3F761C
Black with #3F761C
Text Example
Text Example
White with #3F761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F761C; }
p { color: rgb(63,118,28); }
H1.HeaderClassName
{
color: #3F761C;
}
.AnyTagClassName
{
color: #3F761C;
}
</style>
background-color css
<style>
a { background-color: #3F761C; }
a { background-color: rgb(63,118,28); }
div.DivClassName
{
background-color: #3F761C;
}
.BgClassName
{
background-color: #3F761C;
}
</style>
border-color css
<style>
span { border-color: #3F761C; }
span { border-color: rgb(63,118,28); }
td.TdClassName
{
border-color: #3F761C;
}
.TagClassName
{
border-color: #3F761C;
}
</style>