Shades of Bilbao #387901
Tints of Bilbao #387901
RGB
CMYK
RGB Variations
Color information
#387901 (or 0x387901) is known color: Bilbao. HEX triplet: 38, 79 and 01. RGB value is (56,121,1). Sum of RGB (Red+Green+Blue) = 56+121+1=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 121 (47.66% from 255 or 67.98% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 121 - color contains mainly: green. Hex color #387901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387901 is #C786FE. Grayscale: #585858. Windows color (decimal): -13076223 or 96568. OLE color: 96568.
HSL color Cylindrical-coordinate representation of color #387901: hue angle of 92.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #387901 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 121 | 1 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.53 |
| HSL | 92.5º | 0.98% | 0.24% | - |
| HSV(B) | 92.5º | 0.99% | 0.47% | - |
| XYZ | 8.47 | 14.52 | 2.38 | - |
| YUV | 87.89 | 78.97 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 121 | 1 | 0.54 | 0 | 0.99 | 0.53 | 92.5 | 0.98 | 0.24 |
| Hex | 38 | 79 | 1 | 36 | 0 | 63 | 35 | 5C | 62 | 18 |
| Octal | 70 | 171 | 1 | 66 | 0 | 143 | 65 | 134 | 142 | 30 |
| Binary | 111000 | 1111001 | 1 | 110110 | 0 | 1100011 | 110101 | 1011100 | 1100010 | 11000 |
Color Harmonies of #387901
Complementary color
Monochromatic Colors of #387901
Black with #387901
Text Example
Text Example
White with #387901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387901; }
p { color: rgb(56,121,1); }
H1.HeaderClassName
{
color: #387901;
}
.AnyTagClassName
{
color: #387901;
}
</style>
background-color css
<style>
a { background-color: #387901; }
a { background-color: rgb(56,121,1); }
div.DivClassName
{
background-color: #387901;
}
.BgClassName
{
background-color: #387901;
}
</style>
border-color css
<style>
span { border-color: #387901; }
span { border-color: rgb(56,121,1); }
td.TdClassName
{
border-color: #387901;
}
.TagClassName
{
border-color: #387901;
}
</style>