Shades of Bilbao #38741B
Tints of Bilbao #38741B
RGB
CMYK
RGB Variations
Color information
#38741B (or 0x38741B) is known color: Bilbao. HEX triplet: 38, 74 and 1B. RGB value is (56,116,27). Sum of RGB (Red+Green+Blue) = 56+116+27=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 116 (45.70% from 255 or 58.29% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 116 - color contains mainly: green. Hex color #38741B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38741B is #C78BE4. Grayscale: #585858. Windows color (decimal): -13077477 or 1799224. OLE color: 1799224.
HSL color Cylindrical-coordinate representation of color #38741B: hue angle of 100.45º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38741B is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 116 | 27 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.55 |
| HSL | 100.45º | 0.62% | 0.28% | - |
| HSV(B) | 100.45º | 0.77% | 0.45% | - |
| XYZ | 8.07 | 13.41 | 3.2 | - |
| YUV | 87.91 | 93.62 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 116 | 27 | 0.52 | 0 | 0.77 | 0.55 | 100.45 | 0.62 | 0.28 |
| Hex | 38 | 74 | 1B | 34 | 0 | 4D | 37 | 64 | 3E | 1C |
| Octal | 70 | 164 | 33 | 64 | 0 | 115 | 67 | 144 | 76 | 34 |
| Binary | 111000 | 1110100 | 11011 | 110100 | 0 | 1001101 | 110111 | 1100100 | 111110 | 11100 |
Color Harmonies of #38741B
Complementary color
Monochromatic Colors of #38741B
Black with #38741B
Text Example
Text Example
White with #38741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38741B; }
p { color: rgb(56,116,27); }
H1.HeaderClassName
{
color: #38741B;
}
.AnyTagClassName
{
color: #38741B;
}
</style>
background-color css
<style>
a { background-color: #38741B; }
a { background-color: rgb(56,116,27); }
div.DivClassName
{
background-color: #38741B;
}
.BgClassName
{
background-color: #38741B;
}
</style>
border-color css
<style>
span { border-color: #38741B; }
span { border-color: rgb(56,116,27); }
td.TdClassName
{
border-color: #38741B;
}
.TagClassName
{
border-color: #38741B;
}
</style>