Shades of Bilbao #31821A
Tints of Bilbao #31821A
RGB
CMYK
RGB Variations
Color information
#31821A (or 0x31821A) is known color: Bilbao. HEX triplet: 31, 82 and 1A. RGB value is (49,130,26). Sum of RGB (Red+Green+Blue) = 49+130+26=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 130 (51.17% from 255 or 63.41% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 130 - color contains mainly: green. Hex color #31821A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31821A is #CE7DE5. Grayscale: #5E5E5E. Windows color (decimal): -13532646 or 1737265. OLE color: 1737265.
HSL color Cylindrical-coordinate representation of color #31821A: hue angle of 106.73º 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 #31821A is Cyan = 0.62, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 130 | 26 | - |
| CMYK | 0.62 | 0 | 0.8 | 0.49 |
| HSL | 106.73º | 0.67% | 0.31% | - |
| HSV(B) | 106.73º | 0.8% | 0.51% | - |
| XYZ | 9.44 | 16.69 | 3.7 | - |
| YUV | 93.93 | 89.66 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 130 | 26 | 0.62 | 0 | 0.8 | 0.49 | 106.73 | 0.67 | 0.31 |
| Hex | 31 | 82 | 1A | 3E | 0 | 50 | 31 | 6B | 43 | 1F |
| Octal | 61 | 202 | 32 | 76 | 0 | 120 | 61 | 153 | 103 | 37 |
| Binary | 110001 | 10000010 | 11010 | 111110 | 0 | 1010000 | 110001 | 1101011 | 1000011 | 11111 |
Color Harmonies of #31821A
Complementary color
Monochromatic Colors of #31821A
Black with #31821A
Text Example
Text Example
White with #31821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31821A; }
p { color: rgb(49,130,26); }
H1.HeaderClassName
{
color: #31821A;
}
.AnyTagClassName
{
color: #31821A;
}
</style>
background-color css
<style>
a { background-color: #31821A; }
a { background-color: rgb(49,130,26); }
div.DivClassName
{
background-color: #31821A;
}
.BgClassName
{
background-color: #31821A;
}
</style>
border-color css
<style>
span { border-color: #31821A; }
span { border-color: rgb(49,130,26); }
td.TdClassName
{
border-color: #31821A;
}
.TagClassName
{
border-color: #31821A;
}
</style>