Shades of Bilbao #39781F
Tints of Bilbao #39781F
RGB
CMYK
RGB Variations
Color information
#39781F (or 0x39781F) is known color: Bilbao. HEX triplet: 39, 78 and 1F. RGB value is (57,120,31). Sum of RGB (Red+Green+Blue) = 57+120+31=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 120 (47.27% from 255 or 57.69% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 120 - color contains mainly: green. Hex color #39781F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39781F is #C687E0. Grayscale: #5B5B5B. Windows color (decimal): -13010913 or 2062393. OLE color: 2062393.
HSL color Cylindrical-coordinate representation of color #39781F: hue angle of 102.47º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39781F is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 120 | 31 | - |
| CMYK | 0.52 | 0 | 0.74 | 0.53 |
| HSL | 102.47º | 0.59% | 0.3% | - |
| HSV(B) | 102.47º | 0.74% | 0.47% | - |
| XYZ | 8.65 | 14.4 | 3.62 | - |
| YUV | 91.02 | 94.13 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 31 | 0.52 | 0 | 0.74 | 0.53 | 102.47 | 0.59 | 0.3 |
| Hex | 39 | 78 | 1F | 34 | 0 | 4A | 35 | 66 | 3B | 1E |
| Octal | 71 | 170 | 37 | 64 | 0 | 112 | 65 | 146 | 73 | 36 |
| Binary | 111001 | 1111000 | 11111 | 110100 | 0 | 1001010 | 110101 | 1100110 | 111011 | 11110 |
Color Harmonies of #39781F
Complementary color
Monochromatic Colors of #39781F
Black with #39781F
Text Example
Text Example
White with #39781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39781F; }
p { color: rgb(57,120,31); }
H1.HeaderClassName
{
color: #39781F;
}
.AnyTagClassName
{
color: #39781F;
}
</style>
background-color css
<style>
a { background-color: #39781F; }
a { background-color: rgb(57,120,31); }
div.DivClassName
{
background-color: #39781F;
}
.BgClassName
{
background-color: #39781F;
}
</style>
border-color css
<style>
span { border-color: #39781F; }
span { border-color: rgb(57,120,31); }
td.TdClassName
{
border-color: #39781F;
}
.TagClassName
{
border-color: #39781F;
}
</style>