Shades of Bilbao #39782C
Tints of Bilbao #39782C
RGB
CMYK
RGB Variations
Color information
#39782C (or 0x39782C) is known color: Bilbao. HEX triplet: 39, 78 and 2C. RGB value is (57,120,44). Sum of RGB (Red+Green+Blue) = 57+120+44=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 120 (47.27% from 255 or 54.30% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 120 - color contains mainly: green. Hex color #39782C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39782C is #C687D3. Grayscale: #5C5C5C. Windows color (decimal): -13010900 or 2914361. OLE color: 2914361.
HSL color Cylindrical-coordinate representation of color #39782C: hue angle of 109.74º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39782C is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 120 | 44 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.53 |
| HSL | 109.74º | 0.46% | 0.32% | - |
| HSV(B) | 109.74º | 0.63% | 0.47% | - |
| XYZ | 8.86 | 14.48 | 4.71 | - |
| YUV | 92.5 | 100.63 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 44 | 0.52 | 0 | 0.63 | 0.53 | 109.74 | 0.46 | 0.32 |
| Hex | 39 | 78 | 2C | 34 | 0 | 3F | 35 | 6E | 2E | 20 |
| Octal | 71 | 170 | 54 | 64 | 0 | 77 | 65 | 156 | 56 | 40 |
| Binary | 111001 | 1111000 | 101100 | 110100 | 0 | 111111 | 110101 | 1101110 | 101110 | 100000 |
Color Harmonies of #39782C
Complementary color
Monochromatic Colors of #39782C
Black with #39782C
Text Example
Text Example
White with #39782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39782C; }
p { color: rgb(57,120,44); }
H1.HeaderClassName
{
color: #39782C;
}
.AnyTagClassName
{
color: #39782C;
}
</style>
background-color css
<style>
a { background-color: #39782C; }
a { background-color: rgb(57,120,44); }
div.DivClassName
{
background-color: #39782C;
}
.BgClassName
{
background-color: #39782C;
}
</style>
border-color css
<style>
span { border-color: #39782C; }
span { border-color: rgb(57,120,44); }
td.TdClassName
{
border-color: #39782C;
}
.TagClassName
{
border-color: #39782C;
}
</style>