Shades of Bilbao #387A28
Tints of Bilbao #387A28
RGB
CMYK
RGB Variations
Color information
#387A28 (or 0x387A28) is known color: Bilbao. HEX triplet: 38, 7A and 28. RGB value is (56,122,40). Sum of RGB (Red+Green+Blue) = 56+122+40=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 122 (48.05% from 255 or 55.96% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 122 - color contains mainly: green. Hex color #387A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387A28 is #C785D7. Grayscale: #5D5D5D. Windows color (decimal): -13075928 or 2652728. OLE color: 2652728.
HSL color Cylindrical-coordinate representation of color #387A28: hue angle of 108.29º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #387A28 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 122 | 40 | - |
| CMYK | 0.54 | 0 | 0.67 | 0.52 |
| HSL | 108.29º | 0.51% | 0.32% | - |
| HSV(B) | 108.29º | 0.67% | 0.48% | - |
| XYZ | 8.97 | 14.91 | 4.41 | - |
| YUV | 92.92 | 98.13 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 40 | 0.54 | 0 | 0.67 | 0.52 | 108.29 | 0.51 | 0.32 |
| Hex | 38 | 7A | 28 | 36 | 0 | 43 | 34 | 6C | 33 | 20 |
| Octal | 70 | 172 | 50 | 66 | 0 | 103 | 64 | 154 | 63 | 40 |
| Binary | 111000 | 1111010 | 101000 | 110110 | 0 | 1000011 | 110100 | 1101100 | 110011 | 100000 |
Color Harmonies of #387A28
Complementary color
Monochromatic Colors of #387A28
Black with #387A28
Text Example
Text Example
White with #387A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387A28; }
p { color: rgb(56,122,40); }
H1.HeaderClassName
{
color: #387A28;
}
.AnyTagClassName
{
color: #387A28;
}
</style>
background-color css
<style>
a { background-color: #387A28; }
a { background-color: rgb(56,122,40); }
div.DivClassName
{
background-color: #387A28;
}
.BgClassName
{
background-color: #387A28;
}
</style>
border-color css
<style>
span { border-color: #387A28; }
span { border-color: rgb(56,122,40); }
td.TdClassName
{
border-color: #387A28;
}
.TagClassName
{
border-color: #387A28;
}
</style>