Shades of Bilbao #388B09
Tints of Bilbao #388B09
RGB
CMYK
RGB Variations
Color information
#388B09 (or 0x388B09) is known color: Bilbao. HEX triplet: 38, 8B and 09. RGB value is (56,139,9). Sum of RGB (Red+Green+Blue) = 56+139+9=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 139 (54.69% from 255 or 68.14% from 204); Blue value is 9 (3.91% from 255 or 4.41% from 204); Max value from RGB is 139 - color contains mainly: green. Hex color #388B09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388B09 is #C774F6. Grayscale: #636363. Windows color (decimal): -13071607 or 625464. OLE color: 625464.
HSL color Cylindrical-coordinate representation of color #388B09: hue angle of 98.31º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #388B09 is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 139 | 9 | - |
| CMYK | 0.60 | 0 | 0.94 | 0.45 |
| HSL | 98.31º | 0.88% | 0.29% | - |
| HSV(B) | 98.31º | 0.94% | 0.55% | - |
| XYZ | 10.91 | 19.33 | 3.41 | - |
| YUV | 99.36 | 77 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 9 | 0.60 | 0 | 0.94 | 0.45 | 98.31 | 0.88 | 0.29 |
| Hex | 38 | 8B | 9 | 3C | 0 | 5E | 2D | 62 | 58 | 1D |
| Octal | 70 | 213 | 11 | 74 | 0 | 136 | 55 | 142 | 130 | 35 |
| Binary | 111000 | 10001011 | 1001 | 111100 | 0 | 1011110 | 101101 | 1100010 | 1011000 | 11101 |
Color Harmonies of #388B09
Complementary color
Monochromatic Colors of #388B09
Black with #388B09
Text Example
Text Example
White with #388B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388B09; }
p { color: rgb(56,139,9); }
H1.HeaderClassName
{
color: #388B09;
}
.AnyTagClassName
{
color: #388B09;
}
</style>
background-color css
<style>
a { background-color: #388B09; }
a { background-color: rgb(56,139,9); }
div.DivClassName
{
background-color: #388B09;
}
.BgClassName
{
background-color: #388B09;
}
</style>
border-color css
<style>
span { border-color: #388B09; }
span { border-color: rgb(56,139,9); }
td.TdClassName
{
border-color: #388B09;
}
.TagClassName
{
border-color: #388B09;
}
</style>