Shades of Bilbao #387D28
Tints of Bilbao #387D28
RGB
CMYK
RGB Variations
Color information
#387D28 (or 0x387D28) is known color: Bilbao. HEX triplet: 38, 7D and 28. RGB value is (56,125,40). Sum of RGB (Red+Green+Blue) = 56+125+40=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 125 (49.22% from 255 or 56.56% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 125 - color contains mainly: green. Hex color #387D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387D28 is #C782D7. Grayscale: #5E5E5E. Windows color (decimal): -13075160 or 2653496. OLE color: 2653496.
HSL color Cylindrical-coordinate representation of color #387D28: hue angle of 108.71º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #387D28 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 125 | 40 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.51 |
| HSL | 108.71º | 0.52% | 0.32% | - |
| HSV(B) | 108.71º | 0.68% | 0.49% | - |
| XYZ | 9.35 | 15.66 | 4.54 | - |
| YUV | 94.68 | 97.14 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 40 | 0.55 | 0 | 0.68 | 0.51 | 108.71 | 0.52 | 0.32 |
| Hex | 38 | 7D | 28 | 37 | 0 | 44 | 33 | 6D | 34 | 20 |
| Octal | 70 | 175 | 50 | 67 | 0 | 104 | 63 | 155 | 64 | 40 |
| Binary | 111000 | 1111101 | 101000 | 110111 | 0 | 1000100 | 110011 | 1101101 | 110100 | 100000 |
Color Harmonies of #387D28
Complementary color
Monochromatic Colors of #387D28
Black with #387D28
Text Example
Text Example
White with #387D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387D28; }
p { color: rgb(56,125,40); }
H1.HeaderClassName
{
color: #387D28;
}
.AnyTagClassName
{
color: #387D28;
}
</style>
background-color css
<style>
a { background-color: #387D28; }
a { background-color: rgb(56,125,40); }
div.DivClassName
{
background-color: #387D28;
}
.BgClassName
{
background-color: #387D28;
}
</style>
border-color css
<style>
span { border-color: #387D28; }
span { border-color: rgb(56,125,40); }
td.TdClassName
{
border-color: #387D28;
}
.TagClassName
{
border-color: #387D28;
}
</style>