Shades of Bilbao #387D13
Tints of Bilbao #387D13
RGB
CMYK
RGB Variations
Color information
#387D13 (or 0x387D13) is known color: Bilbao. HEX triplet: 38, 7D and 13. RGB value is (56,125,19). Sum of RGB (Red+Green+Blue) = 56+125+19=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 125 (49.22% from 255 or 62.5% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 125 - color contains mainly: green. Hex color #387D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387D13 is #C782EC. Grayscale: #5C5C5C. Windows color (decimal): -13075181 or 1277240. OLE color: 1277240.
HSL color Cylindrical-coordinate representation of color #387D13: hue angle of 99.06º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #387D13 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 125 | 19 | - |
| CMYK | 0.55 | 0 | 0.85 | 0.51 |
| HSL | 99.06º | 0.74% | 0.28% | - |
| HSV(B) | 99.06º | 0.85% | 0.49% | - |
| XYZ | 9.08 | 15.56 | 3.14 | - |
| YUV | 92.29 | 86.64 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 19 | 0.55 | 0 | 0.85 | 0.51 | 99.06 | 0.74 | 0.28 |
| Hex | 38 | 7D | 13 | 37 | 0 | 55 | 33 | 63 | 4A | 1C |
| Octal | 70 | 175 | 23 | 67 | 0 | 125 | 63 | 143 | 112 | 34 |
| Binary | 111000 | 1111101 | 10011 | 110111 | 0 | 1010101 | 110011 | 1100011 | 1001010 | 11100 |
Color Harmonies of #387D13
Complementary color
Monochromatic Colors of #387D13
Black with #387D13
Text Example
Text Example
White with #387D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387D13; }
p { color: rgb(56,125,19); }
H1.HeaderClassName
{
color: #387D13;
}
.AnyTagClassName
{
color: #387D13;
}
</style>
background-color css
<style>
a { background-color: #387D13; }
a { background-color: rgb(56,125,19); }
div.DivClassName
{
background-color: #387D13;
}
.BgClassName
{
background-color: #387D13;
}
</style>
border-color css
<style>
span { border-color: #387D13; }
span { border-color: rgb(56,125,19); }
td.TdClassName
{
border-color: #387D13;
}
.TagClassName
{
border-color: #387D13;
}
</style>