Shades of Bilbao #39771D
Tints of Bilbao #39771D
RGB
CMYK
RGB Variations
Color information
#39771D (or 0x39771D) is known color: Bilbao. HEX triplet: 39, 77 and 1D. RGB value is (57,119,29). Sum of RGB (Red+Green+Blue) = 57+119+29=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 119 (46.88% from 255 or 58.05% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 119 - color contains mainly: green. Hex color #39771D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39771D is #C688E2. Grayscale: #5A5A5A. Windows color (decimal): -13011171 or 1931065. OLE color: 1931065.
HSL color Cylindrical-coordinate representation of color #39771D: hue angle of 101.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39771D is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 119 | 29 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.53 |
| HSL | 101.33º | 0.61% | 0.29% | - |
| HSV(B) | 101.33º | 0.76% | 0.47% | - |
| XYZ | 8.51 | 14.15 | 3.45 | - |
| YUV | 90.2 | 93.46 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 119 | 29 | 0.52 | 0 | 0.76 | 0.53 | 101.33 | 0.61 | 0.29 |
| Hex | 39 | 77 | 1D | 34 | 0 | 4C | 35 | 65 | 3D | 1D |
| Octal | 71 | 167 | 35 | 64 | 0 | 114 | 65 | 145 | 75 | 35 |
| Binary | 111001 | 1110111 | 11101 | 110100 | 0 | 1001100 | 110101 | 1100101 | 111101 | 11101 |
Color Harmonies of #39771D
Complementary color
Monochromatic Colors of #39771D
Black with #39771D
Text Example
Text Example
White with #39771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39771D; }
p { color: rgb(57,119,29); }
H1.HeaderClassName
{
color: #39771D;
}
.AnyTagClassName
{
color: #39771D;
}
</style>
background-color css
<style>
a { background-color: #39771D; }
a { background-color: rgb(57,119,29); }
div.DivClassName
{
background-color: #39771D;
}
.BgClassName
{
background-color: #39771D;
}
</style>
border-color css
<style>
span { border-color: #39771D; }
span { border-color: rgb(57,119,29); }
td.TdClassName
{
border-color: #39771D;
}
.TagClassName
{
border-color: #39771D;
}
</style>