Shades of Bilbao #38700B
Tints of Bilbao #38700B
RGB
CMYK
RGB Variations
Color information
#38700B (or 0x38700B) is known color: Bilbao. HEX triplet: 38, 70 and 0B. RGB value is (56,112,11). Sum of RGB (Red+Green+Blue) = 56+112+11=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 112 (44.14% from 255 or 62.57% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 112 - color contains mainly: green. Hex color #38700B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38700B is #C78FF4. Grayscale: #545454. Windows color (decimal): -13078517 or 749624. OLE color: 749624.
HSL color Cylindrical-coordinate representation of color #38700B: hue angle of 93.27º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38700B is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 112 | 11 | - |
| CMYK | 0.50 | 0 | 0.90 | 0.56 |
| HSL | 93.27º | 0.82% | 0.24% | - |
| HSV(B) | 93.27º | 0.9% | 0.44% | - |
| XYZ | 7.49 | 12.45 | 2.33 | - |
| YUV | 83.74 | 86.95 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 112 | 11 | 0.50 | 0 | 0.90 | 0.56 | 93.27 | 0.82 | 0.24 |
| Hex | 38 | 70 | B | 32 | 0 | 5A | 38 | 5D | 52 | 18 |
| Octal | 70 | 160 | 13 | 62 | 0 | 132 | 70 | 135 | 122 | 30 |
| Binary | 111000 | 1110000 | 1011 | 110010 | 0 | 1011010 | 111000 | 1011101 | 1010010 | 11000 |
Color Harmonies of #38700B
Complementary color
Monochromatic Colors of #38700B
Black with #38700B
Text Example
Text Example
White with #38700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38700B; }
p { color: rgb(56,112,11); }
H1.HeaderClassName
{
color: #38700B;
}
.AnyTagClassName
{
color: #38700B;
}
</style>
background-color css
<style>
a { background-color: #38700B; }
a { background-color: rgb(56,112,11); }
div.DivClassName
{
background-color: #38700B;
}
.BgClassName
{
background-color: #38700B;
}
</style>
border-color css
<style>
span { border-color: #38700B; }
span { border-color: rgb(56,112,11); }
td.TdClassName
{
border-color: #38700B;
}
.TagClassName
{
border-color: #38700B;
}
</style>