Shades of Bilbao #357D2B
Tints of Bilbao #357D2B
RGB
CMYK
RGB Variations
Color information
#357D2B (or 0x357D2B) is known color: Bilbao. HEX triplet: 35, 7D and 2B. RGB value is (53,125,43). Sum of RGB (Red+Green+Blue) = 53+125+43=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 125 (49.22% from 255 or 56.56% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 125 - color contains mainly: green. Hex color #357D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357D2B is #CA82D4. Grayscale: #5E5E5E. Windows color (decimal): -13271765 or 2850101. OLE color: 2850101.
HSL color Cylindrical-coordinate representation of color #357D2B: hue angle of 112.68º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #357D2B is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 125 | 43 | - |
| CMYK | 0.58 | 0 | 0.66 | 0.51 |
| HSL | 112.68º | 0.49% | 0.33% | - |
| HSV(B) | 112.68º | 0.66% | 0.49% | - |
| XYZ | 9.24 | 15.6 | 4.81 | - |
| YUV | 94.12 | 99.15 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 43 | 0.58 | 0 | 0.66 | 0.51 | 112.68 | 0.49 | 0.33 |
| Hex | 35 | 7D | 2B | 3A | 0 | 42 | 33 | 71 | 31 | 21 |
| Octal | 65 | 175 | 53 | 72 | 0 | 102 | 63 | 161 | 61 | 41 |
| Binary | 110101 | 1111101 | 101011 | 111010 | 0 | 1000010 | 110011 | 1110001 | 110001 | 100001 |
Color Harmonies of #357D2B
Complementary color
Monochromatic Colors of #357D2B
Black with #357D2B
Text Example
Text Example
White with #357D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D2B; }
p { color: rgb(53,125,43); }
H1.HeaderClassName
{
color: #357D2B;
}
.AnyTagClassName
{
color: #357D2B;
}
</style>
background-color css
<style>
a { background-color: #357D2B; }
a { background-color: rgb(53,125,43); }
div.DivClassName
{
background-color: #357D2B;
}
.BgClassName
{
background-color: #357D2B;
}
</style>
border-color css
<style>
span { border-color: #357D2B; }
span { border-color: rgb(53,125,43); }
td.TdClassName
{
border-color: #357D2B;
}
.TagClassName
{
border-color: #357D2B;
}
</style>