Shades of Bilbao #387A1A
Tints of Bilbao #387A1A
RGB
CMYK
RGB Variations
Color information
#387A1A (or 0x387A1A) is known color: Bilbao. HEX triplet: 38, 7A and 1A. RGB value is (56,122,26). Sum of RGB (Red+Green+Blue) = 56+122+26=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 122 (48.05% from 255 or 59.80% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 122 - color contains mainly: green. Hex color #387A1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387A1A is #C785E5. Grayscale: #5B5B5B. Windows color (decimal): -13075942 or 1735224. OLE color: 1735224.
HSL color Cylindrical-coordinate representation of color #387A1A: hue angle of 101.25º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #387A1A is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 122 | 26 | - |
| CMYK | 0.54 | 0 | 0.79 | 0.52 |
| HSL | 101.25º | 0.65% | 0.29% | - |
| HSV(B) | 101.25º | 0.79% | 0.48% | - |
| XYZ | 8.78 | 14.83 | 3.38 | - |
| YUV | 91.32 | 91.13 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 26 | 0.54 | 0 | 0.79 | 0.52 | 101.25 | 0.65 | 0.29 |
| Hex | 38 | 7A | 1A | 36 | 0 | 4F | 34 | 65 | 41 | 1D |
| Octal | 70 | 172 | 32 | 66 | 0 | 117 | 64 | 145 | 101 | 35 |
| Binary | 111000 | 1111010 | 11010 | 110110 | 0 | 1001111 | 110100 | 1100101 | 1000001 | 11101 |
Color Harmonies of #387A1A
Complementary color
Monochromatic Colors of #387A1A
Black with #387A1A
Text Example
Text Example
White with #387A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387A1A; }
p { color: rgb(56,122,26); }
H1.HeaderClassName
{
color: #387A1A;
}
.AnyTagClassName
{
color: #387A1A;
}
</style>
background-color css
<style>
a { background-color: #387A1A; }
a { background-color: rgb(56,122,26); }
div.DivClassName
{
background-color: #387A1A;
}
.BgClassName
{
background-color: #387A1A;
}
</style>
border-color css
<style>
span { border-color: #387A1A; }
span { border-color: rgb(56,122,26); }
td.TdClassName
{
border-color: #387A1A;
}
.TagClassName
{
border-color: #387A1A;
}
</style>