Shades of Bilbao #47830F
Tints of Bilbao #47830F
RGB
CMYK
RGB Variations
Color information
#47830F (or 0x47830F) is known color: Bilbao. HEX triplet: 47, 83 and 0F. RGB value is (71,131,15). Sum of RGB (Red+Green+Blue) = 71+131+15=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 131 (51.56% from 255 or 60.37% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 131 - color contains mainly: green. Hex color #47830F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47830F is #B87CF0. Grayscale: #646464. Windows color (decimal): -12090609 or 1016647. OLE color: 1016647.
HSL color Cylindrical-coordinate representation of color #47830F: hue angle of 91.03º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47830F is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 131 | 15 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.49 |
| HSL | 91.03º | 0.79% | 0.29% | - |
| HSV(B) | 91.03º | 0.89% | 0.51% | - |
| XYZ | 10.8 | 17.61 | 3.28 | - |
| YUV | 99.84 | 80.12 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 131 | 15 | 0.46 | 0 | 0.89 | 0.49 | 91.03 | 0.79 | 0.29 |
| Hex | 47 | 83 | F | 2E | 0 | 59 | 31 | 5B | 4F | 1D |
| Octal | 107 | 203 | 17 | 56 | 0 | 131 | 61 | 133 | 117 | 35 |
| Binary | 1000111 | 10000011 | 1111 | 101110 | 0 | 1011001 | 110001 | 1011011 | 1001111 | 11101 |
Color Harmonies of #47830F
Complementary color
Monochromatic Colors of #47830F
Black with #47830F
Text Example
Text Example
White with #47830F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47830F; }
p { color: rgb(71,131,15); }
H1.HeaderClassName
{
color: #47830F;
}
.AnyTagClassName
{
color: #47830F;
}
</style>
background-color css
<style>
a { background-color: #47830F; }
a { background-color: rgb(71,131,15); }
div.DivClassName
{
background-color: #47830F;
}
.BgClassName
{
background-color: #47830F;
}
</style>
border-color css
<style>
span { border-color: #47830F; }
span { border-color: rgb(71,131,15); }
td.TdClassName
{
border-color: #47830F;
}
.TagClassName
{
border-color: #47830F;
}
</style>