Shades of Bilbao #357D19
Tints of Bilbao #357D19
RGB
CMYK
RGB Variations
Color information
#357D19 (or 0x357D19) is known color: Bilbao. HEX triplet: 35, 7D and 19. RGB value is (53,125,25). Sum of RGB (Red+Green+Blue) = 53+125+25=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 125 (49.22% from 255 or 61.58% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 125 - color contains mainly: green. Hex color #357D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357D19 is #CA82E6. Grayscale: #5C5C5C. Windows color (decimal): -13271783 or 1670453. OLE color: 1670453.
HSL color Cylindrical-coordinate representation of color #357D19: hue angle of 103.2º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #357D19 is Cyan = 0.58, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 125 | 25 | - |
| CMYK | 0.58 | 0 | 0.8 | 0.51 |
| HSL | 103.2º | 0.67% | 0.29% | - |
| HSV(B) | 103.2º | 0.8% | 0.49% | - |
| XYZ | 8.98 | 15.49 | 3.44 | - |
| YUV | 92.07 | 90.15 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 25 | 0.58 | 0 | 0.8 | 0.51 | 103.2 | 0.67 | 0.29 |
| Hex | 35 | 7D | 19 | 3A | 0 | 50 | 33 | 67 | 43 | 1D |
| Octal | 65 | 175 | 31 | 72 | 0 | 120 | 63 | 147 | 103 | 35 |
| Binary | 110101 | 1111101 | 11001 | 111010 | 0 | 1010000 | 110011 | 1100111 | 1000011 | 11101 |
Color Harmonies of #357D19
Complementary color
Monochromatic Colors of #357D19
Black with #357D19
Text Example
Text Example
White with #357D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D19; }
p { color: rgb(53,125,25); }
H1.HeaderClassName
{
color: #357D19;
}
.AnyTagClassName
{
color: #357D19;
}
</style>
background-color css
<style>
a { background-color: #357D19; }
a { background-color: rgb(53,125,25); }
div.DivClassName
{
background-color: #357D19;
}
.BgClassName
{
background-color: #357D19;
}
</style>
border-color css
<style>
span { border-color: #357D19; }
span { border-color: rgb(53,125,25); }
td.TdClassName
{
border-color: #357D19;
}
.TagClassName
{
border-color: #357D19;
}
</style>