Shades of Bilbao #387C17
Tints of Bilbao #387C17
RGB
CMYK
RGB Variations
Color information
#387C17 (or 0x387C17) is known color: Bilbao. HEX triplet: 38, 7C and 17. RGB value is (56,124,23). Sum of RGB (Red+Green+Blue) = 56+124+23=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 124 (48.83% from 255 or 61.08% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 124 - color contains mainly: green. Hex color #387C17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387C17 is #C783E8. Grayscale: #5C5C5C. Windows color (decimal): -13075433 or 1539128. OLE color: 1539128.
HSL color Cylindrical-coordinate representation of color #387C17: hue angle of 100.4º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #387C17 is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 124 | 23 | - |
| CMYK | 0.55 | 0 | 0.81 | 0.51 |
| HSL | 100.4º | 0.69% | 0.29% | - |
| HSV(B) | 100.4º | 0.81% | 0.49% | - |
| XYZ | 8.99 | 15.32 | 3.29 | - |
| YUV | 92.15 | 88.97 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 23 | 0.55 | 0 | 0.81 | 0.51 | 100.4 | 0.69 | 0.29 |
| Hex | 38 | 7C | 17 | 37 | 0 | 51 | 33 | 64 | 45 | 1D |
| Octal | 70 | 174 | 27 | 67 | 0 | 121 | 63 | 144 | 105 | 35 |
| Binary | 111000 | 1111100 | 10111 | 110111 | 0 | 1010001 | 110011 | 1100100 | 1000101 | 11101 |
Color Harmonies of #387C17
Complementary color
Monochromatic Colors of #387C17
Black with #387C17
Text Example
Text Example
White with #387C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387C17; }
p { color: rgb(56,124,23); }
H1.HeaderClassName
{
color: #387C17;
}
.AnyTagClassName
{
color: #387C17;
}
</style>
background-color css
<style>
a { background-color: #387C17; }
a { background-color: rgb(56,124,23); }
div.DivClassName
{
background-color: #387C17;
}
.BgClassName
{
background-color: #387C17;
}
</style>
border-color css
<style>
span { border-color: #387C17; }
span { border-color: rgb(56,124,23); }
td.TdClassName
{
border-color: #387C17;
}
.TagClassName
{
border-color: #387C17;
}
</style>