Shades of Bilbao #386F17
Tints of Bilbao #386F17
RGB
CMYK
RGB Variations
Color information
#386F17 (or 0x386F17) is known color: Bilbao. HEX triplet: 38, 6F and 17. RGB value is (56,111,23). Sum of RGB (Red+Green+Blue) = 56+111+23=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 111 (43.75% from 255 or 58.42% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 111 - color contains mainly: green. Hex color #386F17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386F17 is #C790E8. Grayscale: #545454. Windows color (decimal): -13078761 or 1535800. OLE color: 1535800.
HSL color Cylindrical-coordinate representation of color #386F17: hue angle of 97.5º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #386F17 is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 111 | 23 | - |
| CMYK | 0.50 | 0 | 0.79 | 0.56 |
| HSL | 97.5º | 0.66% | 0.26% | - |
| HSV(B) | 97.5º | 0.79% | 0.44% | - |
| XYZ | 7.47 | 12.27 | 2.79 | - |
| YUV | 84.52 | 93.28 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 23 | 0.50 | 0 | 0.79 | 0.56 | 97.5 | 0.66 | 0.26 |
| Hex | 38 | 6F | 17 | 32 | 0 | 4F | 38 | 62 | 42 | 1A |
| Octal | 70 | 157 | 27 | 62 | 0 | 117 | 70 | 142 | 102 | 32 |
| Binary | 111000 | 1101111 | 10111 | 110010 | 0 | 1001111 | 111000 | 1100010 | 1000010 | 11010 |
Color Harmonies of #386F17
Complementary color
Monochromatic Colors of #386F17
Black with #386F17
Text Example
Text Example
White with #386F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F17; }
p { color: rgb(56,111,23); }
H1.HeaderClassName
{
color: #386F17;
}
.AnyTagClassName
{
color: #386F17;
}
</style>
background-color css
<style>
a { background-color: #386F17; }
a { background-color: rgb(56,111,23); }
div.DivClassName
{
background-color: #386F17;
}
.BgClassName
{
background-color: #386F17;
}
</style>
border-color css
<style>
span { border-color: #386F17; }
span { border-color: rgb(56,111,23); }
td.TdClassName
{
border-color: #386F17;
}
.TagClassName
{
border-color: #386F17;
}
</style>