Shades of Bilbao #388C06
Tints of Bilbao #388C06
RGB
CMYK
RGB Variations
Color information
#388C06 (or 0x388C06) is known color: Bilbao. HEX triplet: 38, 8C and 06. RGB value is (56,140,6). Sum of RGB (Red+Green+Blue) = 56+140+6=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 140 (55.08% from 255 or 69.31% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 140 - color contains mainly: green. Hex color #388C06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388C06 is #C773F9. Grayscale: #646464. Windows color (decimal): -13071354 or 429112. OLE color: 429112.
HSL color Cylindrical-coordinate representation of color #388C06: hue angle of 97.61º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #388C06 is Cyan = 0.6, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 140 | 6 | - |
| CMYK | 0.6 | 0 | 0.96 | 0.45 |
| HSL | 97.61º | 0.92% | 0.29% | - |
| HSV(B) | 97.61º | 0.96% | 0.55% | - |
| XYZ | 11.04 | 19.61 | 3.38 | - |
| YUV | 99.61 | 75.17 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 6 | 0.6 | 0 | 0.96 | 0.45 | 97.61 | 0.92 | 0.29 |
| Hex | 38 | 8C | 6 | 3C | 0 | 60 | 2D | 62 | 5C | 1D |
| Octal | 70 | 214 | 6 | 74 | 0 | 140 | 55 | 142 | 134 | 35 |
| Binary | 111000 | 10001100 | 110 | 111100 | 0 | 1100000 | 101101 | 1100010 | 1011100 | 11101 |
Color Harmonies of #388C06
Complementary color
Monochromatic Colors of #388C06
Black with #388C06
Text Example
Text Example
White with #388C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388C06; }
p { color: rgb(56,140,6); }
H1.HeaderClassName
{
color: #388C06;
}
.AnyTagClassName
{
color: #388C06;
}
</style>
background-color css
<style>
a { background-color: #388C06; }
a { background-color: rgb(56,140,6); }
div.DivClassName
{
background-color: #388C06;
}
.BgClassName
{
background-color: #388C06;
}
</style>
border-color css
<style>
span { border-color: #388C06; }
span { border-color: rgb(56,140,6); }
td.TdClassName
{
border-color: #388C06;
}
.TagClassName
{
border-color: #388C06;
}
</style>