Shades of Bilbao #386B08
Tints of Bilbao #386B08
RGB
CMYK
RGB Variations
Color information
#386B08 (or 0x386B08) is known color: Bilbao. HEX triplet: 38, 6B and 08. RGB value is (56,107,8). Sum of RGB (Red+Green+Blue) = 56+107+8=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 107 (42.19% from 255 or 62.57% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 107 - color contains mainly: green. Hex color #386B08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386B08 is #C794F7. Grayscale: #505050. Windows color (decimal): -13079800 or 551736. OLE color: 551736.
HSL color Cylindrical-coordinate representation of color #386B08: hue angle of 90.91º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #386B08 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 107 | 8 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.58 |
| HSL | 90.91º | 0.86% | 0.23% | - |
| HSV(B) | 90.91º | 0.93% | 0.42% | - |
| XYZ | 6.93 | 11.37 | 2.06 | - |
| YUV | 80.47 | 87.1 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 8 | 0.48 | 0 | 0.93 | 0.58 | 90.91 | 0.86 | 0.23 |
| Hex | 38 | 6B | 8 | 30 | 0 | 5D | 3A | 5B | 56 | 17 |
| Octal | 70 | 153 | 10 | 60 | 0 | 135 | 72 | 133 | 126 | 27 |
| Binary | 111000 | 1101011 | 1000 | 110000 | 0 | 1011101 | 111010 | 1011011 | 1010110 | 10111 |
Color Harmonies of #386B08
Complementary color
Monochromatic Colors of #386B08
Black with #386B08
Text Example
Text Example
White with #386B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386B08; }
p { color: rgb(56,107,8); }
H1.HeaderClassName
{
color: #386B08;
}
.AnyTagClassName
{
color: #386B08;
}
</style>
background-color css
<style>
a { background-color: #386B08; }
a { background-color: rgb(56,107,8); }
div.DivClassName
{
background-color: #386B08;
}
.BgClassName
{
background-color: #386B08;
}
</style>
border-color css
<style>
span { border-color: #386B08; }
span { border-color: rgb(56,107,8); }
td.TdClassName
{
border-color: #386B08;
}
.TagClassName
{
border-color: #386B08;
}
</style>