Shades of Bilbao #388A0C
Tints of Bilbao #388A0C
RGB
CMYK
RGB Variations
Color information
#388A0C (or 0x388A0C) is known color: Bilbao. HEX triplet: 38, 8A and 0C. RGB value is (56,138,12). Sum of RGB (Red+Green+Blue) = 56+138+12=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 138 (54.30% from 255 or 66.99% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 138 - color contains mainly: green. Hex color #388A0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388A0C is #C775F3. Grayscale: #636363. Windows color (decimal): -13071860 or 821816. OLE color: 821816.
HSL color Cylindrical-coordinate representation of color #388A0C: hue angle of 99.05º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #388A0C is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 138 | 12 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.46 |
| HSL | 99.05º | 0.84% | 0.29% | - |
| HSV(B) | 99.05º | 0.91% | 0.54% | - |
| XYZ | 10.79 | 19.04 | 3.46 | - |
| YUV | 99.12 | 78.83 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 12 | 0.59 | 0 | 0.91 | 0.46 | 99.05 | 0.84 | 0.29 |
| Hex | 38 | 8A | C | 3B | 0 | 5B | 2E | 63 | 54 | 1D |
| Octal | 70 | 212 | 14 | 73 | 0 | 133 | 56 | 143 | 124 | 35 |
| Binary | 111000 | 10001010 | 1100 | 111011 | 0 | 1011011 | 101110 | 1100011 | 1010100 | 11101 |
Color Harmonies of #388A0C
Complementary color
Monochromatic Colors of #388A0C
Black with #388A0C
Text Example
Text Example
White with #388A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388A0C; }
p { color: rgb(56,138,12); }
H1.HeaderClassName
{
color: #388A0C;
}
.AnyTagClassName
{
color: #388A0C;
}
</style>
background-color css
<style>
a { background-color: #388A0C; }
a { background-color: rgb(56,138,12); }
div.DivClassName
{
background-color: #388A0C;
}
.BgClassName
{
background-color: #388A0C;
}
</style>
border-color css
<style>
span { border-color: #388A0C; }
span { border-color: rgb(56,138,12); }
td.TdClassName
{
border-color: #388A0C;
}
.TagClassName
{
border-color: #388A0C;
}
</style>