Shades of Bilbao #356B05
Tints of Bilbao #356B05
RGB
CMYK
RGB Variations
Color information
#356B05 (or 0x356B05) is known color: Bilbao. HEX triplet: 35, 6B and 05. RGB value is (53,107,5). Sum of RGB (Red+Green+Blue) = 53+107+5=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 107 (42.19% from 255 or 64.85% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 107 - color contains mainly: green. Hex color #356B05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356B05 is #CA94FA. Grayscale: #4F4F4F. Windows color (decimal): -13276411 or 355125. OLE color: 355125.
HSL color Cylindrical-coordinate representation of color #356B05: hue angle of 91.76º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #356B05 is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 107 | 5 | - |
| CMYK | 0.50 | 0 | 0.95 | 0.58 |
| HSL | 91.76º | 0.91% | 0.22% | - |
| HSV(B) | 91.76º | 0.95% | 0.42% | - |
| XYZ | 6.75 | 11.28 | 1.97 | - |
| YUV | 79.23 | 86.11 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 5 | 0.50 | 0 | 0.95 | 0.58 | 91.76 | 0.91 | 0.22 |
| Hex | 35 | 6B | 5 | 32 | 0 | 5F | 3A | 5C | 5B | 16 |
| Octal | 65 | 153 | 5 | 62 | 0 | 137 | 72 | 134 | 133 | 26 |
| Binary | 110101 | 1101011 | 101 | 110010 | 0 | 1011111 | 111010 | 1011100 | 1011011 | 10110 |
Color Harmonies of #356B05
Complementary color
Monochromatic Colors of #356B05
Black with #356B05
Text Example
Text Example
White with #356B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356B05; }
p { color: rgb(53,107,5); }
H1.HeaderClassName
{
color: #356B05;
}
.AnyTagClassName
{
color: #356B05;
}
</style>
background-color css
<style>
a { background-color: #356B05; }
a { background-color: rgb(53,107,5); }
div.DivClassName
{
background-color: #356B05;
}
.BgClassName
{
background-color: #356B05;
}
</style>
border-color css
<style>
span { border-color: #356B05; }
span { border-color: rgb(53,107,5); }
td.TdClassName
{
border-color: #356B05;
}
.TagClassName
{
border-color: #356B05;
}
</style>