Shades of Bilbao #356A05
Tints of Bilbao #356A05
RGB
CMYK
RGB Variations
Color information
#356A05 (or 0x356A05) is known color: Bilbao. HEX triplet: 35, 6A and 05. RGB value is (53,106,5). Sum of RGB (Red+Green+Blue) = 53+106+5=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 106 (41.80% from 255 or 64.63% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 106 - color contains mainly: green. Hex color #356A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356A05 is #CA95FA. Grayscale: #4E4E4E. Windows color (decimal): -13276667 or 354869. OLE color: 354869.
HSL color Cylindrical-coordinate representation of color #356A05: hue angle of 91.49º 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 #356A05 is Cyan = 0.5, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 106 | 5 | - |
| CMYK | 0.5 | 0 | 0.95 | 0.58 |
| HSL | 91.49º | 0.91% | 0.22% | - |
| HSV(B) | 91.49º | 0.95% | 0.42% | - |
| XYZ | 6.65 | 11.08 | 1.93 | - |
| YUV | 78.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 106 | 5 | 0.5 | 0 | 0.95 | 0.58 | 91.49 | 0.91 | 0.22 |
| Hex | 35 | 6A | 5 | 32 | 0 | 5F | 3A | 5B | 5B | 16 |
| Octal | 65 | 152 | 5 | 62 | 0 | 137 | 72 | 133 | 133 | 26 |
| Binary | 110101 | 1101010 | 101 | 110010 | 0 | 1011111 | 111010 | 1011011 | 1011011 | 10110 |
Color Harmonies of #356A05
Complementary color
Monochromatic Colors of #356A05
Black with #356A05
Text Example
Text Example
White with #356A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356A05; }
p { color: rgb(53,106,5); }
H1.HeaderClassName
{
color: #356A05;
}
.AnyTagClassName
{
color: #356A05;
}
</style>
background-color css
<style>
a { background-color: #356A05; }
a { background-color: rgb(53,106,5); }
div.DivClassName
{
background-color: #356A05;
}
.BgClassName
{
background-color: #356A05;
}
</style>
border-color css
<style>
span { border-color: #356A05; }
span { border-color: rgb(53,106,5); }
td.TdClassName
{
border-color: #356A05;
}
.TagClassName
{
border-color: #356A05;
}
</style>