Shades of Bilbao #388C0A
Tints of Bilbao #388C0A
RGB
CMYK
RGB Variations
Color information
#388C0A (or 0x388C0A) is known color: Bilbao. HEX triplet: 38, 8C and 0A. RGB value is (56,140,10). Sum of RGB (Red+Green+Blue) = 56+140+10=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 140 (55.08% from 255 or 67.96% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 140 - color contains mainly: green. Hex color #388C0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388C0A is #C773F5. Grayscale: #646464. Windows color (decimal): -13071350 or 691256. OLE color: 691256.
HSL color Cylindrical-coordinate representation of color #388C0A: hue angle of 98.77º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #388C0A is Cyan = 0.6, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 140 | 10 | - |
| CMYK | 0.6 | 0 | 0.93 | 0.45 |
| HSL | 98.77º | 0.87% | 0.29% | - |
| HSV(B) | 98.77º | 0.93% | 0.55% | - |
| XYZ | 11.06 | 19.62 | 3.49 | - |
| YUV | 100.06 | 77.17 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 10 | 0.6 | 0 | 0.93 | 0.45 | 98.77 | 0.87 | 0.29 |
| Hex | 38 | 8C | A | 3C | 0 | 5D | 2D | 63 | 57 | 1D |
| Octal | 70 | 214 | 12 | 74 | 0 | 135 | 55 | 143 | 127 | 35 |
| Binary | 111000 | 10001100 | 1010 | 111100 | 0 | 1011101 | 101101 | 1100011 | 1010111 | 11101 |
Color Harmonies of #388C0A
Complementary color
Monochromatic Colors of #388C0A
Black with #388C0A
Text Example
Text Example
White with #388C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388C0A; }
p { color: rgb(56,140,10); }
H1.HeaderClassName
{
color: #388C0A;
}
.AnyTagClassName
{
color: #388C0A;
}
</style>
background-color css
<style>
a { background-color: #388C0A; }
a { background-color: rgb(56,140,10); }
div.DivClassName
{
background-color: #388C0A;
}
.BgClassName
{
background-color: #388C0A;
}
</style>
border-color css
<style>
span { border-color: #388C0A; }
span { border-color: rgb(56,140,10); }
td.TdClassName
{
border-color: #388C0A;
}
.TagClassName
{
border-color: #388C0A;
}
</style>