Shades of Bilbao #3B7A08
Tints of Bilbao #3B7A08
RGB
CMYK
RGB Variations
Color information
#3B7A08 (or 0x3B7A08) is known color: Bilbao. HEX triplet: 3B, 7A and 08. RGB value is (59,122,8). Sum of RGB (Red+Green+Blue) = 59+122+8=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 122 (48.05% from 255 or 64.55% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 122 - color contains mainly: green. Hex color #3B7A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7A08 is #C485F7. Grayscale: #5A5A5A. Windows color (decimal): -12879352 or 555579. OLE color: 555579.
HSL color Cylindrical-coordinate representation of color #3B7A08: hue angle of 93.16º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B7A08 is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 122 | 8 | - |
| CMYK | 0.52 | 0 | 0.93 | 0.52 |
| HSL | 93.16º | 0.88% | 0.25% | - |
| HSV(B) | 93.16º | 0.93% | 0.48% | - |
| XYZ | 8.81 | 14.87 | 2.64 | - |
| YUV | 90.17 | 81.63 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 122 | 8 | 0.52 | 0 | 0.93 | 0.52 | 93.16 | 0.88 | 0.25 |
| Hex | 3B | 7A | 8 | 34 | 0 | 5D | 34 | 5D | 58 | 19 |
| Octal | 73 | 172 | 10 | 64 | 0 | 135 | 64 | 135 | 130 | 31 |
| Binary | 111011 | 1111010 | 1000 | 110100 | 0 | 1011101 | 110100 | 1011101 | 1011000 | 11001 |
Color Harmonies of #3B7A08
Complementary color
Monochromatic Colors of #3B7A08
Black with #3B7A08
Text Example
Text Example
White with #3B7A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7A08; }
p { color: rgb(59,122,8); }
H1.HeaderClassName
{
color: #3B7A08;
}
.AnyTagClassName
{
color: #3B7A08;
}
</style>
background-color css
<style>
a { background-color: #3B7A08; }
a { background-color: rgb(59,122,8); }
div.DivClassName
{
background-color: #3B7A08;
}
.BgClassName
{
background-color: #3B7A08;
}
</style>
border-color css
<style>
span { border-color: #3B7A08; }
span { border-color: rgb(59,122,8); }
td.TdClassName
{
border-color: #3B7A08;
}
.TagClassName
{
border-color: #3B7A08;
}
</style>