Shades of Bilbao #38771C
Tints of Bilbao #38771C
RGB
CMYK
RGB Variations
Color information
#38771C (or 0x38771C) is known color: Bilbao. HEX triplet: 38, 77 and 1C. RGB value is (56,119,28). Sum of RGB (Red+Green+Blue) = 56+119+28=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #38771C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38771C is #C788E3. Grayscale: #5A5A5A. Windows color (decimal): -13076708 or 1865528. OLE color: 1865528.
HSL color Cylindrical-coordinate representation of color #38771C: hue angle of 101.54º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38771C is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 119 | 28 | - |
| CMYK | 0.53 | 0 | 0.76 | 0.53 |
| HSL | 101.54º | 0.62% | 0.29% | - |
| HSV(B) | 101.54º | 0.76% | 0.47% | - |
| XYZ | 8.44 | 14.12 | 3.38 | - |
| YUV | 89.79 | 93.13 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 119 | 28 | 0.53 | 0 | 0.76 | 0.53 | 101.54 | 0.62 | 0.29 |
| Hex | 38 | 77 | 1C | 35 | 0 | 4C | 35 | 66 | 3E | 1D |
| Octal | 70 | 167 | 34 | 65 | 0 | 114 | 65 | 146 | 76 | 35 |
| Binary | 111000 | 1110111 | 11100 | 110101 | 0 | 1001100 | 110101 | 1100110 | 111110 | 11101 |
Color Harmonies of #38771C
Complementary color
Monochromatic Colors of #38771C
Black with #38771C
Text Example
Text Example
White with #38771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38771C; }
p { color: rgb(56,119,28); }
H1.HeaderClassName
{
color: #38771C;
}
.AnyTagClassName
{
color: #38771C;
}
</style>
background-color css
<style>
a { background-color: #38771C; }
a { background-color: rgb(56,119,28); }
div.DivClassName
{
background-color: #38771C;
}
.BgClassName
{
background-color: #38771C;
}
</style>
border-color css
<style>
span { border-color: #38771C; }
span { border-color: rgb(56,119,28); }
td.TdClassName
{
border-color: #38771C;
}
.TagClassName
{
border-color: #38771C;
}
</style>