Shades of Bilbao #357422
Tints of Bilbao #357422
RGB
CMYK
RGB Variations
Color information
#357422 (or 0x357422) is known color: Bilbao. HEX triplet: 35, 74 and 22. RGB value is (53,116,34). Sum of RGB (Red+Green+Blue) = 53+116+34=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #357422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357422 is #CA8BDD. Grayscale: #585858. Windows color (decimal): -13274078 or 2257973. OLE color: 2257973.
HSL color Cylindrical-coordinate representation of color #357422: hue angle of 106.1º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #357422 is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 116 | 34 | - |
| CMYK | 0.54 | 0 | 0.71 | 0.55 |
| HSL | 106.1º | 0.55% | 0.29% | - |
| HSV(B) | 106.1º | 0.71% | 0.45% | - |
| XYZ | 8 | 13.36 | 3.67 | - |
| YUV | 87.82 | 97.63 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 116 | 34 | 0.54 | 0 | 0.71 | 0.55 | 106.1 | 0.55 | 0.29 |
| Hex | 35 | 74 | 22 | 36 | 0 | 47 | 37 | 6A | 37 | 1D |
| Octal | 65 | 164 | 42 | 66 | 0 | 107 | 67 | 152 | 67 | 35 |
| Binary | 110101 | 1110100 | 100010 | 110110 | 0 | 1000111 | 110111 | 1101010 | 110111 | 11101 |
Color Harmonies of #357422
Complementary color
Monochromatic Colors of #357422
Black with #357422
Text Example
Text Example
White with #357422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357422; }
p { color: rgb(53,116,34); }
H1.HeaderClassName
{
color: #357422;
}
.AnyTagClassName
{
color: #357422;
}
</style>
background-color css
<style>
a { background-color: #357422; }
a { background-color: rgb(53,116,34); }
div.DivClassName
{
background-color: #357422;
}
.BgClassName
{
background-color: #357422;
}
</style>
border-color css
<style>
span { border-color: #357422; }
span { border-color: rgb(53,116,34); }
td.TdClassName
{
border-color: #357422;
}
.TagClassName
{
border-color: #357422;
}
</style>