Shades of Bilbao #38720C
Tints of Bilbao #38720C
RGB
CMYK
RGB Variations
Color information
#38720C (or 0x38720C) is known color: Bilbao. HEX triplet: 38, 72 and 0C. RGB value is (56,114,12). Sum of RGB (Red+Green+Blue) = 56+114+12=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 114 (44.92% from 255 or 62.64% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 114 - color contains mainly: green. Hex color #38720C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38720C is #C78DF3. Grayscale: #555555. Windows color (decimal): -13078004 or 815672. OLE color: 815672.
HSL color Cylindrical-coordinate representation of color #38720C: hue angle of 94.12º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38720C is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 114 | 12 | - |
| CMYK | 0.51 | 0 | 0.89 | 0.55 |
| HSL | 94.12º | 0.81% | 0.25% | - |
| HSV(B) | 94.12º | 0.89% | 0.45% | - |
| XYZ | 7.71 | 12.9 | 2.43 | - |
| YUV | 85.03 | 86.78 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 114 | 12 | 0.51 | 0 | 0.89 | 0.55 | 94.12 | 0.81 | 0.25 |
| Hex | 38 | 72 | C | 33 | 0 | 59 | 37 | 5E | 51 | 19 |
| Octal | 70 | 162 | 14 | 63 | 0 | 131 | 67 | 136 | 121 | 31 |
| Binary | 111000 | 1110010 | 1100 | 110011 | 0 | 1011001 | 110111 | 1011110 | 1010001 | 11001 |
Color Harmonies of #38720C
Complementary color
Monochromatic Colors of #38720C
Black with #38720C
Text Example
Text Example
White with #38720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38720C; }
p { color: rgb(56,114,12); }
H1.HeaderClassName
{
color: #38720C;
}
.AnyTagClassName
{
color: #38720C;
}
</style>
background-color css
<style>
a { background-color: #38720C; }
a { background-color: rgb(56,114,12); }
div.DivClassName
{
background-color: #38720C;
}
.BgClassName
{
background-color: #38720C;
}
</style>
border-color css
<style>
span { border-color: #38720C; }
span { border-color: rgb(56,114,12); }
td.TdClassName
{
border-color: #38720C;
}
.TagClassName
{
border-color: #38720C;
}
</style>