Shades of Bilbao #357C06
Tints of Bilbao #357C06
RGB
CMYK
RGB Variations
Color information
#357C06 (or 0x357C06) is known color: Bilbao. HEX triplet: 35, 7C and 06. RGB value is (53,124,6). Sum of RGB (Red+Green+Blue) = 53+124+6=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 124 (48.83% from 255 or 67.76% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 124 - color contains mainly: green. Hex color #357C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357C06 is #CA83F9. Grayscale: #595959. Windows color (decimal): -13272058 or 425013. OLE color: 425013.
HSL color Cylindrical-coordinate representation of color #357C06: hue angle of 96.1º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #357C06 is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 6 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.51 |
| HSL | 96.1º | 0.91% | 0.25% | - |
| HSV(B) | 96.1º | 0.95% | 0.49% | - |
| XYZ | 8.71 | 15.19 | 2.64 | - |
| YUV | 89.32 | 80.98 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 6 | 0.57 | 0 | 0.95 | 0.51 | 96.1 | 0.91 | 0.25 |
| Hex | 35 | 7C | 6 | 39 | 0 | 5F | 33 | 60 | 5B | 19 |
| Octal | 65 | 174 | 6 | 71 | 0 | 137 | 63 | 140 | 133 | 31 |
| Binary | 110101 | 1111100 | 110 | 111001 | 0 | 1011111 | 110011 | 1100000 | 1011011 | 11001 |
Color Harmonies of #357C06
Complementary color
Monochromatic Colors of #357C06
Black with #357C06
Text Example
Text Example
White with #357C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C06; }
p { color: rgb(53,124,6); }
H1.HeaderClassName
{
color: #357C06;
}
.AnyTagClassName
{
color: #357C06;
}
</style>
background-color css
<style>
a { background-color: #357C06; }
a { background-color: rgb(53,124,6); }
div.DivClassName
{
background-color: #357C06;
}
.BgClassName
{
background-color: #357C06;
}
</style>
border-color css
<style>
span { border-color: #357C06; }
span { border-color: rgb(53,124,6); }
td.TdClassName
{
border-color: #357C06;
}
.TagClassName
{
border-color: #357C06;
}
</style>