Shades of Bilbao #39760B
Tints of Bilbao #39760B
RGB
CMYK
RGB Variations
Color information
#39760B (or 0x39760B) is known color: Bilbao. HEX triplet: 39, 76 and 0B. RGB value is (57,118,11). Sum of RGB (Red+Green+Blue) = 57+118+11=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 118 (46.48% from 255 or 63.44% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 118 - color contains mainly: green. Hex color #39760B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39760B is #C689F4. Grayscale: #575757. Windows color (decimal): -13011445 or 751161. OLE color: 751161.
HSL color Cylindrical-coordinate representation of color #39760B: hue angle of 94.21º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #39760B is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 118 | 11 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.54 |
| HSL | 94.21º | 0.83% | 0.25% | - |
| HSV(B) | 94.21º | 0.91% | 0.46% | - |
| XYZ | 8.23 | 13.85 | 2.56 | - |
| YUV | 87.56 | 84.79 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 118 | 11 | 0.52 | 0 | 0.91 | 0.54 | 94.21 | 0.83 | 0.25 |
| Hex | 39 | 76 | B | 34 | 0 | 5B | 36 | 5E | 53 | 19 |
| Octal | 71 | 166 | 13 | 64 | 0 | 133 | 66 | 136 | 123 | 31 |
| Binary | 111001 | 1110110 | 1011 | 110100 | 0 | 1011011 | 110110 | 1011110 | 1010011 | 11001 |
Color Harmonies of #39760B
Complementary color
Monochromatic Colors of #39760B
Black with #39760B
Text Example
Text Example
White with #39760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39760B; }
p { color: rgb(57,118,11); }
H1.HeaderClassName
{
color: #39760B;
}
.AnyTagClassName
{
color: #39760B;
}
</style>
background-color css
<style>
a { background-color: #39760B; }
a { background-color: rgb(57,118,11); }
div.DivClassName
{
background-color: #39760B;
}
.BgClassName
{
background-color: #39760B;
}
</style>
border-color css
<style>
span { border-color: #39760B; }
span { border-color: rgb(57,118,11); }
td.TdClassName
{
border-color: #39760B;
}
.TagClassName
{
border-color: #39760B;
}
</style>