Shades of Bilbao #386F16
Tints of Bilbao #386F16
RGB
CMYK
RGB Variations
Color information
#386F16 (or 0x386F16) is known color: Bilbao. HEX triplet: 38, 6F and 16. RGB value is (56,111,22). Sum of RGB (Red+Green+Blue) = 56+111+22=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 111 (43.75% from 255 or 58.73% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 111 - color contains mainly: green. Hex color #386F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386F16 is #C790E9. Grayscale: #545454. Windows color (decimal): -13078762 or 1470264. OLE color: 1470264.
HSL color Cylindrical-coordinate representation of color #386F16: hue angle of 97.08º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #386F16 is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 111 | 22 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.56 |
| HSL | 97.08º | 0.67% | 0.26% | - |
| HSV(B) | 97.08º | 0.8% | 0.44% | - |
| XYZ | 7.46 | 12.27 | 2.73 | - |
| YUV | 84.41 | 92.78 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 22 | 0.50 | 0 | 0.80 | 0.56 | 97.08 | 0.67 | 0.26 |
| Hex | 38 | 6F | 16 | 32 | 0 | 50 | 38 | 61 | 43 | 1A |
| Octal | 70 | 157 | 26 | 62 | 0 | 120 | 70 | 141 | 103 | 32 |
| Binary | 111000 | 1101111 | 10110 | 110010 | 0 | 1010000 | 111000 | 1100001 | 1000011 | 11010 |
Color Harmonies of #386F16
Complementary color
Monochromatic Colors of #386F16
Black with #386F16
Text Example
Text Example
White with #386F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F16; }
p { color: rgb(56,111,22); }
H1.HeaderClassName
{
color: #386F16;
}
.AnyTagClassName
{
color: #386F16;
}
</style>
background-color css
<style>
a { background-color: #386F16; }
a { background-color: rgb(56,111,22); }
div.DivClassName
{
background-color: #386F16;
}
.BgClassName
{
background-color: #386F16;
}
</style>
border-color css
<style>
span { border-color: #386F16; }
span { border-color: rgb(56,111,22); }
td.TdClassName
{
border-color: #386F16;
}
.TagClassName
{
border-color: #386F16;
}
</style>