Shades of Bilbao #388F06
Tints of Bilbao #388F06
RGB
CMYK
RGB Variations
Color information
#388F06 (or 0x388F06) is known color: Bilbao. HEX triplet: 38, 8F and 06. RGB value is (56,143,6). Sum of RGB (Red+Green+Blue) = 56+143+6=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 143 (56.25% from 255 or 69.76% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 143 - color contains mainly: green. Hex color #388F06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388F06 is #C770F9. Grayscale: #656565. Windows color (decimal): -13070586 or 429880. OLE color: 429880.
HSL color Cylindrical-coordinate representation of color #388F06: hue angle of 98.1º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #388F06 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 143 | 6 | - |
| CMYK | 0.61 | 0 | 0.96 | 0.44 |
| HSL | 98.1º | 0.92% | 0.29% | - |
| HSV(B) | 98.1º | 0.96% | 0.56% | - |
| XYZ | 11.49 | 20.5 | 3.52 | - |
| YUV | 101.37 | 74.18 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 6 | 0.61 | 0 | 0.96 | 0.44 | 98.1 | 0.92 | 0.29 |
| Hex | 38 | 8F | 6 | 3D | 0 | 60 | 2C | 62 | 5C | 1D |
| Octal | 70 | 217 | 6 | 75 | 0 | 140 | 54 | 142 | 134 | 35 |
| Binary | 111000 | 10001111 | 110 | 111101 | 0 | 1100000 | 101100 | 1100010 | 1011100 | 11101 |
Color Harmonies of #388F06
Complementary color
Monochromatic Colors of #388F06
Black with #388F06
Text Example
Text Example
White with #388F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388F06; }
p { color: rgb(56,143,6); }
H1.HeaderClassName
{
color: #388F06;
}
.AnyTagClassName
{
color: #388F06;
}
</style>
background-color css
<style>
a { background-color: #388F06; }
a { background-color: rgb(56,143,6); }
div.DivClassName
{
background-color: #388F06;
}
.BgClassName
{
background-color: #388F06;
}
</style>
border-color css
<style>
span { border-color: #388F06; }
span { border-color: rgb(56,143,6); }
td.TdClassName
{
border-color: #388F06;
}
.TagClassName
{
border-color: #388F06;
}
</style>