Shades of Bilbao #386F10
Tints of Bilbao #386F10
RGB
CMYK
RGB Variations
Color information
#386F10 (or 0x386F10) is known color: Bilbao. HEX triplet: 38, 6F and 10. RGB value is (56,111,16). Sum of RGB (Red+Green+Blue) = 56+111+16=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 111 (43.75% from 255 or 60.66% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 111 - color contains mainly: green. Hex color #386F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386F10 is #C790EF. Grayscale: #545454. Windows color (decimal): -13078768 or 1077048. OLE color: 1077048.
HSL color Cylindrical-coordinate representation of color #386F10: hue angle of 94.74º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #386F10 is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 111 | 16 | - |
| CMYK | 0.50 | 0 | 0.86 | 0.56 |
| HSL | 94.74º | 0.75% | 0.25% | - |
| HSV(B) | 94.74º | 0.86% | 0.44% | - |
| XYZ | 7.41 | 12.25 | 2.46 | - |
| YUV | 83.73 | 89.78 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 16 | 0.50 | 0 | 0.86 | 0.56 | 94.74 | 0.75 | 0.25 |
| Hex | 38 | 6F | 10 | 32 | 0 | 56 | 38 | 5F | 4B | 19 |
| Octal | 70 | 157 | 20 | 62 | 0 | 126 | 70 | 137 | 113 | 31 |
| Binary | 111000 | 1101111 | 10000 | 110010 | 0 | 1010110 | 111000 | 1011111 | 1001011 | 11001 |
Color Harmonies of #386F10
Complementary color
Monochromatic Colors of #386F10
Black with #386F10
Text Example
Text Example
White with #386F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F10; }
p { color: rgb(56,111,16); }
H1.HeaderClassName
{
color: #386F10;
}
.AnyTagClassName
{
color: #386F10;
}
</style>
background-color css
<style>
a { background-color: #386F10; }
a { background-color: rgb(56,111,16); }
div.DivClassName
{
background-color: #386F10;
}
.BgClassName
{
background-color: #386F10;
}
</style>
border-color css
<style>
span { border-color: #386F10; }
span { border-color: rgb(56,111,16); }
td.TdClassName
{
border-color: #386F10;
}
.TagClassName
{
border-color: #386F10;
}
</style>