Shades of Bilbao #387F0C
Tints of Bilbao #387F0C
RGB
CMYK
RGB Variations
Color information
#387F0C (or 0x387F0C) is known color: Bilbao. HEX triplet: 38, 7F and 0C. RGB value is (56,127,12). Sum of RGB (Red+Green+Blue) = 56+127+12=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 127 (50% from 255 or 65.13% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 127 - color contains mainly: green. Hex color #387F0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387F0C is #C780F3. Grayscale: #5D5D5D. Windows color (decimal): -13074676 or 819000. OLE color: 819000.
HSL color Cylindrical-coordinate representation of color #387F0C: hue angle of 97.04º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #387F0C is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 127 | 12 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.50 |
| HSL | 97.04º | 0.83% | 0.27% | - |
| HSV(B) | 97.04º | 0.91% | 0.5% | - |
| XYZ | 9.29 | 16.05 | 2.96 | - |
| YUV | 92.66 | 82.48 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 12 | 0.56 | 0 | 0.91 | 0.50 | 97.04 | 0.83 | 0.27 |
| Hex | 38 | 7F | C | 38 | 0 | 5B | 32 | 61 | 53 | 1B |
| Octal | 70 | 177 | 14 | 70 | 0 | 133 | 62 | 141 | 123 | 33 |
| Binary | 111000 | 1111111 | 1100 | 111000 | 0 | 1011011 | 110010 | 1100001 | 1010011 | 11011 |
Color Harmonies of #387F0C
Complementary color
Monochromatic Colors of #387F0C
Black with #387F0C
Text Example
Text Example
White with #387F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387F0C; }
p { color: rgb(56,127,12); }
H1.HeaderClassName
{
color: #387F0C;
}
.AnyTagClassName
{
color: #387F0C;
}
</style>
background-color css
<style>
a { background-color: #387F0C; }
a { background-color: rgb(56,127,12); }
div.DivClassName
{
background-color: #387F0C;
}
.BgClassName
{
background-color: #387F0C;
}
</style>
border-color css
<style>
span { border-color: #387F0C; }
span { border-color: rgb(56,127,12); }
td.TdClassName
{
border-color: #387F0C;
}
.TagClassName
{
border-color: #387F0C;
}
</style>