Shades of Bilbao #387E09
Tints of Bilbao #387E09
RGB
CMYK
RGB Variations
Color information
#387E09 (or 0x387E09) is known color: Bilbao. HEX triplet: 38, 7E and 09. RGB value is (56,126,9). Sum of RGB (Red+Green+Blue) = 56+126+9=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 126 (49.61% from 255 or 65.97% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 126 - color contains mainly: green. Hex color #387E09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387E09 is #C781F6. Grayscale: #5C5C5C. Windows color (decimal): -13074935 or 622136. OLE color: 622136.
HSL color Cylindrical-coordinate representation of color #387E09: hue angle of 95.9º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #387E09 is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 126 | 9 | - |
| CMYK | 0.56 | 0 | 0.93 | 0.51 |
| HSL | 95.9º | 0.87% | 0.26% | - |
| HSV(B) | 95.9º | 0.93% | 0.49% | - |
| XYZ | 9.14 | 15.78 | 2.82 | - |
| YUV | 91.73 | 81.31 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 9 | 0.56 | 0 | 0.93 | 0.51 | 95.9 | 0.87 | 0.26 |
| Hex | 38 | 7E | 9 | 38 | 0 | 5D | 33 | 60 | 57 | 1A |
| Octal | 70 | 176 | 11 | 70 | 0 | 135 | 63 | 140 | 127 | 32 |
| Binary | 111000 | 1111110 | 1001 | 111000 | 0 | 1011101 | 110011 | 1100000 | 1010111 | 11010 |
Color Harmonies of #387E09
Complementary color
Monochromatic Colors of #387E09
Black with #387E09
Text Example
Text Example
White with #387E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387E09; }
p { color: rgb(56,126,9); }
H1.HeaderClassName
{
color: #387E09;
}
.AnyTagClassName
{
color: #387E09;
}
</style>
background-color css
<style>
a { background-color: #387E09; }
a { background-color: rgb(56,126,9); }
div.DivClassName
{
background-color: #387E09;
}
.BgClassName
{
background-color: #387E09;
}
</style>
border-color css
<style>
span { border-color: #387E09; }
span { border-color: rgb(56,126,9); }
td.TdClassName
{
border-color: #387E09;
}
.TagClassName
{
border-color: #387E09;
}
</style>