Shades of Bilbao #386C20
Tints of Bilbao #386C20
RGB
CMYK
RGB Variations
Color information
#386C20 (or 0x386C20) is known color: Bilbao. HEX triplet: 38, 6C and 20. RGB value is (56,108,32). Sum of RGB (Red+Green+Blue) = 56+108+32=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 108 (42.58% from 255 or 55.10% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 108 - color contains mainly: green. Hex color #386C20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386C20 is #C793DF. Grayscale: #545454. Windows color (decimal): -13079520 or 2124856. OLE color: 2124856.
HSL color Cylindrical-coordinate representation of color #386C20: hue angle of 101.05º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #386C20 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 108 | 32 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.58 |
| HSL | 101.05º | 0.54% | 0.27% | - |
| HSV(B) | 101.05º | 0.7% | 0.42% | - |
| XYZ | 7.25 | 11.67 | 3.24 | - |
| YUV | 83.79 | 98.77 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 32 | 0.48 | 0 | 0.70 | 0.58 | 101.05 | 0.54 | 0.27 |
| Hex | 38 | 6C | 20 | 30 | 0 | 46 | 3A | 65 | 36 | 1B |
| Octal | 70 | 154 | 40 | 60 | 0 | 106 | 72 | 145 | 66 | 33 |
| Binary | 111000 | 1101100 | 100000 | 110000 | 0 | 1000110 | 111010 | 1100101 | 110110 | 11011 |
Color Harmonies of #386C20
Complementary color
Monochromatic Colors of #386C20
Black with #386C20
Text Example
Text Example
White with #386C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386C20; }
p { color: rgb(56,108,32); }
H1.HeaderClassName
{
color: #386C20;
}
.AnyTagClassName
{
color: #386C20;
}
</style>
background-color css
<style>
a { background-color: #386C20; }
a { background-color: rgb(56,108,32); }
div.DivClassName
{
background-color: #386C20;
}
.BgClassName
{
background-color: #386C20;
}
</style>
border-color css
<style>
span { border-color: #386C20; }
span { border-color: rgb(56,108,32); }
td.TdClassName
{
border-color: #386C20;
}
.TagClassName
{
border-color: #386C20;
}
</style>