Shades of Bilbao #38881F
Tints of Bilbao #38881F
RGB
CMYK
RGB Variations
Color information
#38881F (or 0x38881F) is known color: Bilbao. HEX triplet: 38, 88 and 1F. RGB value is (56,136,31). Sum of RGB (Red+Green+Blue) = 56+136+31=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 136 (53.52% from 255 or 60.99% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 136 - color contains mainly: green. Hex color #38881F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38881F is #C777E0. Grayscale: #646464. Windows color (decimal): -13072353 or 2066488. OLE color: 2066488.
HSL color Cylindrical-coordinate representation of color #38881F: hue angle of 105.71º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38881F is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 136 | 31 | - |
| CMYK | 0.59 | 0 | 0.77 | 0.47 |
| HSL | 105.71º | 0.63% | 0.33% | - |
| HSV(B) | 105.71º | 0.77% | 0.53% | - |
| XYZ | 10.68 | 18.55 | 4.31 | - |
| YUV | 100.11 | 89 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 136 | 31 | 0.59 | 0 | 0.77 | 0.47 | 105.71 | 0.63 | 0.33 |
| Hex | 38 | 88 | 1F | 3B | 0 | 4D | 2F | 6A | 3F | 21 |
| Octal | 70 | 210 | 37 | 73 | 0 | 115 | 57 | 152 | 77 | 41 |
| Binary | 111000 | 10001000 | 11111 | 111011 | 0 | 1001101 | 101111 | 1101010 | 111111 | 100001 |
Color Harmonies of #38881F
Complementary color
Monochromatic Colors of #38881F
Black with #38881F
Text Example
Text Example
White with #38881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38881F; }
p { color: rgb(56,136,31); }
H1.HeaderClassName
{
color: #38881F;
}
.AnyTagClassName
{
color: #38881F;
}
</style>
background-color css
<style>
a { background-color: #38881F; }
a { background-color: rgb(56,136,31); }
div.DivClassName
{
background-color: #38881F;
}
.BgClassName
{
background-color: #38881F;
}
</style>
border-color css
<style>
span { border-color: #38881F; }
span { border-color: rgb(56,136,31); }
td.TdClassName
{
border-color: #38881F;
}
.TagClassName
{
border-color: #38881F;
}
</style>