Shades of Bilbao #387B24
Tints of Bilbao #387B24
RGB
CMYK
RGB Variations
Color information
#387B24 (or 0x387B24) is known color: Bilbao. HEX triplet: 38, 7B and 24. RGB value is (56,123,36). Sum of RGB (Red+Green+Blue) = 56+123+36=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 123 (48.44% from 255 or 57.21% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 123 - color contains mainly: green. Hex color #387B24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387B24 is #C784DB. Grayscale: #5D5D5D. Windows color (decimal): -13075676 or 2390840. OLE color: 2390840.
HSL color Cylindrical-coordinate representation of color #387B24: hue angle of 106.21º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #387B24 is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 123 | 36 | - |
| CMYK | 0.54 | 0 | 0.71 | 0.52 |
| HSL | 106.21º | 0.55% | 0.31% | - |
| HSV(B) | 106.21º | 0.71% | 0.48% | - |
| XYZ | 9.03 | 15.13 | 4.11 | - |
| YUV | 93.05 | 95.8 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 36 | 0.54 | 0 | 0.71 | 0.52 | 106.21 | 0.55 | 0.31 |
| Hex | 38 | 7B | 24 | 36 | 0 | 47 | 34 | 6A | 37 | 1F |
| Octal | 70 | 173 | 44 | 66 | 0 | 107 | 64 | 152 | 67 | 37 |
| Binary | 111000 | 1111011 | 100100 | 110110 | 0 | 1000111 | 110100 | 1101010 | 110111 | 11111 |
Color Harmonies of #387B24
Complementary color
Monochromatic Colors of #387B24
Black with #387B24
Text Example
Text Example
White with #387B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387B24; }
p { color: rgb(56,123,36); }
H1.HeaderClassName
{
color: #387B24;
}
.AnyTagClassName
{
color: #387B24;
}
</style>
background-color css
<style>
a { background-color: #387B24; }
a { background-color: rgb(56,123,36); }
div.DivClassName
{
background-color: #387B24;
}
.BgClassName
{
background-color: #387B24;
}
</style>
border-color css
<style>
span { border-color: #387B24; }
span { border-color: rgb(56,123,36); }
td.TdClassName
{
border-color: #387B24;
}
.TagClassName
{
border-color: #387B24;
}
</style>