Shades of Bilbao #3B7F15
Tints of Bilbao #3B7F15
RGB
CMYK
RGB Variations
Color information
#3B7F15 (or 0x3B7F15) is known color: Bilbao. HEX triplet: 3B, 7F and 15. RGB value is (59,127,21). Sum of RGB (Red+Green+Blue) = 59+127+21=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 127 (50% from 255 or 61.35% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 127 - color contains mainly: green. Hex color #3B7F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7F15 is #C480EA. Grayscale: #5E5E5E. Windows color (decimal): -12878059 or 1408827. OLE color: 1408827.
HSL color Cylindrical-coordinate representation of color #3B7F15: hue angle of 98.49º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3B7F15 is Cyan = 0.54, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 127 | 21 | - |
| CMYK | 0.54 | 0 | 0.83 | 0.50 |
| HSL | 98.49º | 0.72% | 0.29% | - |
| HSV(B) | 98.49º | 0.83% | 0.5% | - |
| XYZ | 9.53 | 16.16 | 3.33 | - |
| YUV | 94.58 | 86.47 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 127 | 21 | 0.54 | 0 | 0.83 | 0.50 | 98.49 | 0.72 | 0.29 |
| Hex | 3B | 7F | 15 | 36 | 0 | 53 | 32 | 62 | 48 | 1D |
| Octal | 73 | 177 | 25 | 66 | 0 | 123 | 62 | 142 | 110 | 35 |
| Binary | 111011 | 1111111 | 10101 | 110110 | 0 | 1010011 | 110010 | 1100010 | 1001000 | 11101 |
Color Harmonies of #3B7F15
Complementary color
Monochromatic Colors of #3B7F15
Black with #3B7F15
Text Example
Text Example
White with #3B7F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7F15; }
p { color: rgb(59,127,21); }
H1.HeaderClassName
{
color: #3B7F15;
}
.AnyTagClassName
{
color: #3B7F15;
}
</style>
background-color css
<style>
a { background-color: #3B7F15; }
a { background-color: rgb(59,127,21); }
div.DivClassName
{
background-color: #3B7F15;
}
.BgClassName
{
background-color: #3B7F15;
}
</style>
border-color css
<style>
span { border-color: #3B7F15; }
span { border-color: rgb(59,127,21); }
td.TdClassName
{
border-color: #3B7F15;
}
.TagClassName
{
border-color: #3B7F15;
}
</style>