Shades of Bilbao #47831A
Tints of Bilbao #47831A
RGB
CMYK
RGB Variations
Color information
#47831A (or 0x47831A) is known color: Bilbao. HEX triplet: 47, 83 and 1A. RGB value is (71,131,26). Sum of RGB (Red+Green+Blue) = 71+131+26=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #47831A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47831A is #B87CE5. Grayscale: #656565. Windows color (decimal): -12090598 or 1737543. OLE color: 1737543.
HSL color Cylindrical-coordinate representation of color #47831A: hue angle of 94.29º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47831A is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 131 | 26 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.49 |
| HSL | 94.29º | 0.67% | 0.31% | - |
| HSV(B) | 94.29º | 0.8% | 0.51% | - |
| XYZ | 10.9 | 17.65 | 3.81 | - |
| YUV | 101.09 | 85.62 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 131 | 26 | 0.46 | 0 | 0.80 | 0.49 | 94.29 | 0.67 | 0.31 |
| Hex | 47 | 83 | 1A | 2E | 0 | 50 | 31 | 5E | 43 | 1F |
| Octal | 107 | 203 | 32 | 56 | 0 | 120 | 61 | 136 | 103 | 37 |
| Binary | 1000111 | 10000011 | 11010 | 101110 | 0 | 1010000 | 110001 | 1011110 | 1000011 | 11111 |
Color Harmonies of #47831A
Complementary color
Monochromatic Colors of #47831A
Black with #47831A
Text Example
Text Example
White with #47831A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47831A; }
p { color: rgb(71,131,26); }
H1.HeaderClassName
{
color: #47831A;
}
.AnyTagClassName
{
color: #47831A;
}
</style>
background-color css
<style>
a { background-color: #47831A; }
a { background-color: rgb(71,131,26); }
div.DivClassName
{
background-color: #47831A;
}
.BgClassName
{
background-color: #47831A;
}
</style>
border-color css
<style>
span { border-color: #47831A; }
span { border-color: rgb(71,131,26); }
td.TdClassName
{
border-color: #47831A;
}
.TagClassName
{
border-color: #47831A;
}
</style>