Shades of Bilbao #387C02
Tints of Bilbao #387C02
RGB
CMYK
RGB Variations
Color information
#387C02 (or 0x387C02) is known color: Bilbao. HEX triplet: 38, 7C and 02. RGB value is (56,124,2). Sum of RGB (Red+Green+Blue) = 56+124+2=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 124 (48.83% from 255 or 68.13% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 124 - color contains mainly: green. Hex color #387C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387C02 is #C783FD. Grayscale: #5A5A5A. Windows color (decimal): -13075454 or 162872. OLE color: 162872.
HSL color Cylindrical-coordinate representation of color #387C02: hue angle of 93.44º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #387C02 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 124 | 2 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.51 |
| HSL | 93.44º | 0.97% | 0.25% | - |
| HSV(B) | 93.44º | 0.98% | 0.49% | - |
| XYZ | 8.85 | 15.26 | 2.54 | - |
| YUV | 89.76 | 78.47 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 2 | 0.55 | 0 | 0.98 | 0.51 | 93.44 | 0.97 | 0.25 |
| Hex | 38 | 7C | 2 | 37 | 0 | 62 | 33 | 5D | 61 | 19 |
| Octal | 70 | 174 | 2 | 67 | 0 | 142 | 63 | 135 | 141 | 31 |
| Binary | 111000 | 1111100 | 10 | 110111 | 0 | 1100010 | 110011 | 1011101 | 1100001 | 11001 |
Color Harmonies of #387C02
Complementary color
Monochromatic Colors of #387C02
Black with #387C02
Text Example
Text Example
White with #387C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387C02; }
p { color: rgb(56,124,2); }
H1.HeaderClassName
{
color: #387C02;
}
.AnyTagClassName
{
color: #387C02;
}
</style>
background-color css
<style>
a { background-color: #387C02; }
a { background-color: rgb(56,124,2); }
div.DivClassName
{
background-color: #387C02;
}
.BgClassName
{
background-color: #387C02;
}
</style>
border-color css
<style>
span { border-color: #387C02; }
span { border-color: rgb(56,124,2); }
td.TdClassName
{
border-color: #387C02;
}
.TagClassName
{
border-color: #387C02;
}
</style>