Shades of Bilbao #357928
Tints of Bilbao #357928
RGB
CMYK
RGB Variations
Color information
#357928 (or 0x357928) is known color: Bilbao. HEX triplet: 35, 79 and 28. RGB value is (53,121,40). Sum of RGB (Red+Green+Blue) = 53+121+40=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 121 (47.66% from 255 or 56.54% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 121 - color contains mainly: green. Hex color #357928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357928 is #CA86D7. Grayscale: #5B5B5B. Windows color (decimal): -13272792 or 2652469. OLE color: 2652469.
HSL color Cylindrical-coordinate representation of color #357928: hue angle of 110.37º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #357928 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 121 | 40 | - |
| CMYK | 0.56 | 0 | 0.67 | 0.53 |
| HSL | 110.37º | 0.5% | 0.32% | - |
| HSV(B) | 110.37º | 0.67% | 0.47% | - |
| XYZ | 8.69 | 14.58 | 4.36 | - |
| YUV | 91.43 | 98.97 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 121 | 40 | 0.56 | 0 | 0.67 | 0.53 | 110.37 | 0.5 | 0.32 |
| Hex | 35 | 79 | 28 | 38 | 0 | 43 | 35 | 6E | 32 | 20 |
| Octal | 65 | 171 | 50 | 70 | 0 | 103 | 65 | 156 | 62 | 40 |
| Binary | 110101 | 1111001 | 101000 | 111000 | 0 | 1000011 | 110101 | 1101110 | 110010 | 100000 |
Color Harmonies of #357928
Complementary color
Monochromatic Colors of #357928
Black with #357928
Text Example
Text Example
White with #357928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357928; }
p { color: rgb(53,121,40); }
H1.HeaderClassName
{
color: #357928;
}
.AnyTagClassName
{
color: #357928;
}
</style>
background-color css
<style>
a { background-color: #357928; }
a { background-color: rgb(53,121,40); }
div.DivClassName
{
background-color: #357928;
}
.BgClassName
{
background-color: #357928;
}
</style>
border-color css
<style>
span { border-color: #357928; }
span { border-color: rgb(53,121,40); }
td.TdClassName
{
border-color: #357928;
}
.TagClassName
{
border-color: #357928;
}
</style>