Shades of Bilbao #39771B
Tints of Bilbao #39771B
RGB
CMYK
RGB Variations
Color information
#39771B (or 0x39771B) is known color: Bilbao. HEX triplet: 39, 77 and 1B. RGB value is (57,119,27). Sum of RGB (Red+Green+Blue) = 57+119+27=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #39771B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39771B is #C688E4. Grayscale: #5A5A5A. Windows color (decimal): -13011173 or 1799993. OLE color: 1799993.
HSL color Cylindrical-coordinate representation of color #39771B: hue angle of 100.43º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39771B is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 119 | 27 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.53 |
| HSL | 100.43º | 0.63% | 0.29% | - |
| HSV(B) | 100.43º | 0.77% | 0.47% | - |
| XYZ | 8.48 | 14.14 | 3.32 | - |
| YUV | 89.97 | 92.46 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 119 | 27 | 0.52 | 0 | 0.77 | 0.53 | 100.43 | 0.63 | 0.29 |
| Hex | 39 | 77 | 1B | 34 | 0 | 4D | 35 | 64 | 3F | 1D |
| Octal | 71 | 167 | 33 | 64 | 0 | 115 | 65 | 144 | 77 | 35 |
| Binary | 111001 | 1110111 | 11011 | 110100 | 0 | 1001101 | 110101 | 1100100 | 111111 | 11101 |
Color Harmonies of #39771B
Complementary color
Monochromatic Colors of #39771B
Black with #39771B
Text Example
Text Example
White with #39771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39771B; }
p { color: rgb(57,119,27); }
H1.HeaderClassName
{
color: #39771B;
}
.AnyTagClassName
{
color: #39771B;
}
</style>
background-color css
<style>
a { background-color: #39771B; }
a { background-color: rgb(57,119,27); }
div.DivClassName
{
background-color: #39771B;
}
.BgClassName
{
background-color: #39771B;
}
</style>
border-color css
<style>
span { border-color: #39771B; }
span { border-color: rgb(57,119,27); }
td.TdClassName
{
border-color: #39771B;
}
.TagClassName
{
border-color: #39771B;
}
</style>