Shades of Bilbao #386F0F
Tints of Bilbao #386F0F
RGB
CMYK
RGB Variations
Color information
#386F0F (or 0x386F0F) is known color: Bilbao. HEX triplet: 38, 6F and 0F. RGB value is (56,111,15). Sum of RGB (Red+Green+Blue) = 56+111+15=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 111 (43.75% from 255 or 60.99% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 111 - color contains mainly: green. Hex color #386F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386F0F is #C790F0. Grayscale: #535353. Windows color (decimal): -13078769 or 1011512. OLE color: 1011512.
HSL color Cylindrical-coordinate representation of color #386F0F: hue angle of 94.38º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #386F0F is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 111 | 15 | - |
| CMYK | 0.50 | 0 | 0.86 | 0.56 |
| HSL | 94.38º | 0.76% | 0.25% | - |
| HSV(B) | 94.38º | 0.86% | 0.44% | - |
| XYZ | 7.4 | 12.24 | 2.43 | - |
| YUV | 83.61 | 89.28 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 15 | 0.50 | 0 | 0.86 | 0.56 | 94.38 | 0.76 | 0.25 |
| Hex | 38 | 6F | F | 32 | 0 | 56 | 38 | 5E | 4C | 19 |
| Octal | 70 | 157 | 17 | 62 | 0 | 126 | 70 | 136 | 114 | 31 |
| Binary | 111000 | 1101111 | 1111 | 110010 | 0 | 1010110 | 111000 | 1011110 | 1001100 | 11001 |
Color Harmonies of #386F0F
Complementary color
Monochromatic Colors of #386F0F
Black with #386F0F
Text Example
Text Example
White with #386F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F0F; }
p { color: rgb(56,111,15); }
H1.HeaderClassName
{
color: #386F0F;
}
.AnyTagClassName
{
color: #386F0F;
}
</style>
background-color css
<style>
a { background-color: #386F0F; }
a { background-color: rgb(56,111,15); }
div.DivClassName
{
background-color: #386F0F;
}
.BgClassName
{
background-color: #386F0F;
}
</style>
border-color css
<style>
span { border-color: #386F0F; }
span { border-color: rgb(56,111,15); }
td.TdClassName
{
border-color: #386F0F;
}
.TagClassName
{
border-color: #386F0F;
}
</style>