Shades of Bilbao #3B7D0C
Tints of Bilbao #3B7D0C
RGB
CMYK
RGB Variations
Color information
#3B7D0C (or 0x3B7D0C) is known color: Bilbao. HEX triplet: 3B, 7D and 0C. RGB value is (59,125,12). Sum of RGB (Red+Green+Blue) = 59+125+12=196 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.10% from 196); Green value is 125 (49.22% from 255 or 63.78% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 125 - color contains mainly: green. Hex color #3B7D0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7D0C is #C482F3. Grayscale: #5C5C5C. Windows color (decimal): -12878580 or 818491. OLE color: 818491.
HSL color Cylindrical-coordinate representation of color #3B7D0C: hue angle of 95.04º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B7D0C is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 125 | 12 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.51 |
| HSL | 95.04º | 0.82% | 0.27% | - |
| HSV(B) | 95.04º | 0.9% | 0.49% | - |
| XYZ | 9.2 | 15.62 | 2.88 | - |
| YUV | 92.38 | 82.63 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 125 | 12 | 0.53 | 0 | 0.90 | 0.51 | 95.04 | 0.82 | 0.27 |
| Hex | 3B | 7D | C | 35 | 0 | 5A | 33 | 5F | 52 | 1B |
| Octal | 73 | 175 | 14 | 65 | 0 | 132 | 63 | 137 | 122 | 33 |
| Binary | 111011 | 1111101 | 1100 | 110101 | 0 | 1011010 | 110011 | 1011111 | 1010010 | 11011 |
Color Harmonies of #3B7D0C
Complementary color
Monochromatic Colors of #3B7D0C
Black with #3B7D0C
Text Example
Text Example
White with #3B7D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7D0C; }
p { color: rgb(59,125,12); }
H1.HeaderClassName
{
color: #3B7D0C;
}
.AnyTagClassName
{
color: #3B7D0C;
}
</style>
background-color css
<style>
a { background-color: #3B7D0C; }
a { background-color: rgb(59,125,12); }
div.DivClassName
{
background-color: #3B7D0C;
}
.BgClassName
{
background-color: #3B7D0C;
}
</style>
border-color css
<style>
span { border-color: #3B7D0C; }
span { border-color: rgb(59,125,12); }
td.TdClassName
{
border-color: #3B7D0C;
}
.TagClassName
{
border-color: #3B7D0C;
}
</style>