Shades of Bilbao #388200
Tints of Bilbao #388200
RGB
CMYK
RGB Variations
Color information
#388200 (or 0x388200) is known color: Bilbao. HEX triplet: 38, 82 and 00. RGB value is (56,130,0). Sum of RGB (Red+Green+Blue) = 56+130+0=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 130 (51.17% from 255 or 69.89% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 130 - color contains mainly: green. Hex color #388200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388200 is #C77DFF. Grayscale: #5D5D5D. Windows color (decimal): -13073920 or 33336. OLE color: 33336.
HSL color Cylindrical-coordinate representation of color #388200: hue angle of 94.15º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #388200 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 130 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.49 |
| HSL | 94.15º | 1% | 0.25% | - |
| HSV(B) | 94.15º | 1% | 0.51% | - |
| XYZ | 9.61 | 16.81 | 2.74 | - |
| YUV | 93.05 | 75.48 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 0 | 0.57 | 0 | 1 | 0.49 | 94.15 | 1 | 0.25 |
| Hex | 38 | 82 | 0 | 39 | 0 | 64 | 31 | 5E | 64 | 19 |
| Octal | 70 | 202 | 0 | 71 | 0 | 144 | 61 | 136 | 144 | 31 |
| Binary | 111000 | 10000010 | 0 | 111001 | 0 | 1100100 | 110001 | 1011110 | 1100100 | 11001 |
Color Harmonies of #388200
Complementary color
Monochromatic Colors of #388200
Black with #388200
Text Example
Text Example
White with #388200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388200; }
p { color: rgb(56,130,0); }
H1.HeaderClassName
{
color: #388200;
}
.AnyTagClassName
{
color: #388200;
}
</style>
background-color css
<style>
a { background-color: #388200; }
a { background-color: rgb(56,130,0); }
div.DivClassName
{
background-color: #388200;
}
.BgClassName
{
background-color: #388200;
}
</style>
border-color css
<style>
span { border-color: #388200; }
span { border-color: rgb(56,130,0); }
td.TdClassName
{
border-color: #388200;
}
.TagClassName
{
border-color: #388200;
}
</style>