Shades of Bilbao #387A19
Tints of Bilbao #387A19
RGB
CMYK
RGB Variations
Color information
#387A19 (or 0x387A19) is known color: Bilbao. HEX triplet: 38, 7A and 19. RGB value is (56,122,25). Sum of RGB (Red+Green+Blue) = 56+122+25=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 122 (48.05% from 255 or 60.10% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 122 - color contains mainly: green. Hex color #387A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387A19 is #C785E6. Grayscale: #5B5B5B. Windows color (decimal): -13075943 or 1669688. OLE color: 1669688.
HSL color Cylindrical-coordinate representation of color #387A19: hue angle of 100.82º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #387A19 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 122 | 25 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.52 |
| HSL | 100.82º | 0.66% | 0.29% | - |
| HSV(B) | 100.82º | 0.8% | 0.48% | - |
| XYZ | 8.77 | 14.83 | 3.32 | - |
| YUV | 91.21 | 90.63 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 25 | 0.54 | 0 | 0.80 | 0.52 | 100.82 | 0.66 | 0.29 |
| Hex | 38 | 7A | 19 | 36 | 0 | 50 | 34 | 65 | 42 | 1D |
| Octal | 70 | 172 | 31 | 66 | 0 | 120 | 64 | 145 | 102 | 35 |
| Binary | 111000 | 1111010 | 11001 | 110110 | 0 | 1010000 | 110100 | 1100101 | 1000010 | 11101 |
Color Harmonies of #387A19
Complementary color
Monochromatic Colors of #387A19
Black with #387A19
Text Example
Text Example
White with #387A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387A19; }
p { color: rgb(56,122,25); }
H1.HeaderClassName
{
color: #387A19;
}
.AnyTagClassName
{
color: #387A19;
}
</style>
background-color css
<style>
a { background-color: #387A19; }
a { background-color: rgb(56,122,25); }
div.DivClassName
{
background-color: #387A19;
}
.BgClassName
{
background-color: #387A19;
}
</style>
border-color css
<style>
span { border-color: #387A19; }
span { border-color: rgb(56,122,25); }
td.TdClassName
{
border-color: #387A19;
}
.TagClassName
{
border-color: #387A19;
}
</style>