Shades of Bilbao #357A2B
Tints of Bilbao #357A2B
RGB
CMYK
RGB Variations
Color information
#357A2B (or 0x357A2B) is known color: Bilbao. HEX triplet: 35, 7A and 2B. RGB value is (53,122,43). Sum of RGB (Red+Green+Blue) = 53+122+43=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 122 (48.05% from 255 or 55.96% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 122 - color contains mainly: green. Hex color #357A2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357A2B is #CA85D4. Grayscale: #5C5C5C. Windows color (decimal): -13272533 or 2849333. OLE color: 2849333.
HSL color Cylindrical-coordinate representation of color #357A2B: hue angle of 112.41º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #357A2B is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 122 | 43 | - |
| CMYK | 0.57 | 0 | 0.65 | 0.52 |
| HSL | 112.41º | 0.48% | 0.32% | - |
| HSV(B) | 112.41º | 0.65% | 0.48% | - |
| XYZ | 8.86 | 14.85 | 4.68 | - |
| YUV | 92.36 | 100.14 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 122 | 43 | 0.57 | 0 | 0.65 | 0.52 | 112.41 | 0.48 | 0.32 |
| Hex | 35 | 7A | 2B | 39 | 0 | 41 | 34 | 70 | 30 | 20 |
| Octal | 65 | 172 | 53 | 71 | 0 | 101 | 64 | 160 | 60 | 40 |
| Binary | 110101 | 1111010 | 101011 | 111001 | 0 | 1000001 | 110100 | 1110000 | 110000 | 100000 |
Color Harmonies of #357A2B
Complementary color
Monochromatic Colors of #357A2B
Black with #357A2B
Text Example
Text Example
White with #357A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357A2B; }
p { color: rgb(53,122,43); }
H1.HeaderClassName
{
color: #357A2B;
}
.AnyTagClassName
{
color: #357A2B;
}
</style>
background-color css
<style>
a { background-color: #357A2B; }
a { background-color: rgb(53,122,43); }
div.DivClassName
{
background-color: #357A2B;
}
.BgClassName
{
background-color: #357A2B;
}
</style>
border-color css
<style>
span { border-color: #357A2B; }
span { border-color: rgb(53,122,43); }
td.TdClassName
{
border-color: #357A2B;
}
.TagClassName
{
border-color: #357A2B;
}
</style>