Shades of Bilbao #386A1A
Tints of Bilbao #386A1A
RGB
CMYK
RGB Variations
Color information
#386A1A (or 0x386A1A) is known color: Bilbao. HEX triplet: 38, 6A and 1A. RGB value is (56,106,26). Sum of RGB (Red+Green+Blue) = 56+106+26=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 106 (41.80% from 255 or 56.38% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 106 - color contains mainly: green. Hex color #386A1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386A1A is #C795E5. Grayscale: #525252. Windows color (decimal): -13080038 or 1731128. OLE color: 1731128.
HSL color Cylindrical-coordinate representation of color #386A1A: hue angle of 97.5º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #386A1A is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 106 | 26 | - |
| CMYK | 0.47 | 0 | 0.75 | 0.58 |
| HSL | 97.5º | 0.61% | 0.26% | - |
| HSV(B) | 97.5º | 0.75% | 0.42% | - |
| XYZ | 6.97 | 11.22 | 2.78 | - |
| YUV | 81.93 | 96.44 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 106 | 26 | 0.47 | 0 | 0.75 | 0.58 | 97.5 | 0.61 | 0.26 |
| Hex | 38 | 6A | 1A | 2F | 0 | 4B | 3A | 62 | 3D | 1A |
| Octal | 70 | 152 | 32 | 57 | 0 | 113 | 72 | 142 | 75 | 32 |
| Binary | 111000 | 1101010 | 11010 | 101111 | 0 | 1001011 | 111010 | 1100010 | 111101 | 11010 |
Color Harmonies of #386A1A
Complementary color
Monochromatic Colors of #386A1A
Black with #386A1A
Text Example
Text Example
White with #386A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386A1A; }
p { color: rgb(56,106,26); }
H1.HeaderClassName
{
color: #386A1A;
}
.AnyTagClassName
{
color: #386A1A;
}
</style>
background-color css
<style>
a { background-color: #386A1A; }
a { background-color: rgb(56,106,26); }
div.DivClassName
{
background-color: #386A1A;
}
.BgClassName
{
background-color: #386A1A;
}
</style>
border-color css
<style>
span { border-color: #386A1A; }
span { border-color: rgb(56,106,26); }
td.TdClassName
{
border-color: #386A1A;
}
.TagClassName
{
border-color: #386A1A;
}
</style>