Shades of Bilbao #36821E
Tints of Bilbao #36821E
RGB
CMYK
RGB Variations
Color information
#36821E (or 0x36821E) is known color: Bilbao. HEX triplet: 36, 82 and 1E. RGB value is (54,130,30). Sum of RGB (Red+Green+Blue) = 54+130+30=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #36821E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36821E is #C97DE1. Grayscale: #606060. Windows color (decimal): -13204962 or 1999414. OLE color: 1999414.
HSL color Cylindrical-coordinate representation of color #36821E: hue angle of 105.6º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36821E is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 130 | 30 | - |
| CMYK | 0.58 | 0 | 0.77 | 0.49 |
| HSL | 105.6º | 0.63% | 0.31% | - |
| HSV(B) | 105.6º | 0.77% | 0.51% | - |
| XYZ | 9.74 | 16.84 | 3.97 | - |
| YUV | 95.88 | 90.82 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 30 | 0.58 | 0 | 0.77 | 0.49 | 105.6 | 0.63 | 0.31 |
| Hex | 36 | 82 | 1E | 3A | 0 | 4D | 31 | 6A | 3E | 1F |
| Octal | 66 | 202 | 36 | 72 | 0 | 115 | 61 | 152 | 76 | 37 |
| Binary | 110110 | 10000010 | 11110 | 111010 | 0 | 1001101 | 110001 | 1101010 | 111110 | 11111 |
Color Harmonies of #36821E
Complementary color
Monochromatic Colors of #36821E
Black with #36821E
Text Example
Text Example
White with #36821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36821E; }
p { color: rgb(54,130,30); }
H1.HeaderClassName
{
color: #36821E;
}
.AnyTagClassName
{
color: #36821E;
}
</style>
background-color css
<style>
a { background-color: #36821E; }
a { background-color: rgb(54,130,30); }
div.DivClassName
{
background-color: #36821E;
}
.BgClassName
{
background-color: #36821E;
}
</style>
border-color css
<style>
span { border-color: #36821E; }
span { border-color: rgb(54,130,30); }
td.TdClassName
{
border-color: #36821E;
}
.TagClassName
{
border-color: #36821E;
}
</style>