Shades of Bilbao #387E20
Tints of Bilbao #387E20
RGB
CMYK
RGB Variations
Color information
#387E20 (or 0x387E20) is known color: Bilbao. HEX triplet: 38, 7E and 20. RGB value is (56,126,32). Sum of RGB (Red+Green+Blue) = 56+126+32=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 126 (49.61% from 255 or 58.88% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 126 - color contains mainly: green. Hex color #387E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387E20 is #C781DF. Grayscale: #5E5E5E. Windows color (decimal): -13074912 or 2129464. OLE color: 2129464.
HSL color Cylindrical-coordinate representation of color #387E20: hue angle of 104.68º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #387E20 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 126 | 32 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.51 |
| HSL | 104.68º | 0.59% | 0.31% | - |
| HSV(B) | 104.68º | 0.75% | 0.49% | - |
| XYZ | 9.35 | 15.87 | 3.94 | - |
| YUV | 94.35 | 92.81 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 32 | 0.56 | 0 | 0.75 | 0.51 | 104.68 | 0.59 | 0.31 |
| Hex | 38 | 7E | 20 | 38 | 0 | 4B | 33 | 69 | 3B | 1F |
| Octal | 70 | 176 | 40 | 70 | 0 | 113 | 63 | 151 | 73 | 37 |
| Binary | 111000 | 1111110 | 100000 | 111000 | 0 | 1001011 | 110011 | 1101001 | 111011 | 11111 |
Color Harmonies of #387E20
Complementary color
Monochromatic Colors of #387E20
Black with #387E20
Text Example
Text Example
White with #387E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387E20; }
p { color: rgb(56,126,32); }
H1.HeaderClassName
{
color: #387E20;
}
.AnyTagClassName
{
color: #387E20;
}
</style>
background-color css
<style>
a { background-color: #387E20; }
a { background-color: rgb(56,126,32); }
div.DivClassName
{
background-color: #387E20;
}
.BgClassName
{
background-color: #387E20;
}
</style>
border-color css
<style>
span { border-color: #387E20; }
span { border-color: rgb(56,126,32); }
td.TdClassName
{
border-color: #387E20;
}
.TagClassName
{
border-color: #387E20;
}
</style>