Shades of Bilbao #387F28
Tints of Bilbao #387F28
RGB
CMYK
RGB Variations
Color information
#387F28 (or 0x387F28) is known color: Bilbao. HEX triplet: 38, 7F and 28. RGB value is (56,127,40). Sum of RGB (Red+Green+Blue) = 56+127+40=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 127 (50% from 255 or 56.95% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 127 - color contains mainly: green. Hex color #387F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387F28 is #C780D7. Grayscale: #606060. Windows color (decimal): -13074648 or 2654008. OLE color: 2654008.
HSL color Cylindrical-coordinate representation of color #387F28: hue angle of 108.97º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #387F28 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 127 | 40 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.50 |
| HSL | 108.97º | 0.52% | 0.33% | - |
| HSV(B) | 108.97º | 0.69% | 0.5% | - |
| XYZ | 9.6 | 16.17 | 4.62 | - |
| YUV | 95.85 | 96.48 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 40 | 0.56 | 0 | 0.69 | 0.50 | 108.97 | 0.52 | 0.33 |
| Hex | 38 | 7F | 28 | 38 | 0 | 45 | 32 | 6D | 34 | 21 |
| Octal | 70 | 177 | 50 | 70 | 0 | 105 | 62 | 155 | 64 | 41 |
| Binary | 111000 | 1111111 | 101000 | 111000 | 0 | 1000101 | 110010 | 1101101 | 110100 | 100001 |
Color Harmonies of #387F28
Complementary color
Monochromatic Colors of #387F28
Black with #387F28
Text Example
Text Example
White with #387F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387F28; }
p { color: rgb(56,127,40); }
H1.HeaderClassName
{
color: #387F28;
}
.AnyTagClassName
{
color: #387F28;
}
</style>
background-color css
<style>
a { background-color: #387F28; }
a { background-color: rgb(56,127,40); }
div.DivClassName
{
background-color: #387F28;
}
.BgClassName
{
background-color: #387F28;
}
</style>
border-color css
<style>
span { border-color: #387F28; }
span { border-color: rgb(56,127,40); }
td.TdClassName
{
border-color: #387F28;
}
.TagClassName
{
border-color: #387F28;
}
</style>