Shades of Bilbao #387C20
Tints of Bilbao #387C20
RGB
CMYK
RGB Variations
Color information
#387C20 (or 0x387C20) is known color: Bilbao. HEX triplet: 38, 7C and 20. RGB value is (56,124,32). Sum of RGB (Red+Green+Blue) = 56+124+32=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 124 (48.83% from 255 or 58.49% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 124 - color contains mainly: green. Hex color #387C20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387C20 is #C783DF. Grayscale: #5D5D5D. Windows color (decimal): -13075424 or 2128952. OLE color: 2128952.
HSL color Cylindrical-coordinate representation of color #387C20: hue angle of 104.35º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #387C20 is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 124 | 32 | - |
| CMYK | 0.55 | 0 | 0.74 | 0.51 |
| HSL | 104.35º | 0.59% | 0.31% | - |
| HSV(B) | 104.35º | 0.74% | 0.49% | - |
| XYZ | 9.1 | 15.36 | 3.85 | - |
| YUV | 93.18 | 93.47 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 32 | 0.55 | 0 | 0.74 | 0.51 | 104.35 | 0.59 | 0.31 |
| Hex | 38 | 7C | 20 | 37 | 0 | 4A | 33 | 68 | 3B | 1F |
| Octal | 70 | 174 | 40 | 67 | 0 | 112 | 63 | 150 | 73 | 37 |
| Binary | 111000 | 1111100 | 100000 | 110111 | 0 | 1001010 | 110011 | 1101000 | 111011 | 11111 |
Color Harmonies of #387C20
Complementary color
Monochromatic Colors of #387C20
Black with #387C20
Text Example
Text Example
White with #387C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387C20; }
p { color: rgb(56,124,32); }
H1.HeaderClassName
{
color: #387C20;
}
.AnyTagClassName
{
color: #387C20;
}
</style>
background-color css
<style>
a { background-color: #387C20; }
a { background-color: rgb(56,124,32); }
div.DivClassName
{
background-color: #387C20;
}
.BgClassName
{
background-color: #387C20;
}
</style>
border-color css
<style>
span { border-color: #387C20; }
span { border-color: rgb(56,124,32); }
td.TdClassName
{
border-color: #387C20;
}
.TagClassName
{
border-color: #387C20;
}
</style>