Shades of Bilbao #386F1D
Tints of Bilbao #386F1D
RGB
CMYK
RGB Variations
Color information
#386F1D (or 0x386F1D) is known color: Bilbao. HEX triplet: 38, 6F and 1D. RGB value is (56,111,29). Sum of RGB (Red+Green+Blue) = 56+111+29=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 111 (43.75% from 255 or 56.63% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 111 - color contains mainly: green. Hex color #386F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386F1D is #C790E2. Grayscale: #555555. Windows color (decimal): -13078755 or 1929016. OLE color: 1929016.
HSL color Cylindrical-coordinate representation of color #386F1D: hue angle of 100.24º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #386F1D is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 111 | 29 | - |
| CMYK | 0.50 | 0 | 0.74 | 0.56 |
| HSL | 100.24º | 0.59% | 0.27% | - |
| HSV(B) | 100.24º | 0.74% | 0.44% | - |
| XYZ | 7.54 | 12.3 | 3.14 | - |
| YUV | 85.21 | 96.28 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 29 | 0.50 | 0 | 0.74 | 0.56 | 100.24 | 0.59 | 0.27 |
| Hex | 38 | 6F | 1D | 32 | 0 | 4A | 38 | 64 | 3B | 1B |
| Octal | 70 | 157 | 35 | 62 | 0 | 112 | 70 | 144 | 73 | 33 |
| Binary | 111000 | 1101111 | 11101 | 110010 | 0 | 1001010 | 111000 | 1100100 | 111011 | 11011 |
Color Harmonies of #386F1D
Complementary color
Monochromatic Colors of #386F1D
Black with #386F1D
Text Example
Text Example
White with #386F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F1D; }
p { color: rgb(56,111,29); }
H1.HeaderClassName
{
color: #386F1D;
}
.AnyTagClassName
{
color: #386F1D;
}
</style>
background-color css
<style>
a { background-color: #386F1D; }
a { background-color: rgb(56,111,29); }
div.DivClassName
{
background-color: #386F1D;
}
.BgClassName
{
background-color: #386F1D;
}
</style>
border-color css
<style>
span { border-color: #386F1D; }
span { border-color: rgb(56,111,29); }
td.TdClassName
{
border-color: #386F1D;
}
.TagClassName
{
border-color: #386F1D;
}
</style>