Shades of Bilbao #356808
Tints of Bilbao #356808
RGB
CMYK
RGB Variations
Color information
#356808 (or 0x356808) is known color: Bilbao. HEX triplet: 35, 68 and 08. RGB value is (53,104,8). Sum of RGB (Red+Green+Blue) = 53+104+8=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 104 (41.02% from 255 or 63.03% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 104 - color contains mainly: green. Hex color #356808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356808 is #CA97F7. Grayscale: #4E4E4E. Windows color (decimal): -13277176 or 550965. OLE color: 550965.
HSL color Cylindrical-coordinate representation of color #356808: hue angle of 91.88º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #356808 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 104 | 8 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.59 |
| HSL | 91.88º | 0.86% | 0.22% | - |
| HSV(B) | 91.88º | 0.92% | 0.41% | - |
| XYZ | 6.46 | 10.68 | 1.95 | - |
| YUV | 77.81 | 88.6 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 8 | 0.49 | 0 | 0.92 | 0.59 | 91.88 | 0.86 | 0.22 |
| Hex | 35 | 68 | 8 | 31 | 0 | 5C | 3B | 5C | 56 | 16 |
| Octal | 65 | 150 | 10 | 61 | 0 | 134 | 73 | 134 | 126 | 26 |
| Binary | 110101 | 1101000 | 1000 | 110001 | 0 | 1011100 | 111011 | 1011100 | 1010110 | 10110 |
Color Harmonies of #356808
Complementary color
Monochromatic Colors of #356808
Black with #356808
Text Example
Text Example
White with #356808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356808; }
p { color: rgb(53,104,8); }
H1.HeaderClassName
{
color: #356808;
}
.AnyTagClassName
{
color: #356808;
}
</style>
background-color css
<style>
a { background-color: #356808; }
a { background-color: rgb(53,104,8); }
div.DivClassName
{
background-color: #356808;
}
.BgClassName
{
background-color: #356808;
}
</style>
border-color css
<style>
span { border-color: #356808; }
span { border-color: rgb(53,104,8); }
td.TdClassName
{
border-color: #356808;
}
.TagClassName
{
border-color: #356808;
}
</style>