Shades of Bilbao #386C1D
Tints of Bilbao #386C1D
RGB
CMYK
RGB Variations
Color information
#386C1D (or 0x386C1D) is known color: Bilbao. HEX triplet: 38, 6C and 1D. RGB value is (56,108,29). Sum of RGB (Red+Green+Blue) = 56+108+29=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 108 (42.58% from 255 or 55.96% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 108 - color contains mainly: green. Hex color #386C1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386C1D is #C793E2. Grayscale: #535353. Windows color (decimal): -13079523 or 1928248. OLE color: 1928248.
HSL color Cylindrical-coordinate representation of color #386C1D: hue angle of 99.49º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #386C1D is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 108 | 29 | - |
| CMYK | 0.48 | 0 | 0.73 | 0.58 |
| HSL | 99.49º | 0.58% | 0.27% | - |
| HSV(B) | 99.49º | 0.73% | 0.42% | - |
| XYZ | 7.22 | 11.65 | 3.03 | - |
| YUV | 83.45 | 97.27 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 29 | 0.48 | 0 | 0.73 | 0.58 | 99.49 | 0.58 | 0.27 |
| Hex | 38 | 6C | 1D | 30 | 0 | 49 | 3A | 63 | 3A | 1B |
| Octal | 70 | 154 | 35 | 60 | 0 | 111 | 72 | 143 | 72 | 33 |
| Binary | 111000 | 1101100 | 11101 | 110000 | 0 | 1001001 | 111010 | 1100011 | 111010 | 11011 |
Color Harmonies of #386C1D
Complementary color
Monochromatic Colors of #386C1D
Black with #386C1D
Text Example
Text Example
White with #386C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386C1D; }
p { color: rgb(56,108,29); }
H1.HeaderClassName
{
color: #386C1D;
}
.AnyTagClassName
{
color: #386C1D;
}
</style>
background-color css
<style>
a { background-color: #386C1D; }
a { background-color: rgb(56,108,29); }
div.DivClassName
{
background-color: #386C1D;
}
.BgClassName
{
background-color: #386C1D;
}
</style>
border-color css
<style>
span { border-color: #386C1D; }
span { border-color: rgb(56,108,29); }
td.TdClassName
{
border-color: #386C1D;
}
.TagClassName
{
border-color: #386C1D;
}
</style>