Shades of Bilbao #38750B
Tints of Bilbao #38750B
RGB
CMYK
RGB Variations
Color information
#38750B (or 0x38750B) is known color: Bilbao. HEX triplet: 38, 75 and 0B. RGB value is (56,117,11). Sum of RGB (Red+Green+Blue) = 56+117+11=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 117 (46.09% from 255 or 63.59% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 117 - color contains mainly: green. Hex color #38750B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38750B is #C78AF4. Grayscale: #575757. Windows color (decimal): -13077237 or 750904. OLE color: 750904.
HSL color Cylindrical-coordinate representation of color #38750B: hue angle of 94.53º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38750B is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 117 | 11 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.54 |
| HSL | 94.53º | 0.83% | 0.25% | - |
| HSV(B) | 94.53º | 0.91% | 0.46% | - |
| XYZ | 8.05 | 13.59 | 2.51 | - |
| YUV | 86.68 | 85.29 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 117 | 11 | 0.52 | 0 | 0.91 | 0.54 | 94.53 | 0.83 | 0.25 |
| Hex | 38 | 75 | B | 34 | 0 | 5B | 36 | 5F | 53 | 19 |
| Octal | 70 | 165 | 13 | 64 | 0 | 133 | 66 | 137 | 123 | 31 |
| Binary | 111000 | 1110101 | 1011 | 110100 | 0 | 1011011 | 110110 | 1011111 | 1010011 | 11001 |
Color Harmonies of #38750B
Complementary color
Monochromatic Colors of #38750B
Black with #38750B
Text Example
Text Example
White with #38750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38750B; }
p { color: rgb(56,117,11); }
H1.HeaderClassName
{
color: #38750B;
}
.AnyTagClassName
{
color: #38750B;
}
</style>
background-color css
<style>
a { background-color: #38750B; }
a { background-color: rgb(56,117,11); }
div.DivClassName
{
background-color: #38750B;
}
.BgClassName
{
background-color: #38750B;
}
</style>
border-color css
<style>
span { border-color: #38750B; }
span { border-color: rgb(56,117,11); }
td.TdClassName
{
border-color: #38750B;
}
.TagClassName
{
border-color: #38750B;
}
</style>