Shades of Bilbao #387400
Tints of Bilbao #387400
RGB
CMYK
RGB Variations
Color information
#387400 (or 0x387400) is known color: Bilbao. HEX triplet: 38, 74 and 00. RGB value is (56,116,0). Sum of RGB (Red+Green+Blue) = 56+116+0=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 116 (45.70% from 255 or 67.44% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 116 - color contains mainly: green. Hex color #387400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387400 is #C78BFF. Grayscale: #555555. Windows color (decimal): -13077504 or 29752. OLE color: 29752.
HSL color Cylindrical-coordinate representation of color #387400: hue angle of 91.03º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #387400 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 116 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.55 |
| HSL | 91.03º | 1% | 0.23% | - |
| HSV(B) | 91.03º | 1% | 0.45% | - |
| XYZ | 7.88 | 13.33 | 2.16 | - |
| YUV | 84.84 | 80.12 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 116 | 0 | 0.52 | 0 | 1 | 0.55 | 91.03 | 1 | 0.23 |
| Hex | 38 | 74 | 0 | 34 | 0 | 64 | 37 | 5B | 64 | 17 |
| Octal | 70 | 164 | 0 | 64 | 0 | 144 | 67 | 133 | 144 | 27 |
| Binary | 111000 | 1110100 | 0 | 110100 | 0 | 1100100 | 110111 | 1011011 | 1100100 | 10111 |
Color Harmonies of #387400
Complementary color
Monochromatic Colors of #387400
Black with #387400
Text Example
Text Example
White with #387400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387400; }
p { color: rgb(56,116,0); }
H1.HeaderClassName
{
color: #387400;
}
.AnyTagClassName
{
color: #387400;
}
</style>
background-color css
<style>
a { background-color: #387400; }
a { background-color: rgb(56,116,0); }
div.DivClassName
{
background-color: #387400;
}
.BgClassName
{
background-color: #387400;
}
</style>
border-color css
<style>
span { border-color: #387400; }
span { border-color: rgb(56,116,0); }
td.TdClassName
{
border-color: #387400;
}
.TagClassName
{
border-color: #387400;
}
</style>