Shades of Bilbao #38770D
Tints of Bilbao #38770D
RGB
CMYK
RGB Variations
Color information
#38770D (or 0x38770D) is known color: Bilbao. HEX triplet: 38, 77 and 0D. RGB value is (56,119,13). Sum of RGB (Red+Green+Blue) = 56+119+13=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 119 (46.88% from 255 or 63.30% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 119 - color contains mainly: green. Hex color #38770D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38770D is #C788F2. Grayscale: #585858. Windows color (decimal): -13076723 or 882488. OLE color: 882488.
HSL color Cylindrical-coordinate representation of color #38770D: hue angle of 95.66º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38770D is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 119 | 13 | - |
| CMYK | 0.53 | 0 | 0.89 | 0.53 |
| HSL | 95.66º | 0.8% | 0.26% | - |
| HSV(B) | 95.66º | 0.89% | 0.47% | - |
| XYZ | 8.3 | 14.06 | 2.66 | - |
| YUV | 88.08 | 85.63 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 119 | 13 | 0.53 | 0 | 0.89 | 0.53 | 95.66 | 0.8 | 0.26 |
| Hex | 38 | 77 | D | 35 | 0 | 59 | 35 | 60 | 50 | 1A |
| Octal | 70 | 167 | 15 | 65 | 0 | 131 | 65 | 140 | 120 | 32 |
| Binary | 111000 | 1110111 | 1101 | 110101 | 0 | 1011001 | 110101 | 1100000 | 1010000 | 11010 |
Color Harmonies of #38770D
Complementary color
Monochromatic Colors of #38770D
Black with #38770D
Text Example
Text Example
White with #38770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38770D; }
p { color: rgb(56,119,13); }
H1.HeaderClassName
{
color: #38770D;
}
.AnyTagClassName
{
color: #38770D;
}
</style>
background-color css
<style>
a { background-color: #38770D; }
a { background-color: rgb(56,119,13); }
div.DivClassName
{
background-color: #38770D;
}
.BgClassName
{
background-color: #38770D;
}
</style>
border-color css
<style>
span { border-color: #38770D; }
span { border-color: rgb(56,119,13); }
td.TdClassName
{
border-color: #38770D;
}
.TagClassName
{
border-color: #38770D;
}
</style>