Shades of Bilbao #387E17
Tints of Bilbao #387E17
RGB
CMYK
RGB Variations
Color information
#387E17 (or 0x387E17) is known color: Bilbao. HEX triplet: 38, 7E and 17. RGB value is (56,126,23). Sum of RGB (Red+Green+Blue) = 56+126+23=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 126 (49.61% from 255 or 61.46% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 126 - color contains mainly: green. Hex color #387E17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387E17 is #C781E8. Grayscale: #5D5D5D. Windows color (decimal): -13074921 or 1539640. OLE color: 1539640.
HSL color Cylindrical-coordinate representation of color #387E17: hue angle of 100.78º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #387E17 is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 126 | 23 | - |
| CMYK | 0.56 | 0 | 0.82 | 0.51 |
| HSL | 100.78º | 0.69% | 0.29% | - |
| HSV(B) | 100.78º | 0.82% | 0.49% | - |
| XYZ | 9.25 | 15.82 | 3.38 | - |
| YUV | 93.33 | 88.31 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 23 | 0.56 | 0 | 0.82 | 0.51 | 100.78 | 0.69 | 0.29 |
| Hex | 38 | 7E | 17 | 38 | 0 | 52 | 33 | 65 | 45 | 1D |
| Octal | 70 | 176 | 27 | 70 | 0 | 122 | 63 | 145 | 105 | 35 |
| Binary | 111000 | 1111110 | 10111 | 111000 | 0 | 1010010 | 110011 | 1100101 | 1000101 | 11101 |
Color Harmonies of #387E17
Complementary color
Monochromatic Colors of #387E17
Black with #387E17
Text Example
Text Example
White with #387E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387E17; }
p { color: rgb(56,126,23); }
H1.HeaderClassName
{
color: #387E17;
}
.AnyTagClassName
{
color: #387E17;
}
</style>
background-color css
<style>
a { background-color: #387E17; }
a { background-color: rgb(56,126,23); }
div.DivClassName
{
background-color: #387E17;
}
.BgClassName
{
background-color: #387E17;
}
</style>
border-color css
<style>
span { border-color: #387E17; }
span { border-color: rgb(56,126,23); }
td.TdClassName
{
border-color: #387E17;
}
.TagClassName
{
border-color: #387E17;
}
</style>