Shades of Bilbao #38730F
Tints of Bilbao #38730F
RGB
CMYK
RGB Variations
Color information
#38730F (or 0x38730F) is known color: Bilbao. HEX triplet: 38, 73 and 0F. RGB value is (56,115,15). Sum of RGB (Red+Green+Blue) = 56+115+15=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 115 (45.31% from 255 or 61.83% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 115 - color contains mainly: green. Hex color #38730F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38730F is #C78CF0. Grayscale: #565656. Windows color (decimal): -13077745 or 1012536. OLE color: 1012536.
HSL color Cylindrical-coordinate representation of color #38730F: hue angle of 95.4º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38730F is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 115 | 15 | - |
| CMYK | 0.51 | 0 | 0.87 | 0.55 |
| HSL | 95.4º | 0.77% | 0.25% | - |
| HSV(B) | 95.4º | 0.87% | 0.45% | - |
| XYZ | 7.85 | 13.14 | 2.57 | - |
| YUV | 85.96 | 87.95 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 115 | 15 | 0.51 | 0 | 0.87 | 0.55 | 95.4 | 0.77 | 0.25 |
| Hex | 38 | 73 | F | 33 | 0 | 57 | 37 | 5F | 4D | 19 |
| Octal | 70 | 163 | 17 | 63 | 0 | 127 | 67 | 137 | 115 | 31 |
| Binary | 111000 | 1110011 | 1111 | 110011 | 0 | 1010111 | 110111 | 1011111 | 1001101 | 11001 |
Color Harmonies of #38730F
Complementary color
Monochromatic Colors of #38730F
Black with #38730F
Text Example
Text Example
White with #38730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38730F; }
p { color: rgb(56,115,15); }
H1.HeaderClassName
{
color: #38730F;
}
.AnyTagClassName
{
color: #38730F;
}
</style>
background-color css
<style>
a { background-color: #38730F; }
a { background-color: rgb(56,115,15); }
div.DivClassName
{
background-color: #38730F;
}
.BgClassName
{
background-color: #38730F;
}
</style>
border-color css
<style>
span { border-color: #38730F; }
span { border-color: rgb(56,115,15); }
td.TdClassName
{
border-color: #38730F;
}
.TagClassName
{
border-color: #38730F;
}
</style>