Shades of Bilbao #387B13
Tints of Bilbao #387B13
RGB
CMYK
RGB Variations
Color information
#387B13 (or 0x387B13) is known color: Bilbao. HEX triplet: 38, 7B and 13. RGB value is (56,123,19). Sum of RGB (Red+Green+Blue) = 56+123+19=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 123 (48.44% from 255 or 62.12% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 123 - color contains mainly: green. Hex color #387B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387B13 is #C784EC. Grayscale: #5B5B5B. Windows color (decimal): -13075693 or 1276728. OLE color: 1276728.
HSL color Cylindrical-coordinate representation of color #387B13: hue angle of 98.65º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #387B13 is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 123 | 19 | - |
| CMYK | 0.54 | 0 | 0.85 | 0.52 |
| HSL | 98.65º | 0.73% | 0.28% | - |
| HSV(B) | 98.65º | 0.85% | 0.48% | - |
| XYZ | 8.83 | 15.05 | 3.06 | - |
| YUV | 91.11 | 87.3 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 19 | 0.54 | 0 | 0.85 | 0.52 | 98.65 | 0.73 | 0.28 |
| Hex | 38 | 7B | 13 | 36 | 0 | 55 | 34 | 63 | 49 | 1C |
| Octal | 70 | 173 | 23 | 66 | 0 | 125 | 64 | 143 | 111 | 34 |
| Binary | 111000 | 1111011 | 10011 | 110110 | 0 | 1010101 | 110100 | 1100011 | 1001001 | 11100 |
Color Harmonies of #387B13
Complementary color
Monochromatic Colors of #387B13
Black with #387B13
Text Example
Text Example
White with #387B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387B13; }
p { color: rgb(56,123,19); }
H1.HeaderClassName
{
color: #387B13;
}
.AnyTagClassName
{
color: #387B13;
}
</style>
background-color css
<style>
a { background-color: #387B13; }
a { background-color: rgb(56,123,19); }
div.DivClassName
{
background-color: #387B13;
}
.BgClassName
{
background-color: #387B13;
}
</style>
border-color css
<style>
span { border-color: #387B13; }
span { border-color: rgb(56,123,19); }
td.TdClassName
{
border-color: #387B13;
}
.TagClassName
{
border-color: #387B13;
}
</style>