Shades of Bilbao #38730C
Tints of Bilbao #38730C
RGB
CMYK
RGB Variations
Color information
#38730C (or 0x38730C) is known color: Bilbao. HEX triplet: 38, 73 and 0C. RGB value is (56,115,12). Sum of RGB (Red+Green+Blue) = 56+115+12=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 115 (45.31% from 255 or 62.84% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 115 - color contains mainly: green. Hex color #38730C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38730C is #C78CF3. Grayscale: #555555. Windows color (decimal): -13077748 or 815928. OLE color: 815928.
HSL color Cylindrical-coordinate representation of color #38730C: hue angle of 94.37º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38730C is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 115 | 12 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.55 |
| HSL | 94.37º | 0.81% | 0.25% | - |
| HSV(B) | 94.37º | 0.9% | 0.45% | - |
| XYZ | 7.83 | 13.13 | 2.47 | - |
| YUV | 85.62 | 86.45 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 115 | 12 | 0.51 | 0 | 0.90 | 0.55 | 94.37 | 0.81 | 0.25 |
| Hex | 38 | 73 | C | 33 | 0 | 5A | 37 | 5E | 51 | 19 |
| Octal | 70 | 163 | 14 | 63 | 0 | 132 | 67 | 136 | 121 | 31 |
| Binary | 111000 | 1110011 | 1100 | 110011 | 0 | 1011010 | 110111 | 1011110 | 1010001 | 11001 |
Color Harmonies of #38730C
Complementary color
Monochromatic Colors of #38730C
Black with #38730C
Text Example
Text Example
White with #38730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38730C; }
p { color: rgb(56,115,12); }
H1.HeaderClassName
{
color: #38730C;
}
.AnyTagClassName
{
color: #38730C;
}
</style>
background-color css
<style>
a { background-color: #38730C; }
a { background-color: rgb(56,115,12); }
div.DivClassName
{
background-color: #38730C;
}
.BgClassName
{
background-color: #38730C;
}
</style>
border-color css
<style>
span { border-color: #38730C; }
span { border-color: rgb(56,115,12); }
td.TdClassName
{
border-color: #38730C;
}
.TagClassName
{
border-color: #38730C;
}
</style>