Shades of Bilbao #388808
Tints of Bilbao #388808
RGB
CMYK
RGB Variations
Color information
#388808 (or 0x388808) is known color: Bilbao. HEX triplet: 38, 88 and 08. RGB value is (56,136,8). Sum of RGB (Red+Green+Blue) = 56+136+8=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 136 (53.52% from 255 or 68% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 136 - color contains mainly: green. Hex color #388808 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388808 is #C777F7. Grayscale: #616161. Windows color (decimal): -13072376 or 559160. OLE color: 559160.
HSL color Cylindrical-coordinate representation of color #388808: hue angle of 97.5º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #388808 is Cyan = 0.59, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 136 | 8 | - |
| CMYK | 0.59 | 0 | 0.94 | 0.47 |
| HSL | 97.5º | 0.89% | 0.28% | - |
| HSV(B) | 97.5º | 0.94% | 0.53% | - |
| XYZ | 10.48 | 18.47 | 3.24 | - |
| YUV | 97.49 | 77.5 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 136 | 8 | 0.59 | 0 | 0.94 | 0.47 | 97.5 | 0.89 | 0.28 |
| Hex | 38 | 88 | 8 | 3B | 0 | 5E | 2F | 62 | 59 | 1C |
| Octal | 70 | 210 | 10 | 73 | 0 | 136 | 57 | 142 | 131 | 34 |
| Binary | 111000 | 10001000 | 1000 | 111011 | 0 | 1011110 | 101111 | 1100010 | 1011001 | 11100 |
Color Harmonies of #388808
Complementary color
Monochromatic Colors of #388808
Black with #388808
Text Example
Text Example
White with #388808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388808; }
p { color: rgb(56,136,8); }
H1.HeaderClassName
{
color: #388808;
}
.AnyTagClassName
{
color: #388808;
}
</style>
background-color css
<style>
a { background-color: #388808; }
a { background-color: rgb(56,136,8); }
div.DivClassName
{
background-color: #388808;
}
.BgClassName
{
background-color: #388808;
}
</style>
border-color css
<style>
span { border-color: #388808; }
span { border-color: rgb(56,136,8); }
td.TdClassName
{
border-color: #388808;
}
.TagClassName
{
border-color: #388808;
}
</style>