Shades of Bilbao #357D09
Tints of Bilbao #357D09
RGB
CMYK
RGB Variations
Color information
#357D09 (or 0x357D09) is known color: Bilbao. HEX triplet: 35, 7D and 09. RGB value is (53,125,9). Sum of RGB (Red+Green+Blue) = 53+125+9=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 125 (49.22% from 255 or 66.84% from 187); Blue value is 9 (3.91% from 255 or 4.81% from 187); Max value from RGB is 125 - color contains mainly: green. Hex color #357D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357D09 is #CA82F6. Grayscale: #5A5A5A. Windows color (decimal): -13271799 or 621877. OLE color: 621877.
HSL color Cylindrical-coordinate representation of color #357D09: hue angle of 97.24º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #357D09 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 125 | 9 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.51 |
| HSL | 97.24º | 0.87% | 0.26% | - |
| HSV(B) | 97.24º | 0.93% | 0.49% | - |
| XYZ | 8.85 | 15.44 | 2.77 | - |
| YUV | 90.25 | 82.15 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 9 | 0.58 | 0 | 0.93 | 0.51 | 97.24 | 0.87 | 0.26 |
| Hex | 35 | 7D | 9 | 3A | 0 | 5D | 33 | 61 | 57 | 1A |
| Octal | 65 | 175 | 11 | 72 | 0 | 135 | 63 | 141 | 127 | 32 |
| Binary | 110101 | 1111101 | 1001 | 111010 | 0 | 1011101 | 110011 | 1100001 | 1010111 | 11010 |
Color Harmonies of #357D09
Complementary color
Monochromatic Colors of #357D09
Black with #357D09
Text Example
Text Example
White with #357D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D09; }
p { color: rgb(53,125,9); }
H1.HeaderClassName
{
color: #357D09;
}
.AnyTagClassName
{
color: #357D09;
}
</style>
background-color css
<style>
a { background-color: #357D09; }
a { background-color: rgb(53,125,9); }
div.DivClassName
{
background-color: #357D09;
}
.BgClassName
{
background-color: #357D09;
}
</style>
border-color css
<style>
span { border-color: #357D09; }
span { border-color: rgb(53,125,9); }
td.TdClassName
{
border-color: #357D09;
}
.TagClassName
{
border-color: #357D09;
}
</style>