Shades of Bilbao #357C19
Tints of Bilbao #357C19
RGB
CMYK
RGB Variations
Color information
#357C19 (or 0x357C19) is known color: Bilbao. HEX triplet: 35, 7C and 19. RGB value is (53,124,25). Sum of RGB (Red+Green+Blue) = 53+124+25=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 124 (48.83% from 255 or 61.39% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 124 - color contains mainly: green. Hex color #357C19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357C19 is #CA83E6. Grayscale: #5B5B5B. Windows color (decimal): -13272039 or 1670197. OLE color: 1670197.
HSL color Cylindrical-coordinate representation of color #357C19: hue angle of 103.03º degrees, saturation: 0.66, 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 #357C19 is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 25 | - |
| CMYK | 0.57 | 0 | 0.80 | 0.51 |
| HSL | 103.03º | 0.66% | 0.29% | - |
| HSV(B) | 103.03º | 0.8% | 0.49% | - |
| XYZ | 8.85 | 15.24 | 3.4 | - |
| YUV | 91.49 | 90.48 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 25 | 0.57 | 0 | 0.80 | 0.51 | 103.03 | 0.66 | 0.29 |
| Hex | 35 | 7C | 19 | 39 | 0 | 50 | 33 | 67 | 42 | 1D |
| Octal | 65 | 174 | 31 | 71 | 0 | 120 | 63 | 147 | 102 | 35 |
| Binary | 110101 | 1111100 | 11001 | 111001 | 0 | 1010000 | 110011 | 1100111 | 1000010 | 11101 |
Color Harmonies of #357C19
Complementary color
Monochromatic Colors of #357C19
Black with #357C19
Text Example
Text Example
White with #357C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C19; }
p { color: rgb(53,124,25); }
H1.HeaderClassName
{
color: #357C19;
}
.AnyTagClassName
{
color: #357C19;
}
</style>
background-color css
<style>
a { background-color: #357C19; }
a { background-color: rgb(53,124,25); }
div.DivClassName
{
background-color: #357C19;
}
.BgClassName
{
background-color: #357C19;
}
</style>
border-color css
<style>
span { border-color: #357C19; }
span { border-color: rgb(53,124,25); }
td.TdClassName
{
border-color: #357C19;
}
.TagClassName
{
border-color: #357C19;
}
</style>