Shades of Bilbao #387808
Tints of Bilbao #387808
RGB
CMYK
RGB Variations
Color information
#387808 (or 0x387808) is known color: Bilbao. HEX triplet: 38, 78 and 08. RGB value is (56,120,8). Sum of RGB (Red+Green+Blue) = 56+120+8=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 120 (47.27% from 255 or 65.22% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 120 - color contains mainly: green. Hex color #387808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387808 is #C787F7. Grayscale: #585858. Windows color (decimal): -13076472 or 555064. OLE color: 555064.
HSL color Cylindrical-coordinate representation of color #387808: hue angle of 94.29º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #387808 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 120 | 8 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.53 |
| HSL | 94.29º | 0.88% | 0.25% | - |
| HSV(B) | 94.29º | 0.93% | 0.47% | - |
| XYZ | 8.39 | 14.29 | 2.55 | - |
| YUV | 88.1 | 82.8 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 120 | 8 | 0.53 | 0 | 0.93 | 0.53 | 94.29 | 0.88 | 0.25 |
| Hex | 38 | 78 | 8 | 35 | 0 | 5D | 35 | 5E | 58 | 19 |
| Octal | 70 | 170 | 10 | 65 | 0 | 135 | 65 | 136 | 130 | 31 |
| Binary | 111000 | 1111000 | 1000 | 110101 | 0 | 1011101 | 110101 | 1011110 | 1011000 | 11001 |
Color Harmonies of #387808
Complementary color
Monochromatic Colors of #387808
Black with #387808
Text Example
Text Example
White with #387808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387808; }
p { color: rgb(56,120,8); }
H1.HeaderClassName
{
color: #387808;
}
.AnyTagClassName
{
color: #387808;
}
</style>
background-color css
<style>
a { background-color: #387808; }
a { background-color: rgb(56,120,8); }
div.DivClassName
{
background-color: #387808;
}
.BgClassName
{
background-color: #387808;
}
</style>
border-color css
<style>
span { border-color: #387808; }
span { border-color: rgb(56,120,8); }
td.TdClassName
{
border-color: #387808;
}
.TagClassName
{
border-color: #387808;
}
</style>