Shades of Bilbao #357B1B
Tints of Bilbao #357B1B
RGB
CMYK
RGB Variations
Color information
#357B1B (or 0x357B1B) is known color: Bilbao. HEX triplet: 35, 7B and 1B. RGB value is (53,123,27). Sum of RGB (Red+Green+Blue) = 53+123+27=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 123 (48.44% from 255 or 60.59% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 123 - color contains mainly: green. Hex color #357B1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357B1B is #CA84E4. Grayscale: #5B5B5B. Windows color (decimal): -13272293 or 1801013. OLE color: 1801013.
HSL color Cylindrical-coordinate representation of color #357B1B: hue angle of 103.75º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #357B1B is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 123 | 27 | - |
| CMYK | 0.57 | 0 | 0.78 | 0.52 |
| HSL | 103.75º | 0.64% | 0.29% | - |
| HSV(B) | 103.75º | 0.78% | 0.48% | - |
| XYZ | 8.75 | 15 | 3.47 | - |
| YUV | 91.13 | 91.81 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 27 | 0.57 | 0 | 0.78 | 0.52 | 103.75 | 0.64 | 0.29 |
| Hex | 35 | 7B | 1B | 39 | 0 | 4E | 34 | 68 | 40 | 1D |
| Octal | 65 | 173 | 33 | 71 | 0 | 116 | 64 | 150 | 100 | 35 |
| Binary | 110101 | 1111011 | 11011 | 111001 | 0 | 1001110 | 110100 | 1101000 | 1000000 | 11101 |
Color Harmonies of #357B1B
Complementary color
Monochromatic Colors of #357B1B
Black with #357B1B
Text Example
Text Example
White with #357B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357B1B; }
p { color: rgb(53,123,27); }
H1.HeaderClassName
{
color: #357B1B;
}
.AnyTagClassName
{
color: #357B1B;
}
</style>
background-color css
<style>
a { background-color: #357B1B; }
a { background-color: rgb(53,123,27); }
div.DivClassName
{
background-color: #357B1B;
}
.BgClassName
{
background-color: #357B1B;
}
</style>
border-color css
<style>
span { border-color: #357B1B; }
span { border-color: rgb(53,123,27); }
td.TdClassName
{
border-color: #357B1B;
}
.TagClassName
{
border-color: #357B1B;
}
</style>