Shades of Bilbao #387D19
Tints of Bilbao #387D19
RGB
CMYK
RGB Variations
Color information
#387D19 (or 0x387D19) is known color: Bilbao. HEX triplet: 38, 7D and 19. RGB value is (56,125,25). Sum of RGB (Red+Green+Blue) = 56+125+25=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 125 (49.22% from 255 or 60.68% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 125 - color contains mainly: green. Hex color #387D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387D19 is #C782E6. Grayscale: #5D5D5D. Windows color (decimal): -13075175 or 1670456. OLE color: 1670456.
HSL color Cylindrical-coordinate representation of color #387D19: hue angle of 101.4º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #387D19 is Cyan = 0.55, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 125 | 25 | - |
| CMYK | 0.55 | 0 | 0.8 | 0.51 |
| HSL | 101.4º | 0.67% | 0.29% | - |
| HSV(B) | 101.4º | 0.8% | 0.49% | - |
| XYZ | 9.14 | 15.58 | 3.44 | - |
| YUV | 92.97 | 89.64 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 25 | 0.55 | 0 | 0.8 | 0.51 | 101.4 | 0.67 | 0.29 |
| Hex | 38 | 7D | 19 | 37 | 0 | 50 | 33 | 65 | 43 | 1D |
| Octal | 70 | 175 | 31 | 67 | 0 | 120 | 63 | 145 | 103 | 35 |
| Binary | 111000 | 1111101 | 11001 | 110111 | 0 | 1010000 | 110011 | 1100101 | 1000011 | 11101 |
Color Harmonies of #387D19
Complementary color
Monochromatic Colors of #387D19
Black with #387D19
Text Example
Text Example
White with #387D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387D19; }
p { color: rgb(56,125,25); }
H1.HeaderClassName
{
color: #387D19;
}
.AnyTagClassName
{
color: #387D19;
}
</style>
background-color css
<style>
a { background-color: #387D19; }
a { background-color: rgb(56,125,25); }
div.DivClassName
{
background-color: #387D19;
}
.BgClassName
{
background-color: #387D19;
}
</style>
border-color css
<style>
span { border-color: #387D19; }
span { border-color: rgb(56,125,25); }
td.TdClassName
{
border-color: #387D19;
}
.TagClassName
{
border-color: #387D19;
}
</style>