Shades of Bilbao #39731B
Tints of Bilbao #39731B
RGB
CMYK
RGB Variations
Color information
#39731B (or 0x39731B) is known color: Bilbao. HEX triplet: 39, 73 and 1B. RGB value is (57,115,27). Sum of RGB (Red+Green+Blue) = 57+115+27=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #39731B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39731B is #C68CE4. Grayscale: #575757. Windows color (decimal): -13012197 or 1798969. OLE color: 1798969.
HSL color Cylindrical-coordinate representation of color #39731B: hue angle of 99.55º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39731B is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 115 | 27 | - |
| CMYK | 0.50 | 0 | 0.77 | 0.55 |
| HSL | 99.55º | 0.62% | 0.28% | - |
| HSV(B) | 99.55º | 0.77% | 0.45% | - |
| XYZ | 8.02 | 13.21 | 3.16 | - |
| YUV | 87.63 | 93.78 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 115 | 27 | 0.50 | 0 | 0.77 | 0.55 | 99.55 | 0.62 | 0.28 |
| Hex | 39 | 73 | 1B | 32 | 0 | 4D | 37 | 64 | 3E | 1C |
| Octal | 71 | 163 | 33 | 62 | 0 | 115 | 67 | 144 | 76 | 34 |
| Binary | 111001 | 1110011 | 11011 | 110010 | 0 | 1001101 | 110111 | 1100100 | 111110 | 11100 |
Color Harmonies of #39731B
Complementary color
Monochromatic Colors of #39731B
Black with #39731B
Text Example
Text Example
White with #39731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39731B; }
p { color: rgb(57,115,27); }
H1.HeaderClassName
{
color: #39731B;
}
.AnyTagClassName
{
color: #39731B;
}
</style>
background-color css
<style>
a { background-color: #39731B; }
a { background-color: rgb(57,115,27); }
div.DivClassName
{
background-color: #39731B;
}
.BgClassName
{
background-color: #39731B;
}
</style>
border-color css
<style>
span { border-color: #39731B; }
span { border-color: rgb(57,115,27); }
td.TdClassName
{
border-color: #39731B;
}
.TagClassName
{
border-color: #39731B;
}
</style>