Shades of Bilbao #38710C
Tints of Bilbao #38710C
RGB
CMYK
RGB Variations
Color information
#38710C (or 0x38710C) is known color: Bilbao. HEX triplet: 38, 71 and 0C. RGB value is (56,113,12). Sum of RGB (Red+Green+Blue) = 56+113+12=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 113 (44.53% from 255 or 62.43% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 113 - color contains mainly: green. Hex color #38710C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38710C is #C78EF3. Grayscale: #545454. Windows color (decimal): -13078260 or 815416. OLE color: 815416.
HSL color Cylindrical-coordinate representation of color #38710C: hue angle of 93.86º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38710C is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 113 | 12 | - |
| CMYK | 0.50 | 0 | 0.89 | 0.56 |
| HSL | 93.86º | 0.81% | 0.25% | - |
| HSV(B) | 93.86º | 0.89% | 0.44% | - |
| XYZ | 7.6 | 12.68 | 2.39 | - |
| YUV | 84.44 | 87.12 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 113 | 12 | 0.50 | 0 | 0.89 | 0.56 | 93.86 | 0.81 | 0.25 |
| Hex | 38 | 71 | C | 32 | 0 | 59 | 38 | 5E | 51 | 19 |
| Octal | 70 | 161 | 14 | 62 | 0 | 131 | 70 | 136 | 121 | 31 |
| Binary | 111000 | 1110001 | 1100 | 110010 | 0 | 1011001 | 111000 | 1011110 | 1010001 | 11001 |
Color Harmonies of #38710C
Complementary color
Monochromatic Colors of #38710C
Black with #38710C
Text Example
Text Example
White with #38710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38710C; }
p { color: rgb(56,113,12); }
H1.HeaderClassName
{
color: #38710C;
}
.AnyTagClassName
{
color: #38710C;
}
</style>
background-color css
<style>
a { background-color: #38710C; }
a { background-color: rgb(56,113,12); }
div.DivClassName
{
background-color: #38710C;
}
.BgClassName
{
background-color: #38710C;
}
</style>
border-color css
<style>
span { border-color: #38710C; }
span { border-color: rgb(56,113,12); }
td.TdClassName
{
border-color: #38710C;
}
.TagClassName
{
border-color: #38710C;
}
</style>