Shades of Bilbao #47831D
Tints of Bilbao #47831D
RGB
CMYK
RGB Variations
Color information
#47831D (or 0x47831D) is known color: Bilbao. HEX triplet: 47, 83 and 1D. RGB value is (71,131,29). Sum of RGB (Red+Green+Blue) = 71+131+29=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 131 (51.56% from 255 or 56.71% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 131 - color contains mainly: green. Hex color #47831D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47831D is #B87CE2. Grayscale: #656565. Windows color (decimal): -12090595 or 1934151. OLE color: 1934151.
HSL color Cylindrical-coordinate representation of color #47831D: hue angle of 95.29º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #47831D is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 131 | 29 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.49 |
| HSL | 95.29º | 0.64% | 0.31% | - |
| HSV(B) | 95.29º | 0.78% | 0.51% | - |
| XYZ | 10.94 | 17.66 | 3.99 | - |
| YUV | 101.43 | 87.12 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 131 | 29 | 0.46 | 0 | 0.78 | 0.49 | 95.29 | 0.64 | 0.31 |
| Hex | 47 | 83 | 1D | 2E | 0 | 4E | 31 | 5F | 40 | 1F |
| Octal | 107 | 203 | 35 | 56 | 0 | 116 | 61 | 137 | 100 | 37 |
| Binary | 1000111 | 10000011 | 11101 | 101110 | 0 | 1001110 | 110001 | 1011111 | 1000000 | 11111 |
Color Harmonies of #47831D
Complementary color
Monochromatic Colors of #47831D
Black with #47831D
Text Example
Text Example
White with #47831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47831D; }
p { color: rgb(71,131,29); }
H1.HeaderClassName
{
color: #47831D;
}
.AnyTagClassName
{
color: #47831D;
}
</style>
background-color css
<style>
a { background-color: #47831D; }
a { background-color: rgb(71,131,29); }
div.DivClassName
{
background-color: #47831D;
}
.BgClassName
{
background-color: #47831D;
}
</style>
border-color css
<style>
span { border-color: #47831D; }
span { border-color: rgb(71,131,29); }
td.TdClassName
{
border-color: #47831D;
}
.TagClassName
{
border-color: #47831D;
}
</style>