Shades of Bilbao #38710F
Tints of Bilbao #38710F
RGB
CMYK
RGB Variations
Color information
#38710F (or 0x38710F) is known color: Bilbao. HEX triplet: 38, 71 and 0F. RGB value is (56,113,15). Sum of RGB (Red+Green+Blue) = 56+113+15=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #38710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38710F is #C78EF0. Grayscale: #555555. Windows color (decimal): -13078257 or 1012024. OLE color: 1012024.
HSL color Cylindrical-coordinate representation of color #38710F: hue angle of 94.9º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38710F is Cyan = 0.50, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 113 | 15 | - |
| CMYK | 0.50 | 0 | 0.87 | 0.56 |
| HSL | 94.9º | 0.77% | 0.25% | - |
| HSV(B) | 94.9º | 0.87% | 0.44% | - |
| XYZ | 7.62 | 12.69 | 2.5 | - |
| YUV | 84.79 | 88.62 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 113 | 15 | 0.50 | 0 | 0.87 | 0.56 | 94.9 | 0.77 | 0.25 |
| Hex | 38 | 71 | F | 32 | 0 | 57 | 38 | 5F | 4D | 19 |
| Octal | 70 | 161 | 17 | 62 | 0 | 127 | 70 | 137 | 115 | 31 |
| Binary | 111000 | 1110001 | 1111 | 110010 | 0 | 1010111 | 111000 | 1011111 | 1001101 | 11001 |
Color Harmonies of #38710F
Complementary color
Monochromatic Colors of #38710F
Black with #38710F
Text Example
Text Example
White with #38710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38710F; }
p { color: rgb(56,113,15); }
H1.HeaderClassName
{
color: #38710F;
}
.AnyTagClassName
{
color: #38710F;
}
</style>
background-color css
<style>
a { background-color: #38710F; }
a { background-color: rgb(56,113,15); }
div.DivClassName
{
background-color: #38710F;
}
.BgClassName
{
background-color: #38710F;
}
</style>
border-color css
<style>
span { border-color: #38710F; }
span { border-color: rgb(56,113,15); }
td.TdClassName
{
border-color: #38710F;
}
.TagClassName
{
border-color: #38710F;
}
</style>