Shades of Bilbao #386A09
Tints of Bilbao #386A09
RGB
CMYK
RGB Variations
Color information
#386A09 (or 0x386A09) is known color: Bilbao. HEX triplet: 38, 6A and 09. RGB value is (56,106,9). Sum of RGB (Red+Green+Blue) = 56+106+9=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 106 (41.80% from 255 or 61.99% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 106 - color contains mainly: green. Hex color #386A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386A09 is #C795F6. Grayscale: #505050. Windows color (decimal): -13080055 or 617016. OLE color: 617016.
HSL color Cylindrical-coordinate representation of color #386A09: hue angle of 90.93º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #386A09 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 106 | 9 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.58 |
| HSL | 90.93º | 0.84% | 0.23% | - |
| HSV(B) | 90.93º | 0.92% | 0.42% | - |
| XYZ | 6.83 | 11.17 | 2.05 | - |
| YUV | 79.99 | 87.94 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 106 | 9 | 0.47 | 0 | 0.92 | 0.58 | 90.93 | 0.84 | 0.23 |
| Hex | 38 | 6A | 9 | 2F | 0 | 5C | 3A | 5B | 54 | 17 |
| Octal | 70 | 152 | 11 | 57 | 0 | 134 | 72 | 133 | 124 | 27 |
| Binary | 111000 | 1101010 | 1001 | 101111 | 0 | 1011100 | 111010 | 1011011 | 1010100 | 10111 |
Color Harmonies of #386A09
Complementary color
Monochromatic Colors of #386A09
Black with #386A09
Text Example
Text Example
White with #386A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386A09; }
p { color: rgb(56,106,9); }
H1.HeaderClassName
{
color: #386A09;
}
.AnyTagClassName
{
color: #386A09;
}
</style>
background-color css
<style>
a { background-color: #386A09; }
a { background-color: rgb(56,106,9); }
div.DivClassName
{
background-color: #386A09;
}
.BgClassName
{
background-color: #386A09;
}
</style>
border-color css
<style>
span { border-color: #386A09; }
span { border-color: rgb(56,106,9); }
td.TdClassName
{
border-color: #386A09;
}
.TagClassName
{
border-color: #386A09;
}
</style>