Shades of Bilbao #357E01
Tints of Bilbao #357E01
RGB
CMYK
RGB Variations
Color information
#357E01 (or 0x357E01) is known color: Bilbao. HEX triplet: 35, 7E and 01. RGB value is (53,126,1). Sum of RGB (Red+Green+Blue) = 53+126+1=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 126 (49.61% from 255 or 70% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 126 - color contains mainly: green. Hex color #357E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357E01 is #CA81FE. Grayscale: #5A5A5A. Windows color (decimal): -13271551 or 97845. OLE color: 97845.
HSL color Cylindrical-coordinate representation of color #357E01: hue angle of 95.04º 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 #357E01 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 126 | 1 | - |
| CMYK | 0.58 | 0 | 0.99 | 0.51 |
| HSL | 95.04º | 0.98% | 0.25% | - |
| HSV(B) | 95.04º | 0.99% | 0.49% | - |
| XYZ | 8.93 | 15.68 | 2.58 | - |
| YUV | 89.92 | 77.82 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 1 | 0.58 | 0 | 0.99 | 0.51 | 95.04 | 0.98 | 0.25 |
| Hex | 35 | 7E | 1 | 3A | 0 | 63 | 33 | 5F | 62 | 19 |
| Octal | 65 | 176 | 1 | 72 | 0 | 143 | 63 | 137 | 142 | 31 |
| Binary | 110101 | 1111110 | 1 | 111010 | 0 | 1100011 | 110011 | 1011111 | 1100010 | 11001 |
Color Harmonies of #357E01
Complementary color
Monochromatic Colors of #357E01
Black with #357E01
Text Example
Text Example
White with #357E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357E01; }
p { color: rgb(53,126,1); }
H1.HeaderClassName
{
color: #357E01;
}
.AnyTagClassName
{
color: #357E01;
}
</style>
background-color css
<style>
a { background-color: #357E01; }
a { background-color: rgb(53,126,1); }
div.DivClassName
{
background-color: #357E01;
}
.BgClassName
{
background-color: #357E01;
}
</style>
border-color css
<style>
span { border-color: #357E01; }
span { border-color: rgb(53,126,1); }
td.TdClassName
{
border-color: #357E01;
}
.TagClassName
{
border-color: #357E01;
}
</style>