Shades of Bilbao #357D07
Tints of Bilbao #357D07
RGB
CMYK
RGB Variations
Color information
#357D07 (or 0x357D07) is known color: Bilbao. HEX triplet: 35, 7D and 07. RGB value is (53,125,7). Sum of RGB (Red+Green+Blue) = 53+125+7=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 125 (49.22% from 255 or 67.57% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 125 - color contains mainly: green. Hex color #357D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357D07 is #CA82F8. Grayscale: #5A5A5A. Windows color (decimal): -13271801 or 490805. OLE color: 490805.
HSL color Cylindrical-coordinate representation of color #357D07: hue angle of 96.61º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #357D07 is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 125 | 7 | - |
| CMYK | 0.58 | 0 | 0.94 | 0.51 |
| HSL | 96.61º | 0.89% | 0.26% | - |
| HSV(B) | 96.61º | 0.94% | 0.49% | - |
| XYZ | 8.84 | 15.44 | 2.72 | - |
| YUV | 90.02 | 81.15 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 7 | 0.58 | 0 | 0.94 | 0.51 | 96.61 | 0.89 | 0.26 |
| Hex | 35 | 7D | 7 | 3A | 0 | 5E | 33 | 61 | 59 | 1A |
| Octal | 65 | 175 | 7 | 72 | 0 | 136 | 63 | 141 | 131 | 32 |
| Binary | 110101 | 1111101 | 111 | 111010 | 0 | 1011110 | 110011 | 1100001 | 1011001 | 11010 |
Color Harmonies of #357D07
Complementary color
Monochromatic Colors of #357D07
Black with #357D07
Text Example
Text Example
White with #357D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D07; }
p { color: rgb(53,125,7); }
H1.HeaderClassName
{
color: #357D07;
}
.AnyTagClassName
{
color: #357D07;
}
</style>
background-color css
<style>
a { background-color: #357D07; }
a { background-color: rgb(53,125,7); }
div.DivClassName
{
background-color: #357D07;
}
.BgClassName
{
background-color: #357D07;
}
</style>
border-color css
<style>
span { border-color: #357D07; }
span { border-color: rgb(53,125,7); }
td.TdClassName
{
border-color: #357D07;
}
.TagClassName
{
border-color: #357D07;
}
</style>