Shades of Bilbao #386E11
Tints of Bilbao #386E11
RGB
CMYK
RGB Variations
Color information
#386E11 (or 0x386E11) is known color: Bilbao. HEX triplet: 38, 6E and 11. RGB value is (56,110,17). Sum of RGB (Red+Green+Blue) = 56+110+17=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 110 (43.36% from 255 or 60.11% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 110 - color contains mainly: green. Hex color #386E11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386E11 is #C791EE. Grayscale: #535353. Windows color (decimal): -13079023 or 1142328. OLE color: 1142328.
HSL color Cylindrical-coordinate representation of color #386E11: hue angle of 94.84º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #386E11 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 110 | 17 | - |
| CMYK | 0.49 | 0 | 0.85 | 0.57 |
| HSL | 94.84º | 0.73% | 0.25% | - |
| HSV(B) | 94.84º | 0.85% | 0.43% | - |
| XYZ | 7.31 | 12.03 | 2.47 | - |
| YUV | 83.25 | 90.61 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 17 | 0.49 | 0 | 0.85 | 0.57 | 94.84 | 0.73 | 0.25 |
| Hex | 38 | 6E | 11 | 31 | 0 | 55 | 39 | 5F | 49 | 19 |
| Octal | 70 | 156 | 21 | 61 | 0 | 125 | 71 | 137 | 111 | 31 |
| Binary | 111000 | 1101110 | 10001 | 110001 | 0 | 1010101 | 111001 | 1011111 | 1001001 | 11001 |
Color Harmonies of #386E11
Complementary color
Monochromatic Colors of #386E11
Black with #386E11
Text Example
Text Example
White with #386E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386E11; }
p { color: rgb(56,110,17); }
H1.HeaderClassName
{
color: #386E11;
}
.AnyTagClassName
{
color: #386E11;
}
</style>
background-color css
<style>
a { background-color: #386E11; }
a { background-color: rgb(56,110,17); }
div.DivClassName
{
background-color: #386E11;
}
.BgClassName
{
background-color: #386E11;
}
</style>
border-color css
<style>
span { border-color: #386E11; }
span { border-color: rgb(56,110,17); }
td.TdClassName
{
border-color: #386E11;
}
.TagClassName
{
border-color: #386E11;
}
</style>