Shades of Bilbao #3D760F
Tints of Bilbao #3D760F
RGB
CMYK
RGB Variations
Color information
#3D760F (or 0x3D760F) is known color: Bilbao. HEX triplet: 3D, 76 and 0F. RGB value is (61,118,15). Sum of RGB (Red+Green+Blue) = 61+118+15=194 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.44% from 194); Green value is 118 (46.48% from 255 or 60.82% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 118 - color contains mainly: green. Hex color #3D760F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D760F is #C289F0. Grayscale: #595959. Windows color (decimal): -12749297 or 1013309. OLE color: 1013309.
HSL color Cylindrical-coordinate representation of color #3D760F: hue angle of 93.2º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D760F is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 118 | 15 | - |
| CMYK | 0.48 | 0 | 0.87 | 0.54 |
| HSL | 93.2º | 0.77% | 0.26% | - |
| HSV(B) | 93.2º | 0.87% | 0.46% | - |
| XYZ | 8.49 | 13.98 | 2.7 | - |
| YUV | 89.22 | 86.12 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 118 | 15 | 0.48 | 0 | 0.87 | 0.54 | 93.2 | 0.77 | 0.26 |
| Hex | 3D | 76 | F | 30 | 0 | 57 | 36 | 5D | 4D | 1A |
| Octal | 75 | 166 | 17 | 60 | 0 | 127 | 66 | 135 | 115 | 32 |
| Binary | 111101 | 1110110 | 1111 | 110000 | 0 | 1010111 | 110110 | 1011101 | 1001101 | 11010 |
Color Harmonies of #3D760F
Complementary color
Monochromatic Colors of #3D760F
Black with #3D760F
Text Example
Text Example
White with #3D760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D760F; }
p { color: rgb(61,118,15); }
H1.HeaderClassName
{
color: #3D760F;
}
.AnyTagClassName
{
color: #3D760F;
}
</style>
background-color css
<style>
a { background-color: #3D760F; }
a { background-color: rgb(61,118,15); }
div.DivClassName
{
background-color: #3D760F;
}
.BgClassName
{
background-color: #3D760F;
}
</style>
border-color css
<style>
span { border-color: #3D760F; }
span { border-color: rgb(61,118,15); }
td.TdClassName
{
border-color: #3D760F;
}
.TagClassName
{
border-color: #3D760F;
}
</style>