Shades of Bilbao #38861D
Tints of Bilbao #38861D
RGB
CMYK
RGB Variations
Color information
#38861D (or 0x38861D) is known color: Bilbao. HEX triplet: 38, 86 and 1D. RGB value is (56,134,29). Sum of RGB (Red+Green+Blue) = 56+134+29=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 134 (52.73% from 255 or 61.19% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 134 - color contains mainly: green. Hex color #38861D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38861D is #C779E2. Grayscale: #636363. Windows color (decimal): -13072867 or 1934904. OLE color: 1934904.
HSL color Cylindrical-coordinate representation of color #38861D: hue angle of 104.57º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38861D is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 134 | 29 | - |
| CMYK | 0.58 | 0 | 0.78 | 0.47 |
| HSL | 104.57º | 0.64% | 0.32% | - |
| HSV(B) | 104.57º | 0.78% | 0.53% | - |
| XYZ | 10.38 | 17.98 | 4.09 | - |
| YUV | 98.71 | 88.66 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 134 | 29 | 0.58 | 0 | 0.78 | 0.47 | 104.57 | 0.64 | 0.32 |
| Hex | 38 | 86 | 1D | 3A | 0 | 4E | 2F | 69 | 40 | 20 |
| Octal | 70 | 206 | 35 | 72 | 0 | 116 | 57 | 151 | 100 | 40 |
| Binary | 111000 | 10000110 | 11101 | 111010 | 0 | 1001110 | 101111 | 1101001 | 1000000 | 100000 |
Color Harmonies of #38861D
Complementary color
Monochromatic Colors of #38861D
Black with #38861D
Text Example
Text Example
White with #38861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38861D; }
p { color: rgb(56,134,29); }
H1.HeaderClassName
{
color: #38861D;
}
.AnyTagClassName
{
color: #38861D;
}
</style>
background-color css
<style>
a { background-color: #38861D; }
a { background-color: rgb(56,134,29); }
div.DivClassName
{
background-color: #38861D;
}
.BgClassName
{
background-color: #38861D;
}
</style>
border-color css
<style>
span { border-color: #38861D; }
span { border-color: rgb(56,134,29); }
td.TdClassName
{
border-color: #38861D;
}
.TagClassName
{
border-color: #38861D;
}
</style>