Shades of Bilbao #39790B
Tints of Bilbao #39790B
RGB
CMYK
RGB Variations
Color information
#39790B (or 0x39790B) is known color: Bilbao. HEX triplet: 39, 79 and 0B. RGB value is (57,121,11). Sum of RGB (Red+Green+Blue) = 57+121+11=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 121 (47.66% from 255 or 64.02% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 121 - color contains mainly: green. Hex color #39790B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39790B is #C686F4. Grayscale: #595959. Windows color (decimal): -13010677 or 751929. OLE color: 751929.
HSL color Cylindrical-coordinate representation of color #39790B: hue angle of 94.91º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #39790B is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 121 | 11 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.53 |
| HSL | 94.91º | 0.83% | 0.26% | - |
| HSV(B) | 94.91º | 0.91% | 0.47% | - |
| XYZ | 8.59 | 14.57 | 2.68 | - |
| YUV | 89.32 | 83.8 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 121 | 11 | 0.53 | 0 | 0.91 | 0.53 | 94.91 | 0.83 | 0.26 |
| Hex | 39 | 79 | B | 35 | 0 | 5B | 35 | 5F | 53 | 1A |
| Octal | 71 | 171 | 13 | 65 | 0 | 133 | 65 | 137 | 123 | 32 |
| Binary | 111001 | 1111001 | 1011 | 110101 | 0 | 1011011 | 110101 | 1011111 | 1010011 | 11010 |
Color Harmonies of #39790B
Complementary color
Monochromatic Colors of #39790B
Black with #39790B
Text Example
Text Example
White with #39790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39790B; }
p { color: rgb(57,121,11); }
H1.HeaderClassName
{
color: #39790B;
}
.AnyTagClassName
{
color: #39790B;
}
</style>
background-color css
<style>
a { background-color: #39790B; }
a { background-color: rgb(57,121,11); }
div.DivClassName
{
background-color: #39790B;
}
.BgClassName
{
background-color: #39790B;
}
</style>
border-color css
<style>
span { border-color: #39790B; }
span { border-color: rgb(57,121,11); }
td.TdClassName
{
border-color: #39790B;
}
.TagClassName
{
border-color: #39790B;
}
</style>