Shades of Bilbao #357D01
Tints of Bilbao #357D01
RGB
CMYK
RGB Variations
Color information
#357D01 (or 0x357D01) is known color: Bilbao. HEX triplet: 35, 7D and 01. RGB value is (53,125,1). Sum of RGB (Red+Green+Blue) = 53+125+1=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 125 (49.22% from 255 or 69.83% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 125 - color contains mainly: green. Hex color #357D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357D01 is #CA82FE. Grayscale: #595959. Windows color (decimal): -13271807 or 97589. OLE color: 97589.
HSL color Cylindrical-coordinate representation of color #357D01: hue angle of 94.84º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #357D01 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 125 | 1 | - |
| CMYK | 0.58 | 0 | 0.99 | 0.51 |
| HSL | 94.84º | 0.98% | 0.25% | - |
| HSV(B) | 94.84º | 0.99% | 0.49% | - |
| XYZ | 8.81 | 15.43 | 2.54 | - |
| YUV | 89.34 | 78.15 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 1 | 0.58 | 0 | 0.99 | 0.51 | 94.84 | 0.98 | 0.25 |
| Hex | 35 | 7D | 1 | 3A | 0 | 63 | 33 | 5F | 62 | 19 |
| Octal | 65 | 175 | 1 | 72 | 0 | 143 | 63 | 137 | 142 | 31 |
| Binary | 110101 | 1111101 | 1 | 111010 | 0 | 1100011 | 110011 | 1011111 | 1100010 | 11001 |
Color Harmonies of #357D01
Complementary color
Monochromatic Colors of #357D01
Black with #357D01
Text Example
Text Example
White with #357D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D01; }
p { color: rgb(53,125,1); }
H1.HeaderClassName
{
color: #357D01;
}
.AnyTagClassName
{
color: #357D01;
}
</style>
background-color css
<style>
a { background-color: #357D01; }
a { background-color: rgb(53,125,1); }
div.DivClassName
{
background-color: #357D01;
}
.BgClassName
{
background-color: #357D01;
}
</style>
border-color css
<style>
span { border-color: #357D01; }
span { border-color: rgb(53,125,1); }
td.TdClassName
{
border-color: #357D01;
}
.TagClassName
{
border-color: #357D01;
}
</style>