Shades of Bilbao #39711C
Tints of Bilbao #39711C
RGB
CMYK
RGB Variations
Color information
#39711C (or 0x39711C) is known color: Bilbao. HEX triplet: 39, 71 and 1C. RGB value is (57,113,28). Sum of RGB (Red+Green+Blue) = 57+113+28=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 113 (44.53% from 255 or 57.07% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 113 - color contains mainly: green. Hex color #39711C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39711C is #C68EE3. Grayscale: #565656. Windows color (decimal): -13012708 or 1863993. OLE color: 1863993.
HSL color Cylindrical-coordinate representation of color #39711C: hue angle of 99.53º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39711C is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 113 | 28 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.56 |
| HSL | 99.53º | 0.6% | 0.28% | - |
| HSV(B) | 99.53º | 0.75% | 0.44% | - |
| XYZ | 7.8 | 12.76 | 3.15 | - |
| YUV | 86.57 | 94.95 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 113 | 28 | 0.50 | 0 | 0.75 | 0.56 | 99.53 | 0.6 | 0.28 |
| Hex | 39 | 71 | 1C | 32 | 0 | 4B | 38 | 64 | 3C | 1C |
| Octal | 71 | 161 | 34 | 62 | 0 | 113 | 70 | 144 | 74 | 34 |
| Binary | 111001 | 1110001 | 11100 | 110010 | 0 | 1001011 | 111000 | 1100100 | 111100 | 11100 |
Color Harmonies of #39711C
Complementary color
Monochromatic Colors of #39711C
Black with #39711C
Text Example
Text Example
White with #39711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39711C; }
p { color: rgb(57,113,28); }
H1.HeaderClassName
{
color: #39711C;
}
.AnyTagClassName
{
color: #39711C;
}
</style>
background-color css
<style>
a { background-color: #39711C; }
a { background-color: rgb(57,113,28); }
div.DivClassName
{
background-color: #39711C;
}
.BgClassName
{
background-color: #39711C;
}
</style>
border-color css
<style>
span { border-color: #39711C; }
span { border-color: rgb(57,113,28); }
td.TdClassName
{
border-color: #39711C;
}
.TagClassName
{
border-color: #39711C;
}
</style>