Shades of Bilbao #386C08
Tints of Bilbao #386C08
RGB
CMYK
RGB Variations
Color information
#386C08 (or 0x386C08) is known color: Bilbao. HEX triplet: 38, 6C and 08. RGB value is (56,108,8). Sum of RGB (Red+Green+Blue) = 56+108+8=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 108 (42.58% from 255 or 62.79% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 108 - color contains mainly: green. Hex color #386C08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386C08 is #C793F7. Grayscale: #515151. Windows color (decimal): -13079544 or 551992. OLE color: 551992.
HSL color Cylindrical-coordinate representation of color #386C08: hue angle of 91.2º 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 #386C08 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 108 | 8 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.58 |
| HSL | 91.2º | 0.86% | 0.23% | - |
| HSV(B) | 91.2º | 0.93% | 0.42% | - |
| XYZ | 7.04 | 11.58 | 2.09 | - |
| YUV | 81.05 | 86.77 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 8 | 0.48 | 0 | 0.93 | 0.58 | 91.2 | 0.86 | 0.23 |
| Hex | 38 | 6C | 8 | 30 | 0 | 5D | 3A | 5B | 56 | 17 |
| Octal | 70 | 154 | 10 | 60 | 0 | 135 | 72 | 133 | 126 | 27 |
| Binary | 111000 | 1101100 | 1000 | 110000 | 0 | 1011101 | 111010 | 1011011 | 1010110 | 10111 |
Color Harmonies of #386C08
Complementary color
Monochromatic Colors of #386C08
Black with #386C08
Text Example
Text Example
White with #386C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386C08; }
p { color: rgb(56,108,8); }
H1.HeaderClassName
{
color: #386C08;
}
.AnyTagClassName
{
color: #386C08;
}
</style>
background-color css
<style>
a { background-color: #386C08; }
a { background-color: rgb(56,108,8); }
div.DivClassName
{
background-color: #386C08;
}
.BgClassName
{
background-color: #386C08;
}
</style>
border-color css
<style>
span { border-color: #386C08; }
span { border-color: rgb(56,108,8); }
td.TdClassName
{
border-color: #386C08;
}
.TagClassName
{
border-color: #386C08;
}
</style>