Shades of Bilbao #38841D
Tints of Bilbao #38841D
RGB
CMYK
RGB Variations
Color information
#38841D (or 0x38841D) is known color: Bilbao. HEX triplet: 38, 84 and 1D. RGB value is (56,132,29). Sum of RGB (Red+Green+Blue) = 56+132+29=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 132 (51.95% from 255 or 60.83% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 132 - color contains mainly: green. Hex color #38841D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38841D is #C77BE2. Grayscale: #616161. Windows color (decimal): -13073379 or 1934392. OLE color: 1934392.
HSL color Cylindrical-coordinate representation of color #38841D: hue angle of 104.27º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38841D is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 132 | 29 | - |
| CMYK | 0.58 | 0 | 0.78 | 0.48 |
| HSL | 104.27º | 0.64% | 0.32% | - |
| HSV(B) | 104.27º | 0.78% | 0.52% | - |
| XYZ | 10.1 | 17.43 | 3.99 | - |
| YUV | 97.53 | 89.32 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 132 | 29 | 0.58 | 0 | 0.78 | 0.48 | 104.27 | 0.64 | 0.32 |
| Hex | 38 | 84 | 1D | 3A | 0 | 4E | 30 | 68 | 40 | 20 |
| Octal | 70 | 204 | 35 | 72 | 0 | 116 | 60 | 150 | 100 | 40 |
| Binary | 111000 | 10000100 | 11101 | 111010 | 0 | 1001110 | 110000 | 1101000 | 1000000 | 100000 |
Color Harmonies of #38841D
Complementary color
Monochromatic Colors of #38841D
Black with #38841D
Text Example
Text Example
White with #38841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38841D; }
p { color: rgb(56,132,29); }
H1.HeaderClassName
{
color: #38841D;
}
.AnyTagClassName
{
color: #38841D;
}
</style>
background-color css
<style>
a { background-color: #38841D; }
a { background-color: rgb(56,132,29); }
div.DivClassName
{
background-color: #38841D;
}
.BgClassName
{
background-color: #38841D;
}
</style>
border-color css
<style>
span { border-color: #38841D; }
span { border-color: rgb(56,132,29); }
td.TdClassName
{
border-color: #38841D;
}
.TagClassName
{
border-color: #38841D;
}
</style>